﻿/* CSS layout */
a {
	color: #66CCFF;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #3366FF;
}
a:hover {
	color: #3333FF;
}
.TheBSStopshere {
	text-align: left;
}
.BSAuto {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}
.style1 {
	border-style: solid;
	border-width: 2px;
	margin-left: 0px;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	font: 100% "Times New Roman", Times, serif;
	font-style: italic;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
}
.style5 {
	font-size: small;
}
.style6 {
	text-align: center;
}
.style7 {
	margin-top: 30px;
}
.style8 {
	text-align: center;
	font-size: small;
}
.style9 {
	text-align: center;
	font-size: x-small;
}
.style12 {
	font-size: large;
}
.style14 {
	text-align: left;
	font-size: large;
	border-width: 0px;
}
.style13 {
	margin-top: 3px;
}
.OptionsName {
	font-size: xx-large;
	text-align: left;
}
.formstyle {
	font-size: medium;
}
.PageName {
	border-width: 0px;
}
.PageName {
	text-align: center;
	font-size: x-large;
}
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
