
html {height:100%;}
	
body {
	font: 0.8em verdana, arial, helvetica, sans-serif;
	background-color : #ffffff;
	text-align: center;     
	margin-top: 0px;    
	margin-left: auto;    
	margin-right: auto; 
	padding-top: 0px;
	height: 100%;
} 

#container 
{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	width: 960px;
	text-align: center;
	height: 100%;
}

#content
{
	height:auto !important; /* real browsers */
	height:98%; /* IE6: treaded as min-height*/
	min-height:98%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	width: 100%;
}


.nav_item
{
	font: 0.8em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	width: 100%;
}

.nav_item_on
{
	font: 0.8em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	width: 100%;
}

.nav_item:link
{
	font: 0.8em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	width: 100%;
}

.section_header
{
	color: #ffcc33;
	line-height: 1.8em;
	font: 1.0em verdana, arial, helvetica, sans-serif;
	font-weight:bold;
}

.line_item
{
	color: #ffcc33;
	line-height: 1.5em;
}

.line_item a
{
	color: #ffcc33;
	list-style: none;
	text-decoration: none;
}

.bottom
{
	color: #ffffff;
	text-decoration: none;
	font: normal 10px Verdana;
	text-align:center;
	padding-bottom: 15px;
}

.body_text
{
	color: #ffffff;
	font: 0.8em verdana, arial, helvetica, sans-serif;
}

.bottom_nav:link
{
	color: #ffffff;
	font: 0.7em verdana, arial, helvetica, sans-serif;
}
.bottom_nav:hover
{
	color: #ffffff;
	text-decoration: underline;
	font: 0.7em verdana, arial, helvetica, sans-serif;
}
.bottom_nav:visited
{
	color: #ffffff;
	font: 0.7em verdana, arial, helvetica, sans-serif;
}

.nav_item:hover
{
	text-decoration:none;
	color: #ffffff;
}

