@charset "UTF-8";
/* CSS Document */
* {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p{
	padding-top:5px;
	padding-bottom:5px;
}

img{
	display:block
}

h1{
	font-size:16px;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

li{
	margin-left:20px;
	margin-top:10px;
}

a{
	color:#122a72;
	font-weight:bold;
}

legend{
	font-weight:bold;
	padding-bottom:5px;
}

fieldset{
	background-color:#CCCCCC;
	padding: 10px; 
	/*border: #000 1px solid;*/
	border:none;
}

fieldset fieldset{
background-color:#e6e6e6;
	padding: 10px; 
	/*border: #000 1px solid;*/
	border:none;
}

label{
	 margin-right: 10px;
	 width:250px; 
	 display: block; 
	 text-align: left; 
}

.form{
	margin-left:10px;
	margin-right:10px;
	}

.rules td{
	padding:5px;
}

.checkbox label{
	 margin-right: 10px;
	 width: 50px; 
	 display: inline; 
	 float: none; 
	 text-align: right; 
	 position: relative;

}
.oneColFixCtr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a7a7a7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.callout {
	size:10px;
	color:#999999;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
}

.required{
	color:#FF0000;
	font-weight:bold;
}

.content{
	background-image:url(../images/small_grey_grad.jpg);
	background-repeat:repeat-x;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	
}

.textField{
	width:230px;
	margin-bottom:5px;
	
}

.legal{
	font-size:9px;
}


#header{
	background-color:#FFFFFF;
}

#utility{
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
}

#copyright{
	padding-top: 20px;
	font-size:9px;
	text-align:center;
}

#errorsDiv{
	text-align:left;
	padding-top:10px;
	padding-left:40px;
}

#errorsDiv li{
	color:#FF0000;
}

#errorsDiv ul{
	padding-left:20px;
	padding-bottom:20px;
}

