@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #e3eef6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.container {
	width: 980px;
	border: solid 10px;
	border: 2px solid #D5D5D5;
	margin-left: 0px;
	margin-top: 0px;
}
.header {
	width: 980px;
	height: 250px;
	background-color:#FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.content {
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 35px;
	font: Verdana;
	font-size: 13px;
	background-color: #FFFFFF;
}
.content a {
	text-decoration: none;
	color: #005797;
}
.content a:hover {
	text-decoration:underline;
	color: #005797;
}
.footer {
	text-align: left;
	font-size: 10px;
	height: 12px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.greenbold {
	color:#005797;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
.greenbold a {
	color:#005797;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
.greenbold a:hover {
	color:#005797;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.goldbold {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
.goldbold a:hover {
	color: #FFFFFF;
}
#columns-mpl {
	height: 500px;
}

#columns {
	height: 400px;
}
#col1-mpl {
	float:left;
	width:50%;
}
#col1 {
	float:left;
	width:33%;
}
#col2 {
	float:left;
	width:33%;
}
#col3 {
	float:left;
	width:34%;
}
#col1w {
	float:left;
	padding: 10px;
	width:70%;
}
#col2w {
	float:left;
	padding: 10px;
	width:25%;
}
#contact-info {
	position: absolute;
	float: left;
	top:65px;
	left: 254px;
	padding-left: 12px;
	color: #005797;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 528px;
}
#contact-info a {
	text-decoration: none;
	color: #005797;
}
#contact-info a:hover {
	text-decoration: underline;
	color: #005797;
}
.container .content h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #005797;
	font-size: 16px;
	font-weight: bold;
}
