body
{
	background-image: url(../img/widebluestripe.png);
}
#main_container
{
	width: 800px;
	background-color: #FFF;
	border: 1px solid black;
	margin: 0 auto;
	font-family: Calibri, Verdana, Sans-Serif;
}
/*22716445*/
div.spacer
{
    clear: both;
}
#header
{
	width: 100%;
	/*height:200px;*/
	padding: 0px;
	/*border: 1px solid red;*/
}
#header img
{
	float: left;
}
#contact_info
{
	float: right;
	padding-top: 40px;
	padding-right: 10px;
	font-weight: bold;
	color: #0070C0;
	text-align: right;
}
#banner
{
	background-color: #0070C0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	margin: 0px;
	border-top: 2px solid #C00009;
	border-bottom: 2px solid #C00009;
}
fieldset
{
	margin-top: 8px;
	margin-bottom: 8px;
	height: 100%;
	font-size: 1.25em;
}
#left_nav
{
	/*background-color: #EEE;*/
	position: relative;
	width: 200px;
	clear: both;
	float: left;
	padding-bottom: 0px;
	margin-right: 10px;
	/*border:2px solid green;*/
}
div#left_nav ul
{
	/*border: 1px solid #000;*/
	list-style:none;
    margin:0px;
    padding:0px;
}
div#left_nav ul li
{
    display:block;
    background-color: #EEE;
    padding-left: 40px;
    border-bottom: 1px solid #000;
    /*border-left: 1px solid #000;*/
    border-right: 1px solid #000;
    background-image: url(../img/tile_blue_fx.gif);
    background-repeat: no-repeat;
}
div#left_nav ul li:hover{
    display:block;
    background-color: #fff;
    padding-left: 41px;
    background-image: url(../img/tile_red_fx.gif);
    background-repeat: no-repeat;
}
div#left_nav ul li a
{
	text-decoration:none;
    font-weight: bold;
    display:block;
}
div#left_nav ul li a:visited{
    text-decoration:none
}
div#left_nav ul li a:hover{
    color:#F00;
    background:#FFF;
    text-decoration: underline;
}
div#lowLogo
{
	text-align: center;
}
a:link, a:visited 
{
	text-decoration: none;
	color: #3C78BD;
}
a:active, a:hover
{
	text-decoration: underline;
	color: red;
}
#content
{
	width: 570px;
	padding: 10px;
	float: left;
}
#footer
{
	text-align: center;
}
.fine_print
{
	font-size: 12px;
}
.focus
{
	font-weight: bold;
	color: #0070C0;
}
fieldset div
{
	width: 210px;
	float: left;
}