/***********************************************/
/* WorldPower CSS 						       */
/* Basic CSS Style Sheet					   */
/* $Revision 1.0$				               */
/*                                             */
/* All Rights Reserved. (c) 2004               */
/***********************************************/

/***********************************************/
/* Redefined Body Style Tag           		   */
/***********************************************/
body{
	font:.7em Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	line-height:1.2em;
	margin-top:1px;
	margin-bottom:1px;
	text-align: center;
	/*background-image: url(../graphics/bckgrnd.gif);*/
}


/***********************************************/
/* Site Wide Style Divs                        */
/***********************************************/
img{
	border-style:none;
	border:none;
}

a{
	text-decoration:none;
	color: #005FA9;
}

a:hover{
	color:#005FA9;
	text-decoration:underline;
}

h1{
	font-size: 12px;
	color:#17592A;
}

h2{
	font-size: 11px;
	color:#005FA9;
}

h3{


}

/***********************************************/
/* Form Related Styles                         */
/***********************************************/
form{
	margin:0;
	padding:0;
}

label{
	font-weight:bold;
}
				
input{
	font-size: 10px;
}

select{
	font-size:85%;
	background-color: #EEEEEE;
}

textarea{
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}

/***********************************************/
/* Main Page Layout Divs                       */
/***********************************************/
#mainPage{
	background-color: #FFFFFF;
	position: relative;
	width: 750px;
	text-align: left;
	border: 1px solid #000000;
	margin: auto;
}

#mainPageTop{
	position: relative;
	width: 750px;
	top: 0px;
	left: 0px;
	
}

#mainPageBottom{
	height: 10px;
	width: 750px;
	position: relative;
}


/***********************************************/
/* Mast Head Layout Divs                       */
/***********************************************/
#mainPageMastHead{
	width: 750px;
	position: relative;
	height: 130px;
}

#mastHeadLogo{
	position: absolute;
	top: 0px;
	left: 0px;
}

#mastHeadBanners{
	position: absolute;
	right: 15px;
	top: 5px;
	width: 500px;
	height: 125px;
}


/***********************************************/
/* Main Page Cell Layout Divs                  */
/***********************************************/
#mainPageCell{
	width: 750px;
	position: relative;
}

#mainPageLeftNav{
	left: 10px;
	position: relative;
	width: 175px;
	top: 0px;
}

#leftNavCover{
	left: 10px;
	position: relative;
	width: 150px;
	text-align: center;
	border: 1px solid #000000;
}

#leftNavSponsors{
	left: 10px;
	position: relative;
	width: 150px;
	text-align: center;
	border: 1px solid #000000;
}

#mainPageContent{
	position: absolute;
	width: 500px;
	float: right;
	left: 215px;
	top: 0px;
}


/***********************************************/
/* Footer Layout Divs                          */
/***********************************************/
#mainPageFooter{
	position: relative;
	width: 750px;
	height: 40px;
}

#footerCerts{
	width: 200px;
	left: 10px;
	position: absolute;
	height: 25px;
}

#footerDisc{
	width: 300px;
	right: 10px;
	position: absolute;
	height: 25px;
	text-align: right;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#spacer{
	height: 20px;
}


/***********************************************/
/* Custome Styles                              */
/***********************************************/
.sponsor{
	height: 50px;
}

.column{
	position: relative;
	clear: both;
	height: 40px;
}

.columnLeft{
	width: 110px;
	float: left;
}

.columnRight{
	text-align: left;
	width: 200px;
	float: right;
}

.columnLeftFull{
	width: 120px;
	float: left;
}

.columnRightFull{
	text-align: left;
	width: 390px;
	float: right;
}

.columnLeft1{
	width: 250px;
	float: left;
	text-align: right;
}

.columnLeftFull1{
	width: 150px;
	float: left;
}

.columnRightFull1{
	text-align: left;
	width: 200px;
	float: right;
}

.redtext{
	color: #CC0000;
}

.contentFloat{
	text-align: center;
	float: left;
	width: 250px;
}

.contentPic{
	float:right;
	margin: 5px 0px 5px 5px;
}

.magAuthor{
	font-weight: bold;
	font-size: 90%;
}

.magTitle{
	font-weight: bold;
}
/********************* end **********************/
