@charset "utf-8";
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}
ul
{
	font-size: 10pt;
	line-height:20px;
}
img
{
	border-style: none;
}
table
{
	font-size: 10pt;
}
hr
{
	color: #D7F615;
	background-color: #D7F615;
	height: 1px;
	border: none;
}
h1
{
	font-size:14pt;
	font-weight:100;	
	display:inline;
}
h2
{
	font-size:10pt;
	font-weight:600;	
	display:inline;
}
p
{
	margin: 10px 0px 0px 0px;
	color: black;
	font-size: 10pt;
}
span
{
	font-size:10pt;
}
#wrapper
{
	position: relative;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 860px;
    height: 800px;
}
#header
{	
	height: 328px;
	background-color: white;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}
#buttons
{
	position: absolute;
	top: 217px;
	left: 0px;
	width: 139px;
}
#body
{
/*	height: 455px; */
	background-color: white;
	color: black;
	background-image: url(../images/body.jpg);
	background-repeat: y;
	padding: 1px 20px 0px 150px;
	/*border: solid;*/
}
.p1
{
	font-size: 14pt;
	line-height: 20px;
}
.p2
{
	text-indent: 30px;
}
.p3
{
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.p4
{
	font-style: italic;
	text-indent: 30px;
}
.p5
{
	font-size: 8pt;
	font-weight: bold;
	text-indent: 20px;
}
.p6
{
	font-size: 11pt;
	font-weight: bold;
}
.p7
{
	font-weight: bold;
}
#footer
{
	background-color: white;
	color: black;
	font-size: 8pt;
	text-indent: 335px; /* can't use "center" here because it's not actually centered in the div */
	line-height: 84px; /* this is to center it vertically */
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#ads
{
	position: relative;
	padding: 0px 0px 20px 128px;
	top: -20px;
}
#contactform
{
	background-image: url(../images/contactform.jpg);
	background-repeat: no-repeat;
	height: 492px;
	padding: 10px 0px 0px 10px;
}
