html,body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;	
	background-color: #fff;	
	margin: 0 auto;	
	text-align:center;
	color: #727272;
	background-image: url(../images/header_repeater.gif);
	background-repeat:repeat-x;	
	margin-left: auto;
	margin-right: auto;	
	height: 100%;
}


/* MISC STYLES */

a {
	color: #727272
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}


.subnavhot {
	font-size: 12px;
	font-weight: bold;
	color: #003C68;
	text-decoration: underline;
}

.subnav {
	font-size: 12px;
	font-weight: bold;
	color: #A8CFE4;
	text-decoration: none;
}	

.darkblue {
	font-weight: bold;
	color: #003C68;
}




/* Container */
.container {
	width: 100%;
	background-color:#fff;
	clear: both;
	text-align:center;
}


/* HEADER */
#header {
	width: 798px;
	text-align: left;
	margin:0 auto; /* center, not in IE5 */
	margin-left: auto;
	margin-right: auto;		
}

#header .logo {
	float: left;
	width: 232px;
}

#header .interiornav {
	float: left;

}

#header .navbuttons {
	float: left;
}





/* MAIN CONTENT AREAS */

#main {
	width:754px; 
	background-image: url(../images/background_content.gif);
	background-repeat:no-repeat;	
	min-height: 450px;
	margin:0 auto; /* center, not in IE5 */
	margin-left: auto;
	margin-right: auto;		
	text-align:center;	
}


#main .l2nav {
	width: 754px;
	margin-left:2px;

		
}

#main .l2nav div{
	float: left;
}

#main #content {
	width:754;
	margin-left: 2px;

}

#main #content .lighthead {
	float: left;
	width: 178px;
	
}
#main #content .lighthead_prop {
	float: left;
	width: 178px;
	padding-top:44px;
}

#main #content .copy {
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	width: 532px;
	line-height: 17px;
	
}

#main #content .copy_properties {
	float: left;
	margin-top: 65px;
	margin-left: 30px;
	margin-right:30px;
	text-align: left;
	width: 512px;
	line-height: 17px;
	
}

.copyright {
	width: 754px;
	padding-bottom: 5px;
	margin:0 auto; /* center, not in IE5 */
	margin-left: auto;
	margin-right: auto;		
	margin-top: 10px;
}

.copyright .copytext {
	text-align: left;
	font-size: 9px;
}

.wrapper {
	height: 100%; 
	min-height: 100%;
	height: auto !important; 
	margin-bottom:-60px;
}


.footerbar { 
	background-color:#002952; 
	width: 100%;  
	height:20px;
}

.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}
