﻿/* CSS layout */
#masthead {
	position: relative;
	width: 900px;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #99CCFF;
	display: block;
	padding: 2px;
	background-color: #000080;
	padding-left: 10px;
	padding-right: 10px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	background-color: #99CCFF;
}

#banner {
	width: 900px;
}

#top_left {
	background: #BFD7F9;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 14px;
}

#header {
	background: #000080;
	margin-left: 150px;
	width: 750px;
	height: 15px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
}

#container {
	position: relative;
	width: 900px;
}

#left_col {
	float:left;
	width: 144px;
	left: 0px;
	top: 0px;
	background-color: #BFD7F9;
	padding-left: 3px;
	padding-right: 3px;
}

#page_content {
	float:right;
	padding: 0 0 0 5px;
	margin-left: 150px;
	width: 745px;
}

#footer {
	width: 900px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #E8E8E8;
	clear: both;
}

H1 {
	margin: 0px 0px 8px 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 17pt;
	color: #000080;
	letter-spacing: -1pt;
}

H2 {
	margin: 10px 0px 4px 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13pt;
	color: #000080;
}

H3 {
	margin: 0px 0px 8px 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13pt;
	color: #EBECD2;
	background-color: #800000;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	text-align: center;
	word-spacing: 1px;
	font-weight: bold;
}	

h4 {
	margin: 6px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
}	

P {
	margin: 6px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 9pt;
	color: #000000;
}	

LI {
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 9pt;
	color: #000000;
}	

TD {
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 9pt;
	color: #000000;
	border-top-color: #000000;
}	


.Footer {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 7pt;
}




