@charset "UTF-8";
/* CSS Document */

.logo_main{
	background-image:url(images/header_image_body.jpg);
	background-repeat:no-repeat;
	width:846px;
	height:200px;
	
}

a {
	color:#660000;
	/*text-decoration:none;*/
}

a:hover {
	color:#333;
	text-decoration:none;
}

.logo_main a {
	font:"Times New Roman", Times, serif;
	font-variant:small-caps;
	color:#EEEEED;
	font-size:12pt;;
	text-decoration:none;
}

.logo_main a:hover {
	color:#d3d3d1;
	font-size:12pt;
}

.logo_header{
	width:846px;
	height:75px;
	
}

.logo_tagline{
	font-size:18pt;	
	word-spacing: 2pt;
}

.dark_red{
	color:#660000;	
}

.bold{
	font-weight:bold;
}

.dark_grey{
	color:#333;	
}

.contentbg{
	background-color:#EEEEED;	
}

.bodycontainer{
	border-style:solid;
	border-color:#333;
	border-width:thin;
	width:846px;
	font-size:13px;
}

body  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color:#efeddf;
	color:#333333;	
	font-size:16px;
}

h1, h2, h3, h4, h5, h6{
	padding:0px;
	margin:0px;
	font-style:normal;
	font-weight:lighter;
}

p{
	text-align:justify;	
	text-indent:25px;
}

.noindent{
	text-indent:0px;
}

.hr{
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
    height: 1px;
	padding:0px;
	margin:0px;
}

.h3 {
	font-size:18px;	
	padding:0px;
	margin:0px;
	font-style:normal;
	font-weight:lighter;
}

.h4 {
	font-size:16px;	
	padding:0px;
	margin:0px;
	font-style:normal;
	font-weight:lighter;
}

.leftnav a{
	text-decoration:none;	
}

.leftnav a:hover{
	text-decoration: underline;	
}

.leftnav fieldset{
	border:1px solid #333;
	padding:3px;
	margin-top:5px;
}

.leftnav ul li {
	padding-right:: 0px; 
	padding-left: 10px; 
	padding-top: 4px;
	padding-bottom:0px;
	background: url(images/bullet_hollow.gif) no-repeat 0px 10px;
	list-style-type:none;
	margin:0px;
	font-size:11px;
	line-height:17px;

}

.leftnav legend{
	font-size:16px;	
	padding:0px;
	margin:0px;
	font-style:normal;
	font-weight:lighter;	
}

.footer{
	font-size:10px;
}