@charset "utf-8";
/* CSS Document */

body {
	background-color: #daeef0;
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#nav {
	position: relative;
	width: 1002px;
	margin: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 132px;
	z-index: 5;
	padding-top: 109px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
h1, h2 {
	display: none;	
}
#container {
	position: relative;
	width: 948px;
	background-image: url(images/bgfill.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: auto;
	z-index: 5;
	padding-left: 42px;
	padding-right: 42px;
}
#fillpic {
	position: relative;
	width: 721px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #DAEEF0;
	margin-top: 0px;
	margin-right: 113px;
	margin-bottom: 0px;
	margin-left: 113px;
	height: 243px;
}
#content {
	position: relative;
	width: 652px;
	margin-left: 113px;
	margin-right: 113px;
	margin-top: 0px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0px;
	background-image: url(images/contentbkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4a453f;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	display: block;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-weight: normal;
	color: #4a453f;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4a453f;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	text-align: right;
}
#content p {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 20px;
}
#content a, #content a:visited {
		color: #4a453f;
		text-decoration: underline;
}
#content a:hover, #content a:visited:hover {
		color: #4a453f;
		text-decoration: none;
}
#bottom {
	position: relative;
	width: 1032px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 111px;
	z-index: 5;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer {
	position: relative;
	height: 61px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #f9f5f2;
	text-align: center;
}
#footer a, #footer a:visited {
	color: #f9f5f2;
	text-decoration: none;
}
#footer a:hover, #footer a:visited:hover {
	color: #f9f5f2;
	text-decoration: underline;
}
