body {
	font-family: verdana, helvetica, "times new roman", times;
	font-size: 90%;
	}
	
		
a {
	text-decoration: none;
	color: white;
	}


a:hover {
	text-decoration: none;
	background-color: white;
	color: #1e90ff;
	}
	

a.navbar {
	text-decoration: none;
	background-color: white;
	color: #1e90ff;
	}
	
	
a.navbar:hover {
	text-decoration: none;
	background-color: #1e90ff;
	color: white;
	}
	

a.standout {
	text-decoration: underline;
	color: white;
	}
	

a.standout:hover {
	text-decoration: underline;
	background-color: white;
	color: #1e90ff;
	}
	
	
.title {
	font-style: italic;
	}
	
		
#copyright {
	width: 800px;
	background-color: white;
	color: black;
	}
	

#oops {
	text-decoration: line-through;
	}
	
	
#container {
	padding-right: 5px;
	padding-left: 5px;
	background-color: white;
	padding-bottom: 0px;
	margin: 0px auto;
	width: 900px;
	padding-top: 0px;
}


#header {
	background: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	height: 117px;
	}


#content {
	width: 760px;
	text-align: left;
	vertical-align: top;
	background-color: #1e90ff;
	color: white;
	padding: 20px;
	}
	

#pic {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}


#pic.list {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


#list {
	width: 520px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
}
	
	
ul.navbar {
	list-style-type: disc;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	}


li.navbar {
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: .5em;
	}
	
	
li.navbarlast {
	display: inline;
	margin-top: 0;
	margin-right: .5em;
	margin-bottom: 0;
	margin-left: .5em;
	}
	
	
#thankyou {
	height: 267px;
	text-align: center;
	vertical-align: middle;
}

