@charset "utf-8";
body  {
	background-color: #22407C;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding: 0;
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	color: #0097DF;
}
h1 {
	font-size: 16px;
	color: #0B2A6D;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5A5A5A;
}
h3 {	
	font-size: 14px;
	color: #0B2A6D;
	margin-bottom: 5px;
}
.oneColFixCtr #container {
	width: 918px;  
	background-color: #FFFFFF;
	background-image:url(images/bg_home6.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	padding: 0;
	height: 632px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#home_tagline {
	margin: 0;
	padding: 25px 8px 0 0px;
	text-align: right;
}
#home_tagline h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-style:italic;
	font-weight: bold;
	margin: 0;
	padding:0;
}
#featuredlink {
	width: 200px;
	margin: 0;
	padding: 25px 20px 0 20px;
}
#featuredlink p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #5A5A5A;
	margin:0;
	padding:0;
	text-align:center;
	line-height: 120%;
}
a.featured {
	color: #193878;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
a.featured:hover { color: #5A5A5A; }

.oneColFixCtr td #navbar {
	width: 140px;
	height: 200px;
	margin: 0;
	padding: 70px 30px 10px 20px;
}
.oneColFixCtr td #navbar ul, .twoColFixLt #sidebar #navbar ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr td #navbar ul li, .twoColFixLt #sidebar #navbar ul li {
	padding-bottom: 14px;
	text-align: center;
}
#navbar ul li a {
	font-size: 14px;
	color: #032469;  
	text-decoration:none;
	font-weight: bold;
}
#navbar ul li a:hover {
	color: #003399;	
}
.oneColFixCtr td #mainContent {
	margin: 0;
	width: 878px;
	padding: 15px 20px 15px 20px;
	font-size: 14px;
	color: #464646;
	line-height: 125%;
	height: 60px;
}
.oneColFixCtr td #mainContent td, p {
	font-size: 14px;
	color: #464646;
	line-height: 125%;
}
.oneColFixCtr #footer {
	width: 918px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #container {
	width: 918px; 
	top:0px;
	background-color: #22407C;
	background-image:url(images/bg_subpage.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0;
	padding: 23px 0 0 0;
	display: inline;
}
.twoColFixLt #sidebar #logo {
	width: 200px;	
	height: 92px;
	padding: 0;
	margin: 0;
}
.twoColFixLt #sidebar #navbar {
	width: 140px;
	margin:0;
	padding: 10px 30px;
}
.twoColFixLt #sidebar #tagline {
	width: 200px;
	margin: 0;
	padding: 20px 0 0 0;
}
.twoColFixLt #container #tagline h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-style:italic;
	font-weight: bold;
	margin: 0;
	padding:0 10px;
	text-align: center;
}
.twoColFixLt #sidebar #contactinfo {
	position: relative; 
	width: 170px;
	padding: 30px 0px 20px 20px;
}
.twoColFixLt #sidebar #contactinfo p {
	color: #FFF;
	font-size: 15px;
}
.twoColFixLt #sidebar #contactinfo a {
	color: #9CF;
}
.twoColFixLt #sidebar #contactinfo a:hover {
	color: #FFF;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 23px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLt #mainContent td, p, li {
	font-size: 14px;
	color: #464646;
	line-height: 125%;
}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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;
}
#mainbody {
	width:663px;
	margin:0;
	padding:20px;
	background-color:#FFFFFF;	
}
.nobottommargin { margin-bottom: 0px;  }
.smtopnobottommargin { margin-top: 6px; margin-bottom: 6px; }
.smtopmargin { margin-top: 6px; }
div.list p { margin: 0; padding:5px 0 0 0; font-size: 13px; }
