﻿/* CSS layout */
#masthead {
	margin: 0px auto 0px auto;
	width: 700px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #99CCFF;
}
#top_left {
	width: 150px;
	left: auto;
	top: auto;
	vertical-align: middle;
	text-align: center;
	float: left;
}
#header {
	margin-left: 150px;
}
#container {
	margin: auto;
	width: 700px;
	background-color: #FFFF99;
}
#left_col {
	width: 150px;
	left: auto;
	background-color: #FFFF99;
	float: left;
}
#page_content {
	margin-left: 150px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer {
	text-align: center;
	background-color: #FF9933;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #99CCFF;
	font-size: 12px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
body {
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#left_col a {
	color: #000099;
	display: block;
	padding: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #99CCFF;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
#left_col a:hover {
	background-color: #99CCFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #003399;
}
#footer a {
	color: #000099;
}
#footer a:hover {
	color: #990033;
}
h1 {
	color: #800000;
	font-size: 24px;
	font-weight: bold;
}
ul {
	list-style-image: url('images/bullet3.gif');
}
h2 {
	color: #000000;
	font-weight: bolder;
	font-size: 18px;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #990033;
}

