body {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header {
	color: #0078AE;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 7px;
	margin-right: 5px;
	background-image: url(images/index_01.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 330px;
}
.headernav {
	padding-right: 7px;
}

.webaddress {
	color: #333333;
	padding-left: 30px;
	text-decoration: none;
	text-transform: none;
}

.webaddress a, .webaddress a:hover {
	color: #333333;
	text-decoration: none;
}

.nav_container {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px; 
	width: 192px;
}

.nav {
	font-size: 13px;
	color: #0078AE;
	text-transform: uppercase;	
	font-weight: bold;
	line-height: 1.8em;
}

.nav-sub {
	font-size: 11px;
	font-color: #333333;
	font-weight: normal;
	font-transform: normal;
	padding-left: 15px;
}

.center {
	padding: 0px 15px 15px 15px;
	border-left: 1px dotted #0078AE;
	border-right: 1px dotted #0078AE;
	width: 656px;
}

h1 {
	color: #d97500;
	font-size: 24px;
	font-weight: normal;
	padding-top: -5px;
	margin-bottom: -5px;
}
p, ul, ul li, ol, ol li {
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
}

a {
	text-decoration: none;
	color: #0078AE;
}

a:hover {
	text-decoration: none;
	color: #d97500;
}	
	
.floatleft {
	float: left;
	padding-right: 10px;
}

.right {
	width: 160px;
	padding-left: 15px;
}