@charset "UTF-8";

/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#container {
	width: 750px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 50px;
}
#content {
	background-color: #FFFFFF;
	width: 750px;
}
#header {
	height: 150px;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#top {
	height: 10px;
	width: 750px;
}
#mid {
	background-image: url(images/layout/mid.jpg);
	background-repeat: repeat;
	width: 700px;
	padding: 25px;
	background-color: #FFFFFF;
	height: 775px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.off a:link {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
.off a:visited {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
.off a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.off a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.on a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.on a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.on a:hover {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
.on a:active {
	color: #0099FF;
	text-decoration: none;
	}
.subhead {
	font-size: 14px;
	line-height: 24px;
	color: #0099FF;
	font-weight: bold;
}
#quote {
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	padding: 25px;
	border: 1px dashed #0099FF;
	background-color: #D8EDFF;
}
#callout {
	font-size: 18px;
	line-height: 24px;
	padding: 25px;
	border: 1px dashed #0099FF;
	background-color: #D8EDFF;
}
.header {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}
#leftcol {
	width: 200px;
	margin-right: 50px;
	float: left;
	font-size: 16px;
	line-height: 26px;
}
#rightcol {
	width: 450px;
	float: right;
}
#bot {
	height: 10px;
	width: 750px;
}
#indent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
