﻿/* CSS layout */
#masthead {
	background-color: #FFFFFF;
	width: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	background-color: #FFFFFF;
	position: static;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans", "trebuchet MS", "Trebuchet MS", sans-serif;
	height: 25px;
}
#container {
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: "Lucida Sans", "trebuchet MS", "Trebuchet MS", sans-serif;
}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

#page_content {
	padding: 0px 20px 10px 10px;
	margin-right: 200px;
	margin-left: 150px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

#footer {
	background-color: #87B7FF;
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans", "trebuchet MS", "Trebuchet MS", sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: bottom;
}
#masthead h1 {
	margin: 0px;
	font-family: "Lucida Sans", "trebuchet MS", "Trebuchet MS", sans-serif;
	color: #000080;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	padding: 2px 10px 2px 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	border: 1px solid #FFFFFF;
	font-family: "Lucida Sans", "trebuchet MS", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #87B7FF;
}
#left_col a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px none #FFFFFF;
	text-align: right;
	font-size: 12px;
	background-color: #87B7FF;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
}
#right_col a {
	text-decoration: none;
}
#right_col li {
	font-family: "Lucida Sans", "trebuchet MS", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #008080;
	font-weight: bold;
	display: block;
	border: 1px solid #FFFFFF;
}
#right_col ul {
	background-color: #FFFFFF;
	position: relative;
	float: none;
	list-style-type: none;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#page_content a {
	text-decoration: none;
	color: #008080;
}
#masthead a {
}
#masthead img {
	text-decoration: none;
	border-style: none;
}
