﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	margin: 0 auto;
}
#head_wrapper {
	width: 100%;
	margin: -8px auto;
	background-image: url('../images/headerbg.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header {
	text-align: center;
	margin: 0 auto;
	width: 980px;
	height: 135px;
	background-image: url('../images/webheader.png');
	background-repeat: repeat-x;
}
#navigation {
	background-color: #1a76e7;
	width: 980px;
	height: 46px;
	margin: 0 auto;
}
#banner {
	width: 980px;
	margin: 0 auto;
}
#content_wrapper {
	width: 100%;
	background-color: #f6f6f6;
	border-bottom: 3px #1a76e7 solid;
	margin: 0 auto;
}
#page_title_wrapper {
	margin: 0 auto;
	width: 100%;
	background-color: #f6f6f6;
	min-height: 55px;
	line-height: 55px;
	clear: both;
}
#page_title {
	width: 980px;
	margin: 0 auto;
	background-color:#fff;
}
#content {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 980px;
	overflow: auto;
	background-color: #fff;;
}
#footer {
	text-align: center;
	margin: 0 auto;
	width: 980px;
	height: 40px;
	color: #fff;
	font-size: 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	border-left: 1px #9e0000 solid;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	line-height: 38px;
	height: 40px;
}
#navigation a:hover {
	color: #000;
	background-color: #308dec;
	text-decoration: none;
	line-height: 38px;
	height: 40px;
}
/* Styles for content */
#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4f4f4f;
	list-style-type: square;
}
#content p {
	padding-left: 10px;
	padding-right: 10px;
	color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.image_content {
	padding: 0 7px 0 0;
}
#page_title h1, #content h1{
	font-family: "Palatino Linotype", ‘Book Antiqua’, Palatino, serif;
	color: #999999;
	font-weight: normal;
	font-size: 24pt;
	margin: 0 0 0 10px;
}
#content a {
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
