body{
	background-color: #e9e9e9;
	color: Black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 945px;
	background-color: White;
	margin:auto;
	margin-top:15px;
	margin-bottom:25px;
	padding:0px;

	height: 100%;
}

#header{
	width: 100%;
	height:124px;
	/*background-image: url(topBanner.png);
	background-repeat: no-repeat; */
}

#content{
	margin: 0px;
	width: 100%;
	min-height: 609px;
	background-image: url(middleBackground-slim.png);
	background-repeat: repeat-y;
}

#leftBanner{
	width:171px;
	float:left;
	margin: 5px 10px 25px 20px;

}
#leftBanner h2{
  font-size:24px;
  font-weight:bold;
  color:#ffffff;
  line-height:30px;
}
#mainarea{
	width: 715px;
	float: right;
	margin: 10px;  
	font-size:11px;
  font-weight:normal;
  color:#000000;
  line-height:16px;
}
h1{
  font-size:20px;
  font-weight:bold;
  line-height:22px;
  color:#336699;
  margin:20px 0 10px 0;
  padding:0;
}
a:link, a:visited, a:active{
    font-size:11px;
  font-weight:normal;
  text-decoration:underline;
  color:#000000;
}

a:hover{
  text-decoration:none;
  color:#000000;
}
#footer{
	clear: both;
	width:100%;
	height:63px;
	background-image: url(bottomBanner.png);
	background-repeat: no-repeat;
}
.heading1{
  font-size:16px;
  font-weight:bold;
  line-height:18px;
  color:#336699;
  margin:23px 0 3px 0;
  padding:0;
}
#utility {
	width:100%;
	background-color: #e9e9e9;
	font-size: 85%;
	color: #cfcfcf;

}
#utility #login{
	float:right;
	text-align: right;
	padding-right: 20px;
}

#utility #admin{
	float: left;
	text-align: left;
		padding-left: 20px;
}

#utility a{
  text-decoration:underline;
  color: #cfcfcf;

}

#utility a:hover{
  text-decoration:none;
  color: #cfcfcf;
}

