/* CSS Document */
body {
	background-color: #237afb;
	line-height: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color:#000000;
	
}
.#banner {
	width: 775px;
	background: #237afb;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	
	}
.#nav {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0057c1;
}
.#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.text {
	color: #000000;
	font-weight: normal; 
	font-size: 12px;
}

.bluehead {
	color: #237afb;
	font-weight: bold; 
	font-size: 24px;
	
}

.bluesubhead {
	color: #237afb;
	font-weight: bold; 
	font-size: 18px;
	
}


.blacksubhead {
	color: #000000;
	font-weight: bold; 
	font-size: 14px;
	
}
.subheadlink {font-family: Arial, Helvetica, sans-serif;color: #237afb;font-size: 18px;}
a.subheadlink:link {font-family: Arial, Helvetica, sans-serif;color: #237afb;;font-size: 18px;text-decoration:underline;}
a.subheadlink:visited {font-family: Arial, Helvetica, sans-serif;color: #0057c1;font-size: 18px;}
a.subheadlink:hover {font-family: Arial, Helvetica, sans-serif;color: #237afb;;font-size: 18px;text-decoration:underline;}
a.subheadlink:active {font-family: Arial, Helvetica, sans-serif;color: #237afb;font-size: 18px;} 

.whitesubhead {
	color: #ffffff;
	font-weight: bold; 
	font-size: 18px;
	
}

a:link {
	color: #0057c1;
	font-size: 12px;
	text-decoration:underline;
}
a:visited {
	color: #237afb;
	font-size: 12px;
	text-decoration:none;
}
a:hover {
	color: #237afb;
	font-size: 12px;
	text-decoration:underline;
}
a:active {
	color: #0057c1;
	font-size: 12px;
	text-decoration:none;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#237afb;
	font-size: 10px;
	color: #FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color: #ffffff; 
font-size: 10px;
text-align: center;}

.footer {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 10px; 
text-decoration: none;
	}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.footer:visited {font-family: Arial, Helvetica, sans-serif;color: #ffffff;font-size: 10px; text-decoration: underline;}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
a.footer:active {font-family: Arial, Helvetica, sans-serif;color: #ffffff;font-size: 10px; text-decoration: none;}

} 
	
