body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
}
body {
	background-color: #0E2B8F;
}
a:link {
	color: #0E2B8F;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #E8D703;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
#main {
	position:absolute;
	left:425px;
	top:0px;
	width:500px;
	z-index:2;
	background-color: #FFFFFF;
	padding: 15px;
	overflow: scroll;
	height: 100%;
}
#photobar {
	position:absolute;
	left:161px;
	top:290px;
	width:200px;
	height:300px;
	z-index:2;
}
#nav {
	position:absolute;
	left:30px;
	top:0px;
	z-index:3;
	width: 380px;
	height: 615px;
}
.white {color: #FFFFFF}
