@charset "utf-8";
#site {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px auto;
	font-size: 11px;
	padding: 0px;
	margin-top: 10px;
	width: 1000px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
		}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	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;
}

h2 {
	font-weight: bold;
	margin: 10px;
	padding-bottom: 0px;
	font-size: 14px;
	padding-left: 5px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	}
h3 {
	font-weight: bold;
	margin: 10px;
	padding-bottom: 0px;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	padding-left: 5px;
	background-color: #FFFFFF;
	color: #FFFFFF;	
	}
h4 { 
	margin: 1px;
	padding-bottom: 0px;
	font-size: 10px;
	border: none;
	padding-left: 5px;
	color: #000000;
	}
h5 {
	margin: 1px;
	padding-bottom: 0px;
	font-size: 10px;
	border: none;
	padding-left: 5px;
	color: #FFFFFF;
	}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: blue;}	
.content {
	margin: 10px;
	font-size: 14px;
	padding: 5px;
	color: #000000;
	}	
.Frame #container { 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#footer {
	margin-left: 200px;
	background-color: #FFFFFF;
	clear: both;
	height: 30px;
	border: 1px solid #FFFFFF;
	}
.Frame #mainContent { 
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;

}

.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;
}
	
#navmenu{
	padding: 0px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#navmenu a{
font: bold 16px Verdana;
display: block;
width: 240px;
color: black;
background-color: #FFFFFF;
text-decoration: none;
}

#navmenu a{ /*Non IE rule*/
width: 240px;
}

#navmenu a:hover{
background-color: #white;
color: #ae2626;
}



