* {
margin: 0;
padding: 0;
}
body {
	background-image: url(../images/SiteBG.gif);
}
#SiteWrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
}
#PageContent {
	background-color: #FFFFFF;
	width: 800px;
}
/* Header Styles
----------------------------------------------------------------*/
#Header {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#Header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	line-height: 35px;
	font-weight: normal;
	color: #666666;
	margin-top: 15px;
}
.HeaderMessage {
	font-size: 25px;
	margin-left: 85px;
}
#Header img {
	float: left;
	margin-right: 50px;
}
/* Main Image Styles
----------------------------------------------------------------*/
#MainImg {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
/* Main Nav Styles
----------------------------------------------------------------*/
#MainNav {
	background-image: url(../images/MainNavBG.jpg);
	background-repeat: repeat-x;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	height: 40px;
	margin-bottom: 5px;
}
#MainNav ul {
	padding-top: 10px;
	padding-left: 5px;
}
#MainNav li {
	display: inline;
}
#MainNav li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	color: #333333;
	margin-right: 45px;
	padding: 10px;
	letter-spacing: 1px;
}
#MainNav li a:hover {
	background-color: #FFEC53;
}
#BodyContent {
	width: 800px;
	float: right;
}
/* Right Column Styles
----------------------------------------------------------------*/
#RightCol {
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#RightCol h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #005167;
	margin-bottom: 10px;
	margin-top: 40px;
}
#RightCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-left: 40px;
	margin-bottom: 10px;
}
/* Left Column Styles
----------------------------------------------------------------*/
#LeftCol {
	float: left;
	width: 400px;
	margin-right: 40px;
	margin-left: 20px;
	margin-top: 20px;
}
#LeftCol h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #005167;
	font-weight: normal;
	margin-bottom: 10px;
}
#LeftCol h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #005167;
	margin-bottom: 10px;
}
#LeftCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-left: 50px;
	margin-bottom: 30px;
}
#LeftCol p.HeadingText {
	font-size: 15px;
	line-height: 24px;
}
.BoldGreen {
	font-weight: bold;
	color: #005167;
}
#LeftCol a {
	color: #005167;
}
#LeftCol a:hover {
	text-decoration: none;
}
/* Left Column Wide Styles
----------------------------------------------------------------*/
#LeftColWide {
	float: left;
	width: 430px;
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}
#LeftColWide h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #005167;
	font-weight: normal;
	margin-bottom: 10px;
}
#LeftColWide h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005167;
	margin-top: 15px;
}
#LeftColWide h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #005167;
	margin-bottom: 10px;
}
#LeftColWide h2 a {
	color: #005167;
	font-weight: normal;
}
#LeftColWide h2 a:hover {
	text-decoration: none;
}
#LeftColWide p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-left: 20px;
	margin-bottom: 15px;
}
#LeftColWide img {
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
#LeftColWide ul {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#LeftColWide li {
	list-style-type: none;
	margin-bottom: 5px;
}
#LeftColWide li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005167;
}
#LeftColWide li a:hover {
	text-decoration: none;
}
#LeftColWide a {
	color: #005167;
}
#LeftColWide a:hover {
	text-decoration: none;
}
/* Footer Styles
----------------------------------------------------------------*/
#Footer {
	width: 800px;
	background-color: #005167;
	height: 50px;
	clear: right;
}
#Footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 15px;
}
#Footer a {
	color: #FFFFFF;
}
#Footer a:hover {
	text-decoration: none;
}
#Footer ul {
	float: right;
	margin-top: -12px;
}
#Footer li {
	display: inline;
}
#Footer li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-right: 10px;
}
#Footer li a:hover {
	text-decoration: underline;
}

