/*  */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	min-height: 100%;
	background: #053b61 url('../images/bkg_main.jpg') repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.bodyWhite
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

th
{
	font-size: 11px;
	text-align:left;
	font-weight:bold;
	background-color:#fafafa;
	padding: 10px 10px 10px 10px;
}

td
{
	text-align:left;
	font-size: 11px;
	font-weight: normal;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
}

li {
	font-size: 11px;
	font-weight: normal;
	line-height:15px;
	padding-right:10px;
}

p {
	font-size: 11px;
	font-weight: normal;
	line-height:15px;
	padding-right:10px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background: #000 url('../images/bkg_base.gif') repeat-y top center;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding: 8px 0px 0px;
	height:122px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#navigation {
	width:800px;
	height:48px;
}	

div#content {


}
	div#content p {
		text-align:justify;
		/*padding:0 1em; */
	}
	
div#subcontent {
	background: #ffffff url('../images/bkg_base_white.gif') repeat-y top center;
	text-align: center;
	margin:0 auto; /* center, not in IE5 */
}
 
div#sponsors {
	height:133px;
	position:relative;
}

div#subbuttons {
	height:28px;
}

div#copyright {
	padding: 0em 0em 50px;  bottom padding for footer
	height:36px;
	z-index:1;
}

div#footer {
	visibility:hidden;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	height:1px;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
.clr {clear:both;} 	
	
