body { 
margin: 0px;
padding: 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color: #333;
background-image: url(../images/bg.jpg);
background-position: top;
background-repeat: repeat-x; 
background-color:#fff;
}
a:link, a:visited{
	color: #3F5B73;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
a img{
	border: none;
}
h1,h2,h3,h4,h5{
	color:#4A4A4A; padding: 0px; margin: 0px;
}
h1{
	font-size:20px;
	font-weight: bold;
	margin:10px 0px 0px 6px;
}
h2{
	font-size:14px;
	font-weight: bold;
	margin:10px 0px 0px 0px;
}
h4{
	font-size: 16px;
	color:#fff;
	margin-left: 24px;
}
.container,.con_main{
text-align: center;
margin:0px auto;
width: 780px;
}
.con_main{
	background-image: url(../images/con_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.logo{
	background-image: url(../images/headerimage.jpg);
	background-position:top;
	background-repeat: no-repeat;
	padding:62px 0px 122px 0px;
}
.lnav{
	width: 220px;
   float: left;
}
.lnav ul{
	list-style: none;
	margin:40px 0px 0px 0px;
	padding:0px;
	text-align: left;
}
.lnav li{
	border-bottom:1px solid #D9270B;
	margin-left: 8px;
}
.lnav a:link,.lnav a:visited{
	text-decoration: none;
	font-size: 13px;
   display: block;
	color: #950908;
	/*text-indent: 5px;*/
	padding: 5px 0px;
}
.lnav a:hover{
	text-decoration: underline;
	color: #fff;
	background-color:#D9270B;
}
.content{
	width:549px;
	float: right;
	text-align: justify;
}
.content p{
	margin:20px 10px 15px 4px;
	font-size: 12px;
	line-height:20px;
}

.footer{
background-image: url(../images/f_bg.jpg);
background-position:top;
background-repeat: repeat-x;
	text-align: center;
	padding:15px 0px; 
	background-color: #4A4A4A; 
	color: white;
}
.footer a:link,.footer a:visited{
text-decoration: none;
color:#fff;
margin:0px 5px;
font-weight: normal; 
}
.footer a:hover{
text-decoration: underline;
}
.content ul{
margin-right: 12px;
font-size: 12px;
line-height: 20px; 
}
.content ol{
margin-right: 12px;
font-size: 12px;
line-height: 20px; 
}