/* CSS Document */

body {
	background-color: #7d97a8;
	margin: 0;
	padding: 0;
}

a img { border: none; }

.left_lg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	line-height: 1.5em;
	font-size: 11px;
}
.left_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	line-height: 1.5em;
	font-size: 11px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f8f3e6;
	font-size: 10px;
	line-height: 1.5em;
}
p.navbuttons a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background-color: #2E59B3;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 150px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #EEEEEE;
	background-repeat: no-repeat;
}
p.navbuttons a:hover, p.navbuttons a:active {
	color: #FFF;
	background-color: #04AEED;
	background-repeat: no-repeat;
}
a:link {
	color: #2A929D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A929D;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	font-weight: bold;
}
.subhead {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.imageborder1 {

	border: 1px solid #000;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.content a:link, .content a:visited {
	color: #333333;
	text-decoration: none;
}
.content a:hover, .content a:active {
	text-decoration: underline;
	color: #000099;
}

.nomargintop {
	margin-top: 0;
}
