/* CSS Document */
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	color: #003366;
}
html{scrollbar-base-color: #EAECFB;}
a {
	font-family: Tahoma;
	font-size: 18px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4{
	font-family: Tahoma;
}
h1{
	font-size: 25px;
	font-weight: bold;
	color: #003366;
}
h2{
	font-size: 22px;
	color: #0033CC;
}
h3{
	font-size: 18px;
	color: #003399;
}
h4 {
	font-size: 18px;
	color: #FF3300;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	padding: 0px;
}
#pagewrapper {
	height: 660px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 110px;
	width: 800px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#toptext{
	float: left;
	height: 147px;
	width: 355px;
	padding: 20px 10px 10px;
	margin-left: 50px;
	clear: both;
}
#topimage{
	height: 177px;
	width: 227px;
	float: left;
	margin-left: 50px;
	margin-bottom: 15px;
	clear: right;
}
#midimage{
	float: left;
	height: 167px;
	width: 267px;
	margin-left: 50px;
	clear: left;
}
#midText{
	height: 148px;
	width: 380px;
	float: left;
	margin-left: 25px;
	padding: 10px;
}
#midBox{
	height: 150px;
	width: 550px;
	border: thin solid #000066;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #E8EFFF;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003333;
	margin-left: 130px;
}

#weather{
	height: 210px;
	width: 330px;
	margin-left: 50px;
	float: left;
	padding: 5px;
	margin-top: 10px;
	clear: left;
}
#botimage{
	height: 250px;
	width: 360px;
	float: left;
	margin-top: 10px;
}

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #333366;
	text-decoration: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}	
 #footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	font-weight: normal;
	text-decoration: none;
}


 #footer a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
