* { padding: 0; margin: 0; }

body { 
	text-align: center; 
	background: none #ffffff;
	}

/***************************************** Top *********************************************/
#topnav {display: none;}

#top { position: relative; height: 10px; }

.logo { 
	position: absolute;
	left: 0px; top: 4px;
	width: 167px; 
	height: 124px; 
	display: block; 
	text-indent: -4000px; 
	position: absolute;
	display: block;
	cursor:hand;
	background:url(../img/main/logo-main.png) no-repeat; }
	
.more {text-align: right; height: 26px;}

	.more a,
	.more a:link,
	.more a:active,
	.more a:visited { 
		font-weight: bold; 
		color: #175690; 
		background:url(../img/main/more-arrow.png) no-repeat right -0.1em; 
		padding-right: 22px;
		text-decoration: none; }
		
		.more a:hover { 
			color: #333333;
			text-decoration: none;
			background:url(../img/main/more-arrow-over.png) no-repeat right -0.1em; }
			
/***************************************** Main Nav **********************************************/

#mainnav { display: none; }

/***************************************** Billboard ***********************************************/

#billboard { display: none; }

body#home #billboard { display: none; }
/***************************************** Main **********************************************/
#container { width: 600px; margin: 0 auto; text-align: left; border: 1px solid #333333; }
.maintop { 
	display: none; }
	
	body#home .maintop { display: none; }
	
#main { 
	float: none; 
	width: 600px; 
	min-height: 400px; 
	background-image: none; 
margin-top: 140px;}
	
	* html #main { height: 400px; }
	
	body#home #main { background-image: none; min-height: 200px;margin-top: 140px;}
	
		* html body#home #main { height: 200px;}
		
#main h3.leftcoltitle { 
		border-bottom: 1px solid #98A9BC; 
		color: #98A9BC; 
		font-size: 20px; 
		font-weight: bold; 
		padding-bottom: 4px;
		margin-bottom: 10px;
		 }
		 
		 body#home #main h3.leftcoltitle { margin-top: 6px;} 

#leftcol { float: none; width: 600px; }
	
	body#home #leftcol { width: 319px; }
	
	body#home #leftcol .text { margin: 0 20px 0 20px; }

	#leftcol .text { margin: 0 20px 0 20px; }
		
#middlecol { float: none; width: 600px; }

		body#home #middlecol .text { margin: 0 20px 0 20px; }

#rightcol { display: none; }
body#home #rightcol { display: block; float: none; width: 600px; background-image: none;}
	#rightcol .text { margin: 0 35px 10px 31px; }
		
		body#home #rightcol .text { margin: 0 20px 0 20px; }
				 
								
/***************************************** Footer ***********************************************/

#footer {
	background-image: none; 
	width: 600px; 
	height: 28px; 
	margin-top: 30px; 
	padding-top: 30px;}

	body#home #footer { background-image: none; }
	#footer .text { 
		border-top: 1px solid #ffffff; 
		display: block; 
		height: 30px;
		margin: 0 auto;
		padding-top: 30px;
		width: 600px;
		color: #000000;
		font-weight: bold; 
		text-align: center;}
	
/***************************************** Backgrounds *********************************************/

.power-back {background-image: none;}
.home-back {background-image: none;}