body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/siteheader.jpg);
	background-repeat: no-repeat;
	height: 301px;
	color: #FFFFFF;
	text-align: left;
	width: 1000px;
}
#header h1 {
	font-size: 24px;
	font-weight: bold;
}
.headersubtext {
	font-size: 14px;
}
#nav {
	width: 1000px;
	height: 36px;
}
#pagebody {
	background-color: #FFFFFF;
	height: auto;
	width: 980px;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pagebody img {
	border: 0px none FFFFFF;
}
#pagebody a {
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
#pagebody a:hover {
	color: #0000FF;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	text-decoration: underline;
}

#pagebody h1 {
	font-size: 24px;
}
#pagebody li {
	line-height: 180%;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	width: 1000px;
}

#footer a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a:hover {
	color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.links {
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
.h1 {
	font-size: 14px;
	text-decoration: none;
	display: inline;
	line-height: 150%;
}
.search {
	height: 39px;
	padding-top: 35px;
	padding-left: 12px;
	background-image: url(images/site_search_bg.gif);
	background-repeat: no-repeat;
}
.testimonal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.bottom_links {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
