html {
	overflow-y: scroll;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 16px;
	margin: 5px;
	background-image:  url(image/blue_print_2_mod.gif);
}
a:link {
	color: #0070BB;
	text-decoration: none;
}
a:visited {
	color: #00609F;
	text-decoration: none;
}
a:hover {
	color: #00609F;
	text-decoration: underline;
}
a:active {
	color: #00609F;
}
form {
	display: inline;
}
input {
	font-size: 10px;
}
ul {
	background-color: #0072BC;
	margin: 5px;
	padding: 5px;
	list-style-position: inside;
	list-style-type: circle;
	border: 1px dotted #602323;
	color: #FFFFFF;
}
div.center {
	text-align: center;
}
td img {
	display: block;
}
.address {
	font-size: 10px;
	font-weight: bold;
	background-color: #A8BEFF;
}
.middleContent {
	color: #000000;
	width: 560px;
}
.leftColumn {
	text-align: left;
	float: left;
	background-color: #FFFFFF;
}
.rightColumn {
	text-align: left;
	float: right;
	background-color: #FFFFFF;
}
.contentHeader {
	height: 19px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00609F;
	text-align: center;
	background-color: #C7C5E0;
}
.contentSubheader {
	font-size: 18px;
	color: #000000;
	font-style: italic;
}
.mixedLayout {
	color: #000000;
}
img.left {
	float: left;
	border: none;
	margin: 10px;
}
img.middle {
	clear: both;
	margin: 10px;
	border: thin dotted #CCCCCC;
}
img.right {
	float: right;
	margin: 10px;
}
div.spacer {
	clear: both;
}
.float {
	float: left;
	margin-top: 5px;
}
div.row {
	clear: both;
	margin: 5px;
}
div.row div.leftColumn {
	float: left;
	text-align: right;
	width: 135px;
}
div.row div.rightColumn {
	float: right;
	text-align: left;
	width: 175px;
}
div.form {
	width: 350px;
}
span.note {
	font-size: 10px;
	color: #FF0000;
}
p {
	text-align: left;
	margin: 10px;
}
div.leftColumn p {
	margin: 10px;
}
div.rightColumn p {
	margin: 10px;
}
/* Admin Section */
/*****************/
body.adminHeader {
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(Images/admin_intro_title.gif);
	background-repeat: no-repeat;
}
body.adminHeader a:link {
	color:#006600;
}
body.adminHeader a:visited {
	color:#006600;
}
.adminHeader #nav {
	position: relative;
	left: 350px;
	top: 30px;
}
.adminLogin {
	position: absolute;
	left: 300px;
	top: 5px;
}
/* Footer Section */
/******************/
.bottomContent {
	text-align: center;
	font-size: 11px;
	clear: both;
	color: #000000;
}
.bottomContent a:link {
	color: #666666;
	text-decoration: none;
}
.bottomContent a:visited {
	color: #333333;
	text-decoration: none;
}
.bottomContent a:hover {
	color: #333333;
	text-decoration: underline;
}
.bottomContent a:active {
	color: #333333;
}
.footerInfo {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 60px;
}
.footerNav {
	font-size: 11px;
	letter-spacing: 0.2em;
	margin: 0px 15px 15px;
	font-weight: bolder;
	color: #000000;
}
.linksLight {
	font-size: 11px;
	text-align: center;
}
.linksLight a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linksLight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.linksLight a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.linksLight a:active {
	color: #FFFFFF;
}
.footerAdmin {
	font-size: 12px;
	color: #999999;
	float: right;
	text-align: center;
}
.footerAdmin a:link {
	text-decoration: none;
}
.folder {
	border: thin solid #0072BC;
	background-color: #FFFFFF;
}