body {
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
}

img {
	border: 0px;
}

#container {
	margin: 0 auto;
	width: 999px;
	text-align: left;
	background-color: #fff;
}

#headerandcontent { /* header and content (everything except footer */
	border:  1px solid #333;
}


#welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
 	vertical-align:middle;
}

#statusOut,  #statusIn {
	margin-top: 6px;
}

#headerLeft {
	vertical-align:top;
}

#headerRight {
	vertical-align:top;
	background-image:url(../images/banner_repeat.jpg);  
 	text-align:right;
	padding-right:20px;
}

#footer, #footer a {
	width: 999px; 
	padding-top:8px; padding-bottom: 8px; 
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dddddd;
}

#footerLeft {
	float:left; 
	text-align:left; 
	margin-left: 10px;
}


#footerRight {
	float:right; 
	text-align:right; 
	margin-right: 20px;
}


#mainTable {
	clear:both;
	margin-right: 30px;
}

#leftColumn{
	background-image:url(../images/sidebar_repeat.jpg);
	width:200px;
	vertical-align:top;
}

#rightColumn {
	width:799px;
	vertical-align:top;
}

/* #mainContent is the main content box on the page, this defines any override styles  */
#mainContent {
	padding-bottom: 15px;
}


#mainContent p {
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 48px;
	font-weight: normal;
	color: #004a8d;
	margin-bottom: 0px;
	margin-top: 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #004a8d;
	margin-bottom: 0px;
	margin-top: 5px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style:italic;
	color: #004a8d;
	margin-bottom: 0px;
	margin-top: 19px;
}


/* Defaults p, li, a  */
p, li, a, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	margin-bottom: 0px;
}

p {
	margin-top: 15px;
}

ul {
	margin-top: 6px;
	margin-left: 0px;
}



h1 + ul, h2 + ul, h3 + ul, h1 + p, h2 + p, h3 + p  {   /* ul or p following headers */
	margin-top: 10px;
}


li {
	margin-left: 0px;
	margin-top: 12px;
}

a {
	font-weight: normal;
	color: #004a8d;
	text-decoration: underline;
}



/* styles for pop-ups  */
.popupBasics {  /* default for most stuff */
	background-image:url(../images/popup_repeat.gif);
	background-color: #074987;
	background-repeat:repeat-x;
	padding: 10px;
	border:2px solid #999900;   
	color: #fff;
  padding:12px;
	font-size:13px;
	text-align: left;
	display:none;   
	position:fixed;   
	_position:absolute; /* hack for internet explorer 6  */   
	z-index:2;   
}

.popupBasics td {
	padding-top: 4px;
}

.popupBasics form {
 margin:0px;
 padding:0px;
}

.popupBasics a {
	cursor:pointer;
	color: #eee;
	text-decoration: none;
}

.popupBasics h1 {   
	text-align:left;   
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	padding-bottom:2px;   
	margin-bottom:15px;   
}


.popupBasics h2 {   
	text-align:left;   
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #fff;
	padding-bottom:2px;   
	margin-bottom:10px;   
}

.popupBasics h3 {   
	text-align:left;   
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	padding-bottom:2px;   
}


.popupBasics p, .popupBasics li {
	margin-top: 5px;
	color: #eee;
}


.popupClose{   
	font-size:12px;   
	line-height:12px;   
	right:6px;   
	top:6px;   
	position:absolute;   
	color:#ddd;   
	font-weight:700;   
	display:block;
	text-decoration:none;
	cursor:pointer;   
} 


#backgroundPopup{   
	display:none;   
	position:fixed;   
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;   
	width:100%;   
	top:0;   
	left:0;   
	z-index:1;  
	background-color: #000;
 }

#popupSignIn {   
}   
	 


#popupPassRecovery {
	width:408px;   
}

#popupRequestOptout {
	width: 408px;
}


#popupRegistration {
	width:450px;  
}

#popupPasswordNew {
	width:400px;  
}

#popupYouMustSignIn {
	width: 450px;
}

#popupPrivacyPolicy {
  width: 600px;
	height: 400px;
	overflow:scroll;
}

#RegistrationForm label, #PasswordNewForm label {
	padding-top: 2px;
	width: 110px;
	display:inline;
	float:left;  
	text-align:right;
}

#registrationMessageBox {
	display: none;
	font-size: 11px;
	line-height: 13px;
}


.ro {
	/* class of rollover images */
}


input {
	border: 1px solid black; 
	margin-bottom: .5em;
}

input.error { border: 1px solid red; }

label.error {
		display: none;
}

label.valid {
		display: none;
		width: 16px;
		height: 16px;
}



.errorMsg, #registrationErrors, #passwordNewBad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.Contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}





