body {
	margin-top: 0;
	background-color: #004a8c;
	}

table,tr,th,td,div,ul,li,ol,p,h1,h2,h3,h4,h5,h6 {
	color: #666;
	font-size: 13px;
	font-family: arial, sans-serif;
	line-height: 20px;
	}

p,h1,h2,h3,h4,h5,h6 { margin-top: 0; }

a:link { color: #004a8c; text-decoration: underline; }
a:visited { color: #004a8c; text-decoration: underline; }
a:hover { color: #bf190d; text-decoration: none; }
a:active { color: #bf190d; text-decoration: none; }

#nav a:link { color: #fff; text-decoration: none; }
#nav a:visited { color: #fff; text-decoration: none; }
#nav a:hover { color: #6984ae; text-decoration: none; }
#nav a:active { color: #6984ae; text-decoration: none; }

#footer a:link { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #6984ae; text-decoration: none; }
#footer a:active { color: #6984ae; text-decoration: none; }

#credits a:link { color: #fff; text-decoration: none; }
#credits a:visited { color: #fff; text-decoration: none; }
#credits a:hover { color: #bf190d; text-decoration: none; }
#credits a:active { color: #bf190d; text-decoration: none; }

a.links:link { color: #666; text-decoration: none; }
a.links:visited { color: #666; text-decoration: none; }
a.links:hover { color: #bf190d; text-decoration: none; }
a.links:active { color: #bf190d; text-decoration: none; }



#page_frame {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	}

#header {
	width: 940px;
	margin-left: 31px;
	background-color: #aeb0b2;
	}

#nav {
	width: 940px;
	height: 35px;
	margin-left: 31px;
	background-color: #bf190d;
	}

/* #nav a {
	float: left;
	padding-top: 7px;
	padding-right: 34px;
	font-family: arial, sans-serif;
	font-weight: bold;
	} */

.nav_links {
	float: left;
	padding-top: 7px;
	padding-right: 34px;
	font-family: arial, sans-serif;
	font-weight: bold;
	}

#page_body {
	width: 621px;
	margin: 3px 3px 3px 34px;
	padding: 31px 179px 35px 131px;
	border: 1px solid #aeb0b2;
	}

#page_body_wide {
	width: 771px;
	margin: 3px 3px 3px 34px;
	padding: 31px 90px 35px 70px;
	border: 1px solid #aeb0b2;
	}

#footer {
	width: 940px;
	margin-left: 31px;
	height: 25px;
	background-color: #bf190d;
	text-align: center;
	color: #fff;
	font-size: 11px;
	}

#credits {
	width: 970px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	background-color: #004a8c;
	background-image: url(images/bg_footer_credits.jpg);
	text-align: right;
	color: #fff;
	font-size: 11px;
	}

#news_frame {
	background-color: #e5e5e5;
	color: #fff;
	padding: 5px 1px 5px 5px;
	}



.title {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	}

h2 {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	}

h3 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	}

.float_left {
	float: left;
	padding: 20px 37px 35px 0;
	}

.float_right {
	float: right;
	padding: 20px 0 35px 37px;
	}

.float_right_bio {
	float: right;
	width: 551px;
	padding: 0 0 10px 22px;
	}

.topmargin { margin-top: 20px; }

