/* styles for new Enerwise In Education pages */

body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #ccc;
	color: #000;
	}
img {
border: none;
}
a:link {
	color: #4a72b4;
	text-decoration: none;
}
a:visited {
	color: #4a72b4;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
#wrapper {
	width:757px;
	margin:0px auto;
	text-align:left;
	background-color: #fff;
	color: #000;
	}
	
#header {
margin-bottom: 20px;
}	
	
#navigation {
float: left;
/*width: 175px;*/
padding-left: 5px;
}

#navlist
{
padding: 0 0 0 0;
margin: 0;
/*border-bottom: 1px dotted #4a72b4;*/
width: 155px;
line-height: 16pt;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px dotted #4a72b4;
}

#navlist li a { text-decoration: none; }
li#last { border: 0; }

#info {
height: 1%;
margin: 0 10px 20px 175px;
}
#footer {
padding: 20px 20px;
font-size: 70%;
text-align:center;
}
