@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	margin: 0px;
	height:100%;
	padding: 0px;
	text-align: center;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #003399;
}

#mainbody {
	background-color: #CCCCCC;
	text-align: left;
	width: 800px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-image: url(img/greyBlack_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.logo {
	background-image: url(img/greyBlack_logobar.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 7px;
	text-indent: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-family: Calibri, Arial;
	font-size: 24px;
	color: #333333;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}
.divBox {
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 95%;
	border: 1px solid #999999;
}
li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

h2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
left {
	float: left;
	background-color: #CCCCCC;
	height: 100px;
	width: 100px;
	margin: 0px;
}
h3 {
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-indent: 10px;
}
.links {
	position: relative;
	z-index: 5;
	top: 0px;
	text-align: right;
	padding-right: 15px;
}
#mainbody p {
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 95%;
	border: 1px solid #999999;
}
hr {
	background-color: #666666;
	height: 2px;
	width: 60%;
}
.adSense {
	text-align: center;
	padding: 3px;
}
img {
	vertical-align: middle;
}
form {
	line-height: 30px;
	vertical-align: top;
}

