* {
	font-size: 100%;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	display: block;
	line-height: 130%;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	background: #000000;
	z-index: 0;
}
#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	background: #000000;
}
#header {
	height: 100px;
	background-color: #FFF;
}
#headerImageBox {
	float: left;
}
#headerContactBox {
	float: left;
	margin: 30px 0px 0px 360px;
	text-align: right;
}
#headerContactBox p {
	font-size: 275%;
	line-height: 80%;
	color: #00ADEF;
	padding: 0px 0px 10px 0px;
}
#headerContactBox a {
	font-size: 120%;
	text-decoration: none;
	color: #7B7C80;
	border-bottom: solid 1px #00ADEF;
}
h1 {
	font-size: 150%;
	padding: 20px 0px 10px 0px;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}
p {
	padding: 5px 0px 5px 0px;
}
a {
	color: #00ADEF;
}
#mainBodyNav {
	background: url('../images/nav-backing.jpg') top left no-repeat;
	height: 30px;
}
#mainBodyNav ul {
	padding: 5px 0px 0px 25px;
}
#mainBodyNav ul li {
	list-style: none;
	padding: 0px 25px 0px 25px;
	border-right: solid 1px #00ADEF;
	display: inline;
}
#lastNav {
	border-right: none !important;
}
#mainBodyNav ul li:hover {
	text-decoration: underline;
}
#mainBodyNav ul li a {
	text-decoration: none;
	color: #FFF;
}
#mainBody {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
}
#mainBodyMiddle {
	width: 960px;
	margin: 5px 0px 0px 0px;
	color: #FFFFFF;
	background-color:  #000000;
	min-height: 610px;
}
#footer {
	width: 960px;
	margin: 10px auto 0px auto;
	font-size: 80%;
	color: #666;
	line-height: 110%;
	text-align: left;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerCopy p, #footerDeveloper p, #footerAccess p {
	margin: 5px 0px 0px 0px;
}
#footerDeveloper {
	text-align: justify;
}
.clear {
	clear: both;
}
#homeImage {
	width: 960px;
	height: 550px;
	z-index: 0;
}
#bottomWrapper {
	background: url('../images/trans-banner.png') top left no-repeat;
	position: absolute;
	top: 580px;
	height: 160px;
	width: 918px;
	z-index: 999;
	padding: 0px 20px 20px 20px;
	color: #FFF;
	border: solid 1px #7B7C80;
}
#rightImage {
	width: 300px;
	height: 535px;
	float: right;
	margin: 20px 0px 0px 20px;
	border: solid 1px #7B7C80;
	background: #7B7C80;
}
#rightImage img {
	border-bottom: solid 1px #7B7C80;
}
#rightImage p {
	font-style: italic;
	text-align: center;
}
#loginForm {
	text-align: center;
	border: solid 1px #7B7C80;
	width: 200px;
	margin: 20px 0px 0px 200px;
	padding: 10px;
}
#btnSubmit {
	border: solid 1px #000000;
	margin: 10px 0px 0px 0px;
	padding: 2px;
}
.inputBox {
	width: 300px;
	border: solid 1px #7B7C80;
}
.inputAreaSmall {
	width: 300px;
	height: 150px;
	border: solid 1px #7B7C80;
}
.inputBoxSmall {
	border: solid 1px #7B7C80;
	width: 100px;
}
.inputButton {
	color: #FFF;
	background: #7B7C80;
}

