body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #3366CC;
	margin-top: 10px;
}
.menuBar {
	background-image: url(../images/menu_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 200px;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	background-color: #336699;
}
.menuBar a:link, .menuBar a:active, .menuBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuBar a:hover, .menuBar a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.menuBtn {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 200px;
}
.header {
	width: 850px;
	height: 70px;
	border-bottom: 1px solid #FFFFFF;
}
.content {
	width: 639px;
	height: 490px;
	padding: 5px;
	background-color: #E6FFFF;
	color: #000033;
}
.footer {
	width: 850px;
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #FFFFFF;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover, .footer a:focus {
	color: #E6E6E6;
	text-decoration: underline;
}
.photoThumbnail {
	width: 150px;
	text-align: center;
	height: 150px;
	vertical-align: middle;
}

