* {margin: 0; padding: 0; }

body {
	background-color: #d8e8de;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	
}


#wrappershadow {
	margin-right: auto;
	margin-left: auto;
	width: 708px;
	background-color:#07477f;
	background-image: url(Images/wrappershadowback.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	
	}
	
	
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: 1px;
	width: 700px;
}

#banner {
	background-color:#07477f;
	padding: 0px;
	height: 110px;
	font-size: 95%;
	color: #FFFFFF;
	text-align: right;
	margin: 0;

	
	}
	
#banner img {
	padding-left: 4px;
	}
	
	
#topnav {
	color:#ffffff;
	font-size: 90%;
	height: 40px;
	background-color: #07477f;
	text-align: right;
	text-decoration: none;
	}
	
#middle {
	background-color: #ffffff;
	height: 100%;
	margin: 0px;
	}
	
#middletext {
	margin-left:10px;
	margin-right:10px;
	}

#middletext p {
	margin-left:20px;
	margin-right:20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#quicklinks {
	color:#000000;
	margin-left:40px;
	margin-right: 20px;
	float: right;
	font-size:75%;
	border: thin solid #CCCCCC;
	}
	
#footer {
	width: 100%;
	color:#FFFFFF;
	font-size: 80%;
	margin: 0px;
	background-color:#00477f;
	
	}
	
#footerleft {
	background-color:#00477f;
	width:350px;
	float:left;
	text-align:left;
	}

#footerright {
	background-color:#00477f;
	width:350px;
	float:right;
	text-align:right;
	}

#footer a:link {
text-decoration:none;
color:#ffffff;
}

#footer a:visited {
text-decoration:none;
color:#ffffff;
}

#footer a:active {
text-decoration:none;
color:#ffffff;
}

#footer a:hover {
text-decoration:underline;
color:#ffffff;
}
	
	
h1 {
	font-size: 120%;
	font-style: italic;
	color:#666666;
}

#topnav a:link {
text-decoration:underline;
color:#ffffff;
}

#topnav a:visited {
text-decoration:underline;
color:#ffffff;
}

#topnav a:active {
text-decoration:none;
color:#ffffff;
}

#topnav a:hover {
text-decoration:underline;
color:#008fff;
}

#banner a:link {
text-decoration:none;
color:#ffffff;
}

#banner a:visited {
text-decoration:none;
color:#ffffff;
}

#banner a:active {
text-decoration:none;
color:#ffffff;
}

#banner a:hover {
text-decoration:underline;
color:#ffffff;
}

#middle a:link {
text-decoration:none;
color:#07477f;
}

#middle a:visited {
text-decoration:none;
color:#07477f;
}

#middle a:active {
text-decoration:none;
color:#07477f;
}

#middle a:hover {
text-decoration:underline;
color:#07477f;
}

ul {
    list-style-position:outside;
    list-style-type:circle;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
    }
