@charset "utf-8";
/* CSS Document */ 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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: #000;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 2px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: #FFCC66; 
	height: 150px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	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 */
		} 

#header h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

#runningbar {
	background-color: #000;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0px;;
	} 
	
#runningbar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:5px;
	padding:5px;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}

#runningbar a {
	text-decoration:underline;
	color:#FFF;
}


#runningbar a:hover {
	text-decoration:none;
	color: #66c;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	padding: 10px 5px 5px 10px;
	margin: 10px 5px 5px 10px;
	margin-top:18px;
	valign:top;
	}
	
#sidebar1 p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:175%;
	}

a	{
	font-weight: bold;
	text-decoration:none;
	color: #660;
}

a:hover	{
	color: #66C;
	text-decoration:underline;
}

#news	{
	border:solid 2px #660;
	padding: 10px 20px 10px 20px;
	margin: 10px 20px 10px 20px;
	width:150px;
	background-color:#FFCC66;
}

#news h1 {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding:10 0 3 0px;
	margin:10 0 3 0px;
}

#news p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
}

#mainContent {
	margin: 0 0 0 20 8px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:20 0 3 0px;
	margin:20 0 3 0px;
}

h2 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding:5 0 3 0px;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:150%;
}

ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0 0 0 25px;
	margin:0 0 0 25px;
}

li {
	padding-top:2px;
	line-height:150%;
	}

#floatbar { 
	height: 175px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:575px;
	margin:0 25 0 25px;
	padding:0 25 0 25px;
	} 
	
caption	{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding-bottom:8px;
}

#floatbar th	{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:125%;
	font-weight:bold;
	text-align:center;
}	


#floatbar p	{
	font-size:11px;
	line-height:125%;
}

#footer { 
	padding:10 3 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:10 3 0 10px;
	background: #000; 
} 

#footer h1 {
	margin-left: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-left: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:125%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
}

#footer p {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:125%;
	padding:10px;
	margin:10px;
	color:#FFF;
}

#footer a {
	text-decoration:underline;
	color: #FFF;
}

#footer a:hover {
	text-decoration:none;
	color: #66c;
}

.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;
}

