@charset "utf-8";
/* CSS Document */
body {
	/*background-color: #f9f9f9;  cosmetic */
	margin: 0 auto; /* required */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #CC0000;
}
a img {border:none;}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#wrapper {
	/* background-color: #f9f9f9; cosmetic */
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
	z-index:2;
}
div#center {
	background-color: #ed1c24; /* cosmetic */
	border: 1px solid #666666; /* cosmetic */
	overflow: auto; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -389px; /* half of width */
	width: 778px; /* width of div */
	height: 420px; /* height of div */
	top: -202px; /* half of height */
	text-align: center;
	color: #FFFFFF;
}
.clear {
	clear:both;
}
#footer {
	clear:both;
	color: #FFFFFF;
}
#footer div p {
	padding-top:10px;
	text-align:center;
	color: #FFFFFF;
}
#webdesign {
	width:778px;
	font-size:11px;
	color:#CCCCCC;
	height:20px;
	text-align:center;
}
.gonetwork a {
	color:#CCCCCC;
	text-decoration:none;
}
.gonetwork a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.validate a {
	color:#CCCCCC;
	text-decoration:none;
}
.validate a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
