body {
	margin-top:0px;
	background-color: #5f5f5f;
	background-image: url(images/bgstrip.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
}

#headertext {
	text-align: center;
	padding: 0px 0px 7px 0px;
}

div#headerbar {
	background-image: url(images/dot-menu.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	margin-top: 10px;
	padding-top: 8px;
	width: 737px;
	height: 43px;
	margin-right: auto;
	margin-left: auto;
}

div.dotline {
	background-image: url(images/dot-menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin-bottom: 10px;
}

div.biotext{
	text-align: justify; 
	width: 90%; 
	margin-left: auto; 
	margin-right: auto;
}

div.bodydiv {
	width: 737px;
	margin: 0 auto;
}

div.maindiv {
	background-color: #f6f6f6;
	background-repeat: repeat-y;
	width: 737px;
	margin: 0px auto;
	font-size: 10pt; 
}

img.headeritem {
	border: 0px;
	padding-right: 10px;
}

table#maintable {
	width: 100%;
}

table#maintable td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	background-color: #f6f6f6;
}

.formhead {
	font-size: large;
	text-align: center;
	color: #bbb;
}

dl dt {
	font-size: large;
	color: #bbb;
}

dl dd {
	font-size: 10pt;
	text-align: justify;
	margin-left: 0px;
	margin-bottom: 30px;
}

form.contactform {
	text-align: center;
}

input,textarea {
	background-color: white;
	border: 1px solid; 
	text-align: center;
}

a:link { color: #66c; text-decoration: none;}
a:visited { color: #66c; text-decoration: none;}
a:hover { color: #036;}
a:active { color: #000000;}

.footer{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
