@charset "utf-8";
body  {
	font: 12px verdana, arial, helvetica, sans-serif ;
	background: #e0dab8;
	margin: .5% 0 0 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	line-height: 20px
}


a	{
	color:#365f93; 
	font-weight:bold;
}

h1  {
	font-style: oblique; 
	font-family: "times New Roman", times, serif;
} 
h4	{
	/*line-height: 0%;*/ 
	margin: 0px; 
	margin-bottom: -10px; 
}
ul, ol, li {
	margin-left: -13px;
}	

.two_col_float_left #container { 
	width: 783px;  
	background: #e0dab8; 
	margin: 0 auto; 
	text-align: left;
	border-right: 1px solid #365f93; 
} 
.two_col_float_left #banner { 
	margin-bottom: 2px;
}
.two_col_float_left #innercontainer {
	background: url(graphics-printer-background/365f93background.gif) repeat-y left top;
}
.two_col_float_left #menu {
	float: left; 
	width: 125px; 
	argin-top: 2px;
	background: #365f93; 
	padding: 0px 10px 0px 0px;
}
.two_col_float_left #menu a {
	color: #CCFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px; 
	letter-spacing: .1em;
	text-align: left;
	display: block;
	padding: 8px 15px 10px 20px;
	border-bottom: 2px solid #e0dab8;
	width: 100px; /*changed from 102 for color hover-over so right edge dosen't bump out*/
}
a.menutext:link {text-decoration:none;
}
a.menutext:visited {text-decoration:none;
}


/*test of rollover color - approved by Jeff 3/31/10*/
a.menutext:hover {background-color: #53739f
}


/*a.menutext:hover {text-decoration:underline;
}*/


a.menutext:active {text-decoration:none;
}
.two_col_float_left #maincontent { 
	min-height: 725px;
	background: #ffffff; 
	margin: 0 0 0 137px; 
	padding: 20px 60px 20px 45px; 
}
.two_col_float_left #footer {
	background: #365f93;
}
.two_col_float_left #footer p {
	color: #CCFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	font-size: 9px;
	line-height: 30px; 
	text-align: center;
	border-top: 2px solid #e0dab8;
}
a.footertext:link {text-decoration: none; color:#ccffff;
}
a.footertext:visited {text-decoration: none; color:#ccffff;
}
a.footertext:hover {text-decoration: underline; color:#ccffff;
}
a.footertext:active {text-decoration: none; color:#ccffff;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px; 
}
.two_col_float_left #smallerfont {
	font-size:9px;
}
.two_col_float_left #redfont {
	color:#ff0000;
}
