﻿/* CSS layout */
body {
	margin: 0px auto 0 auto;
	padding: 0px;
	width: 960px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

#masthead {
	margin-top: 10px;
	margin-bottom: 0px;
	margin: 0px;
	border-style: none;
	padding-top: 10px;
	background-color: #8e9fd0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	bottom: 0px;
	vertical-align: middle;
	line-height: 36px;
	width: 960px;
}

#mhfloatleft {
font-size: small;
float: left;
width: 180px;
text-align: center;
vertical-align: middle;
line-height: 16px;
margin-left: 10px;
margin-top: 6px;

}
#mhfloatright {
font-size: small;
float: right;
width: 180px;
text-align: center;
vertical-align: middle;
line-height: 16px;
margin-right: 0px;
margin-top: 0px;
}

#left_col li, #right_col li {
	list-style: none;
	margin: 0px;
	padding: 0 0 3px 0;
}

#container {
	clear: both;
	min-width: 575px;
	width: 960px
	
}

#left_col {
	margin: 0px;
	float: left;
	background-color: #eaeff5;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1310px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	list-style: none;
}
#right_col {
	list-style: none;
	margin: 0px;
	float: right;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #eaeff5;
	height: 1310px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding-left: 10px;	
}

#page_content {
	width: 580px;
	margin-left: 200px;
	margin-right: auto;
	padding-top: 5px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
td.style2 {
	border: 2px solid #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: normal;
	width: 85px;
}
.style3 {
	border-collapse: collapse;
	border: 3px solid #0000FF;
	text-align: center;
}
.style4 {
	border: 2px solid #0000FF;
	text-align: left;
	white-space: normal;
	width: 585px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	clear: both;
	width: 960px;
	text-align: center;
}

#subtitle {
	font: normal normal bold large serif;
	width: 580px;
	margin-left: 200px;
	margin-right: auto;
	text-align: center;
	height: 25px;
	font-style: normal;
	vertical-align: middle;
	padding-top: 5px;
	margin-top: 0px;
}
#subheader {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000080;
	padding-top: 5px;
	margin-top: 5px;
}

a:link {color:#0000FF; text-decoration:none;} 
a:visited {color:#0000FF; text-decoration:none;} 
a:hover {color:#FF0000; text-decoration:underline;} 
a:active {color:#0000FF; text-decoration:underline;} 
.newStyle5 {
	background-color: #000066;
	color: #FFFFFF;
	font-size: medium;
}


