@charset "macintosh";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #003888;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/eweg_bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #003888;
	font-size: 24px;
	line-height: 24px;
}
h2 {
	color: #003888;
	font-size: 18px;
	line-height: 20px;
}
body,td,th {
	color: #333333;
	font-size: 13px;
	line-height: 22px;
}
#header {
	width: 907px;
	height: 145px;
	background: #FFFFFF;
	background-image: url(images/images/EasternWindEnergyGroup_top.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: right;
}
ul { list-style:none;}
li { padding-right:25px; padding-top:120px;}
li a {
	color:#333333;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
}
li a:hover {
	color:#666666;
	font-weight:bold;
	font-style: normal;
	text-decoration: underline;
	}
#container {
	width: 907px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 20px;
}
#base {
	width: 907px;
	height: 76px;
	background: #FFFFFF;
	background-image: url(images/images/EasternWindEnergyGroup_base.jpg);
	background-repeat: no-repeat;
}
#menu {
	font-size: 16px;
	padding-left: 400px;
	text-align: left;
	float: right;
}
a {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: underline;
	}
	.style1 {
	font-size: 10px;
	color: #666666;
	padding-left: 22px;
	padding-top: 30px;
}
.style3 {font-weight: bold}
