﻿/* CSS layout */
#masthead {
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	background-position: left;
	height: 171px;
	font-size: 150%;
	text-align: right;
	background-color: #FFFFFF;
}
#top_nav {
	border-color: #999999;
	background-color: #7B7A78;
	color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: right;
}
#container {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
#left_col {
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #636363;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	margin-top: 5px;
	color: #666666;
	background-image: url('images/fade.jpg');
	background-repeat: repeat-x;
}
#page_content {
	margin-left: 200px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	border-width: 1px;
	border-color: #808080;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
{}
body {
	color: #7B7A78;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	margin-top: 0px;
}
p {
	margin: 0px 5px 5px 5px;
	font-size: 80%;
	color: #000000;
}
h1 {
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
}
h2 {
	font-size: 140%;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
}
h3 {
	font-size: 140%;
	color: #666666;
	margin: 0px;
	padding-left: 5px;
}
h4 {
	font-size: 120%;
	color: #666666;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#slitleft {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #E9E9E9 #E9E9E9 #FFFFFF;
	background-color: #FFFFFF;
	background-image: url('images/fade.jpg');
	background-repeat: repeat-x;
	color: #666666;
	padding-bottom: 10px;
	font-size: 100%;
}
#slitright {
	border: 2px solid #666666;
	width: 200px;
	float: right;
	background-color: #CCCCCC;
	color: #666666;
}
