@charset "utf-8";

/* CSS Document */



body {

	background: #0079AF url(../images/main_bg.jpg) center repeat-y;

	font: 12px Verdana, Arial, Helvetica, sans-serif;

	color: #333333;

}



a:link, a:visited {

	color: #0079AF;

	text-decoration: none;

}



a:hover, a:active {

	text-decoration: underline;

}



h1 {

	font: 18px "Times New Roman", Times, serif;

	color: #0079AF;

	font-weight: bold;

}



h2 {

	font: 16px "Times New Roman", Times, serif;

	color: #0079AF;

	font-weight: bold;

}



h3 {

	font: 12px "Times New Roman", Times, serif;

	color: #0079AF;

	font-style: italic;

}



td.rightsection {

	background: url(../images/right_bg.jpg) center repeat-y;

}



div.header {

	border-top: 1px solid #333333;

	border-bottom: 1px solid #333333;

	padding: 10px 0px 10px 10px;

	margin: 57px 0px 25px 0px;

}



div.leftnav {

	padding: 0px 0px 0px 23px;

}



div.leftnav ul {

	margin: 0px;

	padding: 0px;

}



div.leftnav li {

	list-style: none;

	margin: 0px;

	padding: 0px 0px 10px 0px;

}



div.leftnav a:link, div.leftnav a:visited {

	text-decoration: none;

	color: #333333;

}



div.leftnav a:hover, div.leftnav a:active {

	font-weight: bold;

	color: #0079AF;

}



div.contactinfo {

	background: #3399cc;
	
	height: 216px;

	margin-left: 12px;

	padding: 10px 15px 10px 15px;

	color: #000000;

	font: 10px Verdana, Arial, Helvetica, sans-serif;

}



div.content {

	margin: 10px 25px 0px 10px;

	padding: 10px 10px 10px 10px;

	background: #DDDFDF;

}



div.footer {

	margin-top: 20px;

	border-top: #0089A8 solid 1px;

	padding: 10px 0px 20px 20px;

}