﻿/* CSS layout */
body {
	font-family: "Verdana, Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #CCCCCC;
}

#masthead {
	position: relative;
	width: 100%;
	background-color: #669999;
}

#top_left {
	width: 375px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #3399FF;
}
#header {
	padding: 0px 40px 10px 30px;
	border-color: #000000;
	border-style: solid solid solid none;
	border-width: thin;
	margin-left: 150px;
	background-color: #E6A45B;
	text-align: right;
	left: 0px;
}

#container {
	position: relative;
	width:980px;
}

#left_col {
	border: thin none #800000;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 146px;
	font-family: "Trebuchet MS";
	background-color: #FDE893;
	color: #000000;
}
#right_col {
	border-style: none;
	border-width: thick;
	border-color: #000000;
	width: 190px;
	position: absolute;
	right: 0px;
	top: 145px;
	background-color: #D26900;
	text-align: center;
	font-family: "Trebuchet MS";
	padding-top: 10px;
}
#page_content {
	border-style: none;
	border-width: thick;
	border-color: #000000;
	margin-right: 200px;
	margin-left: 160px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: small;
	top: 70px;
	padding: 5px 25px 25px 25px
}

#footer {
	font-size: 10px;
	text-align: center;
}
#spacer {
	border-width: thin;
	border-color: #000000;
	height: 20px;
	margin-left: 0px;
	width: 100%;
	border-bottom-style: solid;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
}
#left_col li {
	display: block;
	border: 1px solid #cdf;
}
#left_col a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#left_col a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#left_header {
	border: thin none #800000;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom:144px;
	font-size: large;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: normal;
	background-color: #FDE893;
	padding-left: 5px;
	height: 120px;
	color: #000000;
}
h1 {
	font-size: x-large;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #990099;
}
.style2 {
		text-align:center;
}
.style3 {
	padding-left:25px;
}
.style4 {
	font-family: "Times New Roman";
}
.style7 {
	color: #000000;
}
.style8 {
	border-width: 0px;
}


