@charset "utf-8";
/* CSS Document */

/* START: Site Header */
#siteHeader {

	padding-right: 10px;
	margin:0;
    width: 90%;
    text-align:right;
}
#siteHeader ul {
	margin: 0px;
	padding-top: 10px;
	font-family: verdana;
	font-size:85%;
	height:20px;
}
#siteHeader li {
	list-style-type:circle;
	display: inline;
	border-right:solid 0px #fff;
}
#siteHeader li.last {
	text-decoration: none;
	padding: 10px 5px 0px 0px;
	color:#333;
	font-weight:700;
}
#siteHeader li a {
	text-decoration: none;
	padding: 10px 5px 0px 0px;
	color:#2d3a89;
	font-weight:700;
}

#siteHeader li a:hover {

	color:#999;

}

/* END: Site Header */


/* START: LINKSBAR */
#linksbar {

	padding:0;
	margin:0;
    width: 100%;
	height:30px;
	background-color:#2d3a89;
    text-align:left;
}
#linksbar ul {
	margin: 0px;
	padding-left: 100px;
	padding-top:8px;
	font-family: verdana;
	font-size:100%;
}
#linksbar li {
	list-style-type:none;
	display: inline;
}
#linksbar li.last {
	text-decoration: none;
	color:#fff;
	font-weight:500;
		font-size:130%;
}
#linksbar li a {
	text-decoration: none;
	padding: 8px 5px 0px 5px;
	color:#fff;
	font-weight:500;
}

#linksbar li a:hover {

	color:#999;

}

/* END: LINKSBAR */


#bullets ul {
		list-style-image:url(../images/bullet.jpg);
	font-family:Verdana;
	text-align:left;
	padding: 4px 60px 3px 60px;

}
#bullets  li {

}

#bullets  li a {
	text-decoration: none;
	line-height:150%;
	color:#339974;
	font-weight:normal;

}

#bullets  li a:hover {

	color:#999;

}

/* START: Layout */
#pageContainer {
	width: 900px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	background-color:#fff;
	color: #333;
	line-height: 120%;
}


#leftnav 
{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	background-color:#fff;
}


#content
{
	padding: 0;
	margin-left: 50%;
	background-color:#fff;
}

#footer{
clear:both;
height: 25px;
background-color:#fff;
border-top: 1px solid #666;
padding: 0;
margin:0;
}
/* END: Layout */

#siteFooter {
	margin-top:0 auto;
	width:900px;
	padding:.8em 0 1em 0;
	position:relative;
	color:#ccc;
	font-size:.9em;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	clear:both;
}

#siteFooter ul { 
text-align: center;  
padding:0px; margin:0px;
}

#siteFooter li {
 display: inline; 

 }
 
#siteFooter a 
{
    color: #999;
    text-decoration: none;
}

#siteFooter a:hover { 
color: #444; 

}



#siteFooterBottom {
	margin:0 auto;
	margin-bottom:10px;
	width:900px;
	padding:.8em 0 1em 0;
	position:relative;
	color:#999;
	font-size:.9em;
	border-bottom:solid 1px #ccc;
	clear:both;
	text-align:center;
}

h1, h2, h3 {font-size:1.6em; line-height:1.1em; margin:5px 0; text-align:left; }
h1 {color:#333;  padding-top: 30px; padding-left: 15px;}
h2 {color:#2d3a89; font-size:1.2em;padding-left: 15px;}
h3 {color:#980000; font-size:1em;}