body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(golfwall.jpg);
}
.twoColFixLtHdr #container {
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 948px;
	background-image: url(images/logo950.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

#nav {
	height: 27px;
	position: relative;
	
}

#special-home {
	width: 550px;
	margin: 7px 0 15px 20px;
	padding: 15px 15px 10px 15px;
	border: 0px dotted #000000;
	text-align: justify;
}
#special {
	width: 650px;
	border: 1px solid #C7C7C7;
	text-align: left;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 28px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
#special ul
	{
	margin-top: 0;
	padding: 0px 0px 0px 0px;
	 list-style-type: none;	}
#special li
	{
margin: 0 0 5px 0;
padding: 0px 0 1px 2px;
color: #516171;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #444444;
	}
#special h3
	{
	font: 13px Trebuchet MS,Arial;
	color: #E55016;
    font-weight: bold;
	text-transform: uppercase;
	}
#special h6
	{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
    font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0 3px 0;
	}
	
#special-200 {
	width: 560px;
	margin: 7px 0 15px 28px;
	padding: 10px 0 0px 10px;
	border: 1px dotted #990000;
	text-align: left;
}


#special-200 ul
	{
	margin-top: 0;
	padding: 0px 0px 0px 0px;
	 list-style-type: none;	}
	
#special-200 li
	{
margin: 0 0 5px 0;
padding: 0px 0 1px 2px;
color: #516171;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #444444;
	}	
	
#special-200 h6
	{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
    font-weight: bold;
	text-transform: uppercase;
	margin: 0;
padding: 2px 0 3px 0;
	}
	
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #EAEAEA;
} 
.twoColFixLtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.thumbnail
{
	float: right;
	width: 155px;
	border: 1px solid #C7C7C7;
	padding: 5px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
}
	
.copyright
	{
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 1px;
	}
.byline
	{
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 1px;
	}
	
#right
	{
	font-size: 10px;
	}
		
#right a
	{
	color: #006699;
	text-decoration: none;
	}
	
#right a:hover, .copyright a:active
	{
	background: #29ADFF;
	color: #FFFFFF;
	text-decoration: none;
	}
	

.copyright a
	{
	color: #33cc00;
	text-decoration: underline;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
.copyright a:hover, .copyright a:active
	{
	background: #29ADFF;
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* Headers */


h1
	{
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin-top:0px;
	}
	
h2
	{
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
	
h3
	{
	font: 15px Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	}	
h4
	{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #239FDF;
	text-transform: uppercase;
	}
	
h2
	{
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
.floatright
{
float: right;
margin: 0 10px 0 10px;
border: 0px solid #666;
padding: 0px;
}

.floatleft
{
float: left;
margin: 0 10px 0 10px;
border: 0px solid #666;
padding: 0px;
}

