/* used for page titles */
h1 {
padding-top: 10px;
font-size: 18px;
font-weight: bold;
font-family: Georgia, serif;
color: #3A4D6B; 
}


h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A4D6B; 
	padding-top:15px;
}




body {
	background: #8AA0AE;
	padding:0;
	margin:0;
}

#primary_container {
border-top: 1px solid #333;
background-color: #3A4D6B; 
padding: 5px 0px 0px 0px;
text-align:center;
}


#primary_navigation a {
	font-family:  Georgia;
	font-size: 10px;	
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	color: #ccc;
	font-weight: bold;

}

#primary_navigation a.current {
	background-image:  url(/images/navigation_bg.gif);	
	padding: 2px 5px 2px 10px;
	color:black;
}

#secondary_container {
border-bottom: 1px solid #333;
background-color: #CCC; 
padding: 0px 0px 5px 0px;
text-align:center;
}


#secondary_navigation a {
	font-family: Georgia;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #3A4D6B;
	font-weight: bold;
}

#secondary_navigation a.current {
	font-family: Georgia;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #E21F47;
	/* 	color: #00425C; logo blue green */
	font-weight: bold;
}




#leftcolumn {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 30px;
	border-right: 1px solid #ccc;

}


#calltoaction {
	margin: 15px;
	padding: 0 10px 10px 10px;
	text-align: center;
}

#callout {
	padding: 0 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	color: #E21F47;
}

#callouttemp {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	color: #ccc;
	font-style:italic;
}


.content {
	border: 1px solid #000000;
	background: #fff;
}

.neededcontent {
color: blue;

}



.dates {
	font-weight: bold;
}
.information {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
}

#legalnotice p {
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}

#footer {
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}
