body {
	background: #003400;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
	margin: 0px;
}

div#header {
	width: 100%;
	height: 109px;
	background: url(images/head_bg.jpg) repeat-x;
	text-align: center;
}

div.nav_container {
	margin: 0px auto 0px auto;
	width: 782px;
	padding: 0px;
}

div#navigation {
	width: 100%;
	height: 29px;
	background: url(images/nav_bg.jpg) repeat-x;
	text-align: center;
	margin: 0px;
}

div#navigation_bottom_orange {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 2pt;
	background: #FF9900;
}

div#navigation_bottom_green {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;	
	font-size: 2pt;
	background: #00CC00;
}

div#navigation_bottom_blue {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;	
	font-size: 2pt;
	background: #0099FF;
}

div#navigation_bottom_grey {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;	
	font-size: 2pt;
	background: #999999;
}

div#navigation_bottom_red {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;	
	font-size: 2pt;
	background: #FF4242;
}

div#navigation_bottom_yellow {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;	
	font-size: 2pt;
	background: #FFFF00;
}

ul#topnav {
	margin: 0px;
	display: inline;
	float: none;
	padding: 0px;
}

ul#topnav li {
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
	height: 29px;
	float: left;
}

ul#topnav li a {
	float: left;
	width: 120px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	color: #000;
	font-size: 13pt;
}

ul#topnav li.orange a {
	background: url(images/nav_orange.jpg) no-repeat;
}

ul#topnav li.green a {
	background: url(images/nav_green.jpg) no-repeat;
}

ul#topnav li.blue a {
	background: url(images/nav_blue.jpg) no-repeat;
}

ul#topnav li.grey a {
	background: url(images/nav_grey.jpg) no-repeat;
}

ul#topnav li.red a {
	background: url(images/nav_red.jpg) no-repeat;
}

ul#topnav li.yellow a {
	background: url(images/nav_yellow.jpg) no-repeat;
}

div#content {
	width: 900px;
	margin: auto;
}

div#cleft {
	width: 206px;
	float: left;
	background: #003400;
	text-align: center;
	margin-top: -10px !important; 
	margin-top: 0px;
}

div#cright {
	width: 206px;
	float: right;
	background: #003400;
	text-align: center;
	margin-top: -10px !important; 
	margin-top: 0px;	
}

div#cleft img {
	margin-top: 10px;
}

div#cright img {
	margin-top: 10px;
}

div#cmiddle {
	width: auto;
	background: #FFF;
	min-height: 544px;
	margin: 10px 206px 0px 206px;
	padding: 0px;
	text-align: center;
	border-top: 10px solid #FFF;
}

* html div#cmiddle {
	height: 568px;
	border: none;
}
	
div#cmiddle p {
	padding: 10px;
}


ul.side_nav {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 206px;
	list-syle-type: none;
}

ul.side_nav li {
	float: left;
	list-syle-type: none;
}

ul.side_nav li a {
	float: left;
	margin: 5px 0px 0px 10px;
	width: 186px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

ul.summer {
	list-style-type: none;
}

ul.winter {
	list-style-type: none;
}

ul.winter li a {
	background: #0099FF;
}

ul.summer li a {
	background: #00CC00;
}

table.about {
	width: auto;
	margin: 10px;
}

div.sratesnotes {
	float: right;
	width: 200px;
	height: 500px;
	overflow-y: auto;
	background: #CCEECC;
	margin: 0px 10px 0px 10px;
	border: 1px dashed #00CC00;
}

* html div.sratesnotes {
	margin: 10px 10px 0px 10px;
}

div.bottompic {
	width:100%; 
	text-align:justify; 
	background: #FFF;
	float:left !important;
	float: none;
}
