/* CSS Document */

html, body {
	background-color:#000000;
	 height: 100%;
	 min-height:400px;
	 width:100%;
	 min-width:750px;
     margin: 0;
     padding: 0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	color:#FFFFCC;
}

.small {
	font-size:x-small;
	color:#999999;
}

#outerShell {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	background-color: #000000;
	height: 1px;
	display: block;
}

#contentShell {
	background-color: #000000;
	margin-left: -384px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 768px;
}

	

#content { 
   text-align: left;
}


.formField {
	background-color:#666666;
	color:#FFFFFF;
}

#footerMenu {
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:medium;
	color:#FFFFFF;
}

#footerMenu a:active, #footerMenu a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	color:#FFFFFF;
}

#footerMenu a:visited {
	color:#999999;
}

#footerMenu a:hover {
	color:#FF0000;
}
