@charset "UTF-8";
.serif16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.1em;
}
.TimesBold18 {
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.2em;
}
.style6 {
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1px;
}
body          {
	margin: 0;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.95em;
	vertical-align: top;
	line-height: 1.7;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#container {
	width: 870px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: FFF;
} 
#header {
	background-image: url(images/GolfHeader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 135px;
	width: 870px;
	padding: 0;
	margin: opx;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 1.5em;
	color: #FFF;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.4em;
}
#sidebar1 h3 {
	font-family: "Trebuchet MS", Verdana, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 45%;
	font-weight: bold;
	font-style: normal;
	font-size: 55%;
}

#mainContent {
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 40px;
	text-align: left;
} 
#mainContent h1 {
	line-height: 120%;
	color: #000033;
	font-size: 1.5em;
}
#mainContent .subhead {
	font-weight: bold;
	color: #990505;
	text-align: center;
}

#navbar ul {
	list-style: none;
	padding: 0;
	display: inline;
	overflow: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #000099;
}

#navbar li {
	display: block;
	float: left;
	list-style-type: none;
	width: 145px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#navbar a {
	display: block;
	background-color: none;
	margin-top: 0px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 0.9em;
	padding-bottom: 3px;
}

#navbar a:link, #navbar a:visited {
	margin right: 0.2em;
	color: #FFFFFF;
	background-color: #000099;
	text-decoration: none;
}
#navbar a:hover, a:focus {
	color: #999999;
	background-image: url(../images/nav_bacground_img.jpg);
	background-repeat: no-repeat;
	}

#footer {
	padding: 0;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#footer a:link, a:visited {
	font-size: 0.8em;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#footer a:hover, a:active {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

