/* CSS Document */

body {
	background-image:url(/images/layout/BG.jpg);
	background-repeat:repeat-x;
	background-color:#303F5D;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin:0px;
}

#Container {
	width: 800px;
	margin:0px auto;
}

#Header {
	width:800px;
	background-image:url(/images/layout/HeaderBG.jpg);
	background-repeat:no-repeat;
	height:75px;
	font-size:24px;
	color:#FFFFFF;
	text-align:center;
	padding-top:25px;
	float:left;
}

#Nav {
	background-image:url(/images/layout/NavBG.jpg);
	background-repeat:repeat-x;
	width:800px;
	float:left;
	height:25px;
	margin-bottom:20px;
}

#Nav ul {
	margin:0px;
	padding-top:5px;
}

#Nav ul li {
	float:left;
	list-style:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
}

#Nav a {
	color:#FFFFFF;
	text-decoration:none;
}

#MainContent {
	padding-top:15px;
}

#ContentLeft {
	background-color:#FFFFFF;
	width:505px;
	float:left;
	padding:10px;
}

#ContentLeft h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:24px;
}

#ContentRight {
	background-color:#FFFFFF;
	width:230px;
	float:right;
	padding:10px;
}

#Footer {
	width:800px;
	float:left;
	color:#CCCCCC;
	font-size:11px;
	text-align:center;
	padding-top:15px;
}

.countdownLable {color: #003366; font-weight: bold; }
.countdownTime {font-size: 16px}

label {
	width:100%;
	font-weight:bold;
	color:#990000;
}

.formField {
	border:#000000 1px solid;
	width:95%
}