body {
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}


h1 {
	color: #1486ac;
	font-size: 22px;
	font-weight: bold;
	margin-top: -2px;
	margin-bottom: 4px;
	text-align: center;
}

h2 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	color: #2f9b85;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 4px;
	margin-left: 25px;
}

h4 {
	color: #28727b;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 4px;
	margin-left: 15px;
}

a:link, a:visited {
	text-decoration: none;
	border: none;
}

a img {
	border: none;
}

/*** Major Layout Elements ***/


#site_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	margin-top: 8px;
	padding-top: 8px;
	background: #fff url('images/top-bar.jpg');
}

#header {
	background-color: #246c8a;
	text-align: center;
	font-size: 46px;
	line-height: 48px;
	padding: 5px 0px;
	color: white;
}

#main_wrapper {
	background: #fff url('images/table-bg.jpg') repeat-y;
	min-height: 330px;
	/* This is a hack to get min-height working for IE6 and other browsers that don't do min-height */
	height: auto !important;
	height: 330px;
}

#body_content {
	margin-left: 125px;
	margin-right: 160px;
	padding: 15px;
}

#right_bar {
	float: right;
	width: 130px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

#disclaimer {
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
	color: #444;
	font-size: 10px;
	clear: both;
	background: #ccc url('images/bottom-bar.jpg') no-repeat top;
}

#disclaimer a {
	color: #44b;
}

#scrolling_text {
	text-align: center;
	color: white;
}

.children_namedrop {
	text-align: center;
	color: #246c8a;
}

.children_namedrop a {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #246c8a;
}

#newsflash {
	text-align: center;
	font-size: 14px;
	color: #518aa8;
}

#newsflash b {
	color: #496171;
	text-decoration: blink;
}

/*** Navigation Styles ***/

/* Main Nav Menu */

#leftnav {
	float: left;
	font-weight:bold;
	font-size:12px;
	line-height:200%;
	margin-top: 0px;
	padding-top: 4px;
	margin-left: 5px;
	height: 100%;
	width: 116px;
}

#leftnav ul {
	line-height:200%;
	font-weight:bold;
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
}

#leftnav li{
	padding-left: 2px;
	margin-left: 0px;
}

/* Normal Nav Links */

#leftnav div {
	padding: 2px;
	line-height: 2em;
	padding-left: 0px;
	width: 100%;
	display: block;
}

#leftnav a {
	padding: 2px;
	line-height: 2em;
	padding-left: 0px;
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

/* Highlighting for the normal nav links */

#leftnav li:hover, #leftnav li:hover a,
#leftnav li.hover, #leftnav li.hover a {  
	background-color: #3eb579;
}
