/* WIND ENERGY PAGES STYLE SHEET */

  /******************************/
 /*      Global Section        */
/******************************/
* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: #fff;
}

a img {
	border: none;
}

h3 {
	padding-bottom:20px;
	font-size:24px;
}

p {
	padding-bottom:10px;
}


  /******************************/
 /*      Header Section        */
/******************************/

#headerWrapper {
	height:75px;
	width:99.5%;	
	background:#68ACE5;
	border:2px;
	border-style:solid;
	text-align:center;
}
			
#certTitle {
	height:60px;
	float:right;
	text-align:right;
	font-size:25px;
	color: white;
	padding:35px 0px 0px 0px;
}	

#tweiLogo {
	float:left;
	height:75px;
	padding:15px 0px 0px 20px;
}


#container {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


  /******************************/
 /*      Content Section       */
/******************************/

#contentWrapper{
	width:80%;
	text-align:center; 

	/*margin-left:auto;
	margin-right:auto;*/
	margin: 0 auto;
	margin-top:40px;
	margin-bottom:75px;
	
}
 
#topBorder {
	height:20px; 
	width:800px;
	margin: 20px 0px px 0px;
	overflow:hidden;
	background: url('images/top-800_blue.png') no-repeat;
}

#content {
	width:100%;
	background:#68ACE5;
	margin:20px 0px 20px 0px;
	padding:10px;
	overflow:hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}




#bottomBorder {
	height:20px;
	width:800px;
	margin: 0px 0px 20px 0px;
	overflow:hidden;
	background: url('images/bottom-800.png') no-repeat;
}

  /******************************/
 /*      Footer Section        */
/******************************/
#footerWrapper {
	width:100%;
	text-align:center;
}

#tstcLogo {
	float: left;
	width:125px;
	padding-left:20px;

}

#snLogo {
	float: left;
	padding:10px 0px 0px 35px;
	font-family:Calibri;
	font-size: 10px;
	text-align:center;
}

#footerLinks {
width:560px;
	float: left;
	padding:20px 0px 0px 0px;
	font-size:12px;
	color:black;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wsercLogo {
	width:163px;
	float: right;
	padding-right:20px;
}





