/* Main layout page styles */
html {
	background-color: #FFFFFF;
	background-image: url("images/main_bgn.gif");
}
body {
	background-color: #FFFFFF;
	background-image: url("images/main_bgn.gif");
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
}
#header {
	width: 850px;
	height: 155px;
	background-image: url(images/Drupal_Banner_Lighter.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin: auto;
	cursor:pointer;
}
#content {
	width: 600px;
	float: right;
	clear: right;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#content_background {
	background-image: url(images/Drupal_Sidebar_Lighter.png);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom:0;
}

#sidebar {
	float: left;
	clear: both;
	width: 210px;
	margin-left: 10px;
	margin-top: 5px;
}
#sidebar li, #sidebar li{
	color: #000000;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 15px;
}
#sidebar li a, #sidebar li a{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ol li a:hover, #sidebar ul li a:hover{
}
.menuDesc, .under_sidebar p{
	font-size: 0.7em;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
}

#spamarrest {
	float: right;
	padding-top: 110px;
	padding-right: 10px;
	height: 45px;
}
#copyright {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 1px;
}
#background_stretch {
	clear: both;
}
#seoHead {
	display: none;
}

img {
	border: none;
}
.hide {
	display:none;
}
/* End Main Layout Styles */

/* Start Headline Styles */
h1 {
	text-align: center;
	font-size: 1.5em;
}
h2 {
	text-align: left;
	font-size: 1.3em;
}
h3 {
	text-align: center;
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
#sidebar h1 {
	text-align: center;
	font-size: 1.5em;
}
#sidebar h2 {
	text-align: left;
	font-size: 1.3em;
}
#sidebar h3 {
	text-align: center;
	font-size: 1.1em;
}
#sidebar h4 {
	font-size: 1.1em;
}

/* End headline styles */

/* Body Content styles */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
/* End body content styles */

/* Custom classes */
.checkmark_bullets {
	list-style-image: url(images/bullet3.gif);
	list-style-position: outside;
}
.underline {
	text-decoration: underline;
}
.Red {
	color: #990000;
}
.RedCrossout {
	color: #990000;
	text-decoration: line-through;
}

.quote {
	font-style: italic;
	padding: 15px;
	background-color: #FFFFCC;
	white-space: normal;
}

.highlight {
	background-color: #FFFF66;
}
.red_dash_box {
	border: medium dashed #FF0000;
	line-height: normal;
	background-color: #FFCCCC;
	padding: 20px;
}
.program {
	border: thin solid #999999;
	line-height: normal;
	padding: 5px;
	font-size: .8em;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-left: 2px;
}
.form_box {
	margin: 10px;
	padding: 10px;
	border: 2px solid #000000;
}
.dashedbox {
	margin: 10px;
	padding: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
.center {
	text-align: center;
}
.small_text {
	font-size:0.6em;
}
/* End custom sites */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, "Times New Roman";
}

