
/* // Global page holder //////////////////////////////////////////// */
*
{
	font-family: "Lucida Grande", "Lucida Sans Unicode",  Verdana, sans-serif;
}
body
{
	font-size: 0.7em;
	margin: 0;
	background-color: #ebefee;
	color: #555;
}
.page_holder
{
	width: 960px;
	margin: 0 auto 0 auto;
}
#mainContent
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a, a:hover, a:visited
{
	color: #697ca6;
	font-weight: bold;
}
h1
{
	font-family: "Trebuchet" , "Verdana" , Arial; /*color: #c51a21;*/
	color: #002f67;
	font-size: 1.4em;
	margin-top: 8px;
	font-weight: normal;
}
h2
{
	font-family: "Trebuchet" , "Verdana" , Arial;
	color: #888;
	font-size: 1.2em;
	margin-top: 8px;
}
h3
{
	font-family: "Trebuchet" , "Verdana" , Arial;
	color: #888;
	font-size: 1.1em;
}
.page_holder_landing
{
	width: 980px !important;
	margin: 0 auto 0 auto;
}
.landing_background1 {
	background: white;
}

.top_navigation {
	float: left;
	padding-top: 15px;
}
.top_navigation .left_column {
	width: 300px;
	float: left;
	padding: 20px 0 0 70px;
}
.top_navigation .right_column {
	float: right;
	width: 560px;
	margin: 0 40px 0 0;
	font-size: 1em;
}

.page_content {
	float: left;
	padding: 10px 20px;
}
.page_content .left_column {
	border-top: 5px solid #2f5a8c;
	border-bottom: 5px solid #2f5a8c;
	width: 420px;
	padding: 20px;
	float: left;
	border-right: 1px dashed #E0E0E0;
	height: 400px;
}
.page_content .right_column {
	border-top: 5px solid #2f5a8c;
	border-bottom: 5px solid #2f5a8c;
	width: 430px;
	padding: 20px;
	float: left;
	height: 400px;
}


.page_footer {
	padding: 10px 40px 20px 40px;
	clear: both;
	
}
.page_footer .footer_header { 
	float: left;
	width: 900px;
	clear: both;
}
.page_footer .footer_header h3 { 
	margin: 0;
}
.page_footer .third_column {
	float: left;
 	width: 270px;
	padding: 0 30px 20px 0;
}

ul ul {
	margin-left: 16px;
	list-style: disc;
}


.important_highlight {
	background-color: #C33;
	color: white;
	font-size: 13px;
	clear: both;
	float: left;
	width: 940px;
	height: 30px;
	padding: 10px 20px 0px 20px;
	text-align: center;
}
.important_highlight a {
	color: white;
}
.important_highlight a:visited {
	color: white;
}
.important_highlight a:hover {
	color: white;
}
.notice {
	border: 2px solid #C33;
	margin-top: 10px;
	padding: 5px;
	color: #C33;
	font-size: 12px;

}
.notice img {
	margin: 10px 10px 10px 5px;
}
.notice a, .notice a:hover, .notice a:visited {
	color: #C33;
}