﻿/* CSS layout */
#masthead {
}
#top_nav {
}
#container {
	position: absolute;
	width: 100%;
}
#left_col {
	width: 184px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-left: 50px;
	text-align: center;
}
#footer {
	position: absolute;
	left: 10px;
	top: 900px;
	font-size: small;
}
#SectionHead {
	color: #3366FF;
	font-family: "Monotype Corsiva";
	font-size: x-large;
}
#BannerHead {
	vertical-align: bottom;
	text-align: center;
	color: red;
	font-family: "Monotype Corsiva";
	font-size: x-large;
	font-weight: bold;
	width: 618px;
}

ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: navy;
text-decoration: none;
background-color: white;
list-style-position: outside;
list-style-image: none;
list-style-type: none;
margin-left: 0;
padding-left: 0;
}


A:link {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}
A:hover {
	font-weight: bold;
}
A:visited {
	color: teal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}
