html, body {
	height: 100%;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px; }
div {
	margin: 0px;
	padding: 0px; }
a:link, a:visited, a:hover, a:active {
	color: #ffffff;
	text-decoration: underline; }
a:hover {
	text-decoration: none; }	
a:link img, a:visited img, a:hover img, a:active img {
	color: #ffffff;
	border-width: 0px;
	text-decoration: none; }
.hide_me {
	display: none; }
#full_height {
	position: relative;
	background-image: url(http://www.ncleoa.org/images/main_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center; 
	background-color: #000000;
	min-height: 100%; }
/* HACK for IE */
* html #full_height {
	height: 100%; }
h3, h4 {
	margin: 10px 0px; }
#footer {
	position: relative;
	height: 50px;
	margin-top: -50px; }
/* HACK for IE */
* html #footer	{
	height: 49px;
	margin-top: -49px; }
.header_image {
	margin: 0 auto;
	padding: 0px;
	height: 180px;
	width: 920px;
	background-image: url(http://www.ncleoa.org/images/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9000px; }
.navbar_bg {
	background-image: url(http://www.ncleoa.org/images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	margin-top: 0px !important;
	margin-top: -4px;
	width: 100%;
	height: 30px;
	clear: both; }	
.navbar_container {
	margin: 0px auto;
	width: 900px;
	height: 30px; } 
.navbar_style { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 14px; }
.navbar_style a:link, .navbar_style a:visited, .navbar_style a:hover, .navbar_style a:active {
	color: #000000;
	text-decoration: none; }
.navbar_style a:hover {
	text-decoration: underline }
#navbar_left {
	padding-left: 10px;
	width: 700px;
	text-align: left;
	float: left; }
#navbar_right {
	padding-right: 10px;
	width: 180px;
	text-align: right;
	float: right; }
/* Footer styles */	
.footer_bgimage {
	background-image: url(http://www.ncleoa.org/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC; 
	width: 100%;
	height: 50px;
	clear: both; }
.footer_container {
	margin: 0px auto;
	width: 900px;
	height: 50px; }
* html .footer_bgimage, * html .footer_container {
	height: 49px; }	
.footer_contentstyle {
	color: #000000;
	margin: 0px auto;
	width: 620px;
	height: 34px;
	text-align: center;
	font-size: 10px;
	padding-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; }
* html .footer_contentstyle {
	height: 33px; }
.footer_contentstyle a:link, .footer_contentstyle a:visited, .footer_contentstyle a:hover, .footer_contentstyle a:active {	
	color: #000000;
	text-decoration: none; }
.footer_contentstyle a:hover {
	text-decoration: underline; }	
/* Content container styles */
.content {
	color: #ffffff;
	text-align: left; /* This gets left because the body has center assigned */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
	margin: 0px auto;
	padding-top: 5px;
	width: 870px; }
