﻿html,body
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	width: auto;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing: .2pt;
	color:#545353;
}

div#divContainer
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background-image: url(../i/shared/00_bg_tile2.gif);
	background-repeat: repeat-y;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#divHeader
{
	padding:8px;
	height: 200px;
	background: #FFFFFF;
	background-image: url(../i/shared/02_banner.jpg);
	font-size: 11px;
	color: #0d0d0d;
}
	div#divHeader a 
	{
		color: #0d0d0d;
		text-decoration: none;
	}
	div#divHeader a:hover
	{
		color: #00adc5;
		text-decoration: none;
	}

div#divSubHeader
{
	margin-left: 180px;
	margin-top: 135px;
	font-size: 11px;
	color: #0d0d0d;
}

div#divHeaderSearch
{
	float:right;
	margin-top:5px;
	margin-right:5px;
}
div#divHeaderSearch input {
	font-size: 11px;
	color: #666;
}

div#divContent
{
	padding:0em 0em 40px; /* bottom padding for footer */
}

div#divFooter 
{
	clear:both;
	padding: 10px;
	position: absolute;
	width: 780px;
	bottom:0; /* stick to bottom */
	background:#ffffff;
	border-top: solid 1px #0d0d0d;
	border-align: right;
	color: #0d0d0d;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
}
	div#divFooter a
	{
		color: #0d0d0d;
		text-decoration: none;
	}	
div#divFooter a:hover
	{
		color: #00adc5;
		text-decoration: none;
	}

div#divNav 
{
	float:left; 
	width: 171px;
	height: 100%;
	min-height: 100%;
	color: #0d0d0d;
	text-align: right;
	text-indent: 8px;
	font-size: 11px;
	clear:right;
	text-decoration: none;
	margin-top:150px;
}

div#divBody
{
	margin-left: 181px;
	width: 600px;
	padding: 5px;
	clear:right;
	text-decoration: none;
}

.navHeader
{
	background-color: #FFFFFF;
	width: 163px;
	text-align: center;
	font-weight: bold;
	padding: 6px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}

.navBody
{
	margin-right:10px;
	width: 163px;
	line-height: 170%;
	text-align: right;
	text-decoration: none;
}

.navHeader a, .navBody a
{
	color: #0d0d0d;
	text-align: right;
	text-decoration: none;
}

.navHeader a:hover, .navBody a:hover
{
	
	color: #00adc5;
	text-decoration: none;
	text-align: right;
}