﻿/* CSS layout */
#masthead {
	background-color: #FFFFFF;
	margin-top: -12px;
	width: 770px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	background-color: #7199F9;
	height: 20px;
	margin-bottom: 10px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	position: relative;
	width: 100%;
	background-image: url('images/blegtext.gif');
	font-family: "Trebuchet MS";
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	padding: 5px;
	margin-left: 200px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #7199F9;
	height: 20px;
	text-decoration: none;
	width: 770px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}
#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	color: #0000FF;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS";
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	color: #000066;
	text-decoration: none;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #99CCFF;
	margin-right: 2px;
	font-family: "Trebuchet MS";
}
#top_nav a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 1px solid #C99981;
	background-color: #C99981;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
}
#left_col a {
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #C99981;
	text-align: center;
	font-size: 100%;
	background-color: #9FCFFF;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C98080;
	margin-right: 20px;
	background-color: #C98080;
}
h2 {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C7E3FF;
}
#page_content p {
	margin-top: 0px;
	font-size: 100%;
}
#left_col p {
	font-size: 90%;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#page_content h2 {
}
#page_content a {
	text-decoration: none;
	font-weight: bold;
}
#container {
	width: 770px;
	left: auto;
	right: auto;
	clip: rect(auto, auto, auto, auto);
	background-image: url('images/blegtext.gif');
	border: thin solid #C0C0C0;
}


