

body { 
  background-color: #f2f3f8;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#header {
  background-color: #f2f3f8;
  margin:           10px;
	padding:	15px;
  height:           90px;
	border-style:	groove;
}

#headerimage {
	float:		right;
}


#main {
  background:       #e7eaee;
  font-size:        105%;
	line-height:	150%;
  padding:          0px 15px 10px 15px;
  margin:           0px 5px 10px 10px;
	width:	460px;
	float:	left;
	border-style:	groove;
}

#rightsection {
		width:	400px;
		float:	left;
}

#davisimage {
		width:	210px;
		height:	141px;
		float:	right;
}

#wusticker {
		border-right:	10px;
}

#data {
  background:       #e7eaee;
  font-size:        95%;
  padding:          0px 15px 10px 15px;
  margin:           0px 2px 10px 5px;
	border-style:	groove;
}

#links {
  background:       #e7eaee;
  font-size:        95%;
  padding:          0px 15px 10px 15px;
  margin:           0px 2px 10px 5px;
	border-style:	groove;
}

li {
	margin-top:		3px;
}


#footer {
  background-color: #f2f3f8;
  color:            #1825a2;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
	clear:	left;
}

h1 {
  font-size:        320%;
  color:            #1825a2;
}

h2 { 
	font-size: 150%;
	color:		#1825a2;
	border-bottom:	thin groove;
}

h3 { 
	font-size: 100%;
	text-align:		left;
	color:		#f22222;
	margin-top:		10px;
}

#links h2 {
	text-align:		left;
	margin-bottom:	0px;
	margin-left:	15px;
	border-bottom:	thin groove;

}

#links h3 {
	text-align:		left;
	color:		#1825a2;
	margin-top:		15px;
	margin-bottom:	10px;
	margin-left:	-25px;
	border-bottom:		thin groove;
}


a:link {
  color:            #1825a2;
  text-decoration:  none;
}
a:visited {
  color:            #675c47;
	font-weight:	bold;
  text-decoration:  none;
}
a:hover {
	color:	#f22222;
	text-decoration:	underline;
	text-transform:	uppercase;
}
a:active {
	color:	#00000;
	text-decoration:	underline;
}

#wrapper {
		width:		920px;
		padding-top:	5px;
		padding-bottom:	5px;
		background-color:	#1825a2;
		border-style:	ridge;
		border-width:	5px;
	margin-left:		auto;
	margin-right:		auto;
}