@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b3b3b3;
	background-color: #000000;
/*	background-color: #d4d4d4;
	background-image: url(images/background.gif); */
	background-repeat: repeat-x;
	margin-top:0;
	margin-left:0;
	margin-right:0;
 
}
#contentbody {
	margin-top: 0px;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	background-color:#222222;
	text-align:center;
	vertical-align: top;
	min-height: 400px;
}
/*
#contentbody p {
	background-color: #FFFFFF;	
}*/

#top {
	width: 100%;
	height: 55px;
	background-color: #333333;
	background-image: url(images/topback.png);
}

#topbar{
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height: 55px;
	text-align:left;
	background-image: url(images/topback.png);
	background-repeat: repeat-x;
	
}

#topmenu{
	float: right;
	width: 300px;
	padding-top:20px;
	height: 30px;
}
#bottommenu{
	margin-left:auto;
	margin-right:auto;
	width: 650px;
	height:45px;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:5px;
	color: #666666;
	background-color: black;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	
}


h2 {
	font-style: normal;
	font-weight: normal;
	font-family: "normal georgia", Georgia, serif, "Times New Roman", Times;
	font-size: 14px;
	color: #666666;
}
h1 {
	font-family: "normal georgia", serif;
	font-size: 24px;
	font-weight:normal;
	color: #e6e6e6;
}


blockquote {
	display: block;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#copyrightinfo {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: xx-small;
	width: 800px;
	color: #666666;
}
form table {
	margin-left: auto;
	margin-bottom: -4px;
	margin-right: auto;
	margin-top: -4px;
	text-align: right;
}
#EmailForm {
	border-color: black;
	border-style: dashed;
	border-width: 0px;
}
form {
	background-color: #333333;
	border-style: none;
}

