/* CSS Document */
  
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/Background.jpg) repeat;
	padding: 0;
	margin: auto;
	text-align:center;
}

#container {
	top:10px;
	width:1000px;
	margin: auto;
}

#top {
	width:1000px;
	height:187px;
	background:url(../images/header.jpg) no-repeat;
}

#header {
	width:1000px;
	height:19px;
	background-color:#0087c7;
}


#middle {
	background-color:#FFFFFF;
	text-align:left;
	height:360px;
	width:1000px;
}

#bottom {

	width:1000px;
	height:15px;
	background:url(../images/footer.jpg) no-repeat;
	padding-top: 7px;
	font-weight: bold;
	color:#FFFFFF;
	
}


#pageHead {

color:#333333;
font-size:18px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

#pageText {

color:#333333;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}


#menu2 a:link, #menu2 a:visited, #menu2 a:active {
  color:#FFFFFF;
  text-decoration: none;
}

#menu2 a:hover {
  color: #99cc33;
  text-decoration: none;
}

a:link, a:visited, a:active {
  color:#FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #bed9ed;
  text-decoration: none;
}
