/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#top {
	height: 43px;
	width: 100%;
}
#banner {
	background-image: url(../images/temp_02.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 100%;
	background-position: center;
	background-color: #000000;
}
#main {
	width: 100%;
}
#baseBar {
	background-image: url(../images/temp_04.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 100%;
	background-position: center;
	background-color: #000000;
}
#footer {
	height: 35px;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.copy p {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a:link,a:active,a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
}
#tblForm td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	}
.txtField, .submit {
	background-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
