﻿/* CSS layout */
#masthead {
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	background-position: left;
	height: 261px;
	font-size: 150%;
}

#top_nav {
	background-color: #27626F;
	color: #FFFFFF;
}
#container {
	position: relative;
	width: 100%;
	background-color: #006699;
}
#left_col {
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #669999;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	margin-top: 5px;
	color: #003399;
}
#page_content {
	margin-left: 200px;
	background-color: #DDEEFF;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 17px;
	font-size: 90%;
}
#footer {
	background-color: #006699;
}
#masthead, #top_nav, #container, #footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
{}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
}
p {
	margin: 5px;
}
h1 {
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #006699;
	padding-top: 5px;
}
h2 {
	font-size: 140%;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	color: #006699;
}
h3 {
	font-size: 140%;
	color: #666666;
	margin: 0px;
	padding-left: 5px;
}
h4 {
	font-size: 120%;
	color: #FFFFFF;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#slitleft {
	border: 1px solid #006699;
	width: 300px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #666666;
	margin-bottom: 10px;
}
#slitright {
	border: 2px groove #FFFFFF;
	background-color: #27626F;
	color: #99CCFF;
}
