@charset "utf-8";

body  {
	font: 100% Helvetica, sans-serif, "Arial Black";
	background: #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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	text-decoration: none;
}
p {
	font-family: Helvetica, sans-serif, "Arial Black";
	font-size: 0.65em;
	line-height: 1.5;
	font-weight: normal;
}
h1 {
	font-family: Helvetica, sans-serif, "Arial Black";
	font-size: 1em;
	color: #666;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBEB; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CDCDC8;
	text-align: left;
	margin: 0 auto;
} 
h2 {
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
}
#header  {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 285px;
	overflow: hidden;
} 

#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt {
	position: absolute;
	top: 90px;
	left: 153px;
}
.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;
}
#main_navbar {
	width: 153px;
	background-color: #1D2141;
	position: absolute;
	top: 90px;
	left: 0px;
}
#main_navbar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main_navbar ul {
	padding: 0;
	margin: 0;
	height: 196px;
}
#main_navbar #home a {
	border: none;
	}
#main_navbar   a  {
	display: block;
	height: 25.5px;
	padding-left: 15px;
	font: normal .5em/3em Helvetica, sans-serif, "Arial Black";
	color: #9EABE6;
	text-transform: uppercase;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9EABE6;
	background: url(images/rollover_combo.png) no-repeat;
	background-position: 0 -29px;
	}
	
#main_navbar a:hover {
	color: #fff;
	background: url(images/rollover_combo.png) no-repeat;
	}

#main_navbar   a.first   {
	cursor: default;
	color: #9EABE6;
	}

#main_navbar a.current, #main_navbar a.current:hover, #main_navbar a.current:active {
	background: url(images/rollover_combo.png) no-repeat;
	background-position: 0 -29px;
	color: #9EABE6;
	cursor: default;
	}



#navlinks {
	background-color: #1D2141;
	width: 800px;
	clear: both;
	height: 35px;
	text-align: center;
	margin: 0;
	padding: 5px 0px 0px;
	line-height: 0.8em;
}
#navlinks a {
	color: #F15A25;
	font-size: 0.65em;
	height: 1em;
}
#navlinks a:hover {
	color: #00CC66;
}
#navlinks a.currentnav, #navlinks a.currentnav:hover, #navlinks a.currentnav:active {
	color: #F15A25;
	cursor: default;
}

#footer  {
	height: 30px;
	background-color: #f15a25;
	text-align: center;
	padding: 5px 0px 0px;
	clear: both;
} 
#footer a {
	color: #1D2141;
	font-size: 0.65em;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer a.currentfoot, #footer a.currentfoot:hover, #footer a.currentfoot:active {
	color: #1D2141;
	cursor: default;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	margin-right: 50px;
	background: #1D2141 url(images/news_03.gif) no-repeat;
	color: #fff;
	display: inline;
}

#sidebar1 a {
	color: #f15a25;
}
#sidebar1 a:hover {
	color: #00cc66;
}
#sidebar1 p {
	font-size: 0.65em;
	text-align: center;
	padding: 0px 10px;
}
