﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0px;
}
#masthead {
	margin: 0px auto 0px auto;
	background-color: #555555;
	width: 100%;
	height: 160px;
	top: 0px;
}

#mastheadcont {
	width: 940px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #555555;
	position: relative;
	z-index: 10;
}
#subhead {
	background-color: #E7E7E7;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	right: 0px;
	left: 0px;
	position: relative;
	top: 0px;
	height: 100px;
}
#logobox {
	position: relative;
	left: 0px;
	float: left;
	height: 60px;
	width: 230px;
	top: 0px;
	vertical-align: middle;
	text-align: center;
}
.logotext {
	font-family: "Zero Twos";
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: bottom;
}
#headmenu {
	position: absolute;
	float: right;
	width: 701px;
	top: 22px;
	left: 239px;
	right: 0px;
	text-align: center;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	word-spacing: 2px;
	margin-right: 5px;
}
.topmenuetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4269AD;
	word-spacing: 18px;
	text-align: center;
	font-weight: bold;
	text-transform: none;
}
a:hover {
	text-decoration: underline;
	color: #4B6796;
	text-transform: none;
}
.sectionheadings {
	color: #4D90C7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#logo {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #596E8E;
	position: relative;
	height: 120px;
	margin-top: 20px;
}

#subheadcontainer {
	background-color: #E7E7E7;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 60px;
	right: 0px;
	left: 0px;
	position: relative;
	top: 16px;
	text-align: center;
	padding-top: 20px;
}

#container {
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
#container_head {
	width: inherit;
	height: 100px;
	top: 0px;
	margin-top: 20px;
	background-color: #F7F7F7;
}
#right_col {
	width: 300px;
	float: right;
	background-color: #F7F7F7;
	position: relative;
	height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#page_content {
	margin: 20px auto 20px auto;
	background-color: #F7F7F7;
	width: 620px;
	position: absolute;
	float: left;
	height: 400px;
}
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #555555;
	position: relative;
	width: 100%;
	right: auto;
	left: auto;
	margin-top: 20px;
	height: 150px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	margin: 0px;
	padding: 15px;
}
#subheadcontainer_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bolder;
	color: #4B6796;
}
