@charset "utf-8";
body  {font: 95% "MS Sans Serif", Verdana, Arial, Helvetica, sans-serif; background: url(images/body_bg.png); margin: 0; padding: 0; text-align: center; color: #000000; line-height: 130%;}
#container {width: 900px; margin: 0 auto; text-align: left;}

h1, h2 {font-family:Verdana, Geneva, sans-serif; line-height: 140%}
a:link, a:visited {color:#E31A24;}
a:hover, a:focus {background-color:#333; color: #CCC;}
.highlight {color: #E31A24; font-weight: bold;}
.central {text-align: center;}

#header {height: 150px;}

/************* Nav ****************/
#sidebar1 {float: left; width: 200px; padding: 15px 10px 15px 20px;}
#sidebar1 ul {list-style-type: none; padding: 0; margin: 0;}
#sidebar1 li {margin-bottom: 3px;}
#sidebar1 li a {text-decoration: none; font-size: 110%; font-weight: bold; display: block; color: #000; background-color: #CCC; padding: 5px 7px;}
#sidebar1 li a:hover {color: #ccc; background-color: #000;}	
#sidebar1 li .here {cursor: default; color: #ccc; background-color: #000;}

#mainContent {margin: 0 0 0 250px; padding: 0 20px;}
#sidebar2 {float: right; width: 180px; margin-top: 0px; margin-left: 5px; padding: 15px; font-size:12px; border-left: 1px solid #000;}
#sidebar2 ul {margin-left: -20px;}
#mainContent img {float: right; margin: 7px;}

/******** Form ***************/
#mainContent form table {background:#666; font-weight: bold;}
	
#footer {padding: 10px; clear: both;} 

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