﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000066;
	text-align: center;
}
h1 {
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: "Bookman Old Style","Times New Roman", serif;
}
h2 {
	font-size: 1.2em;
	text-align: center;
}
h3 {
	font-size: 1em;
	text-align: center;
}
#container {
	width: 780px;
	padding: 0;
}
#left1 {
	background-color: #CCCCFF;
	float: left;
	width: 170px;
	height: 200px;
	padding: 5px 5px 0px 5px;
}
#photos {
	width: 600px;
	height: 200px;
	float: right;
	padding: 0px;
}
#titlebar {
	width: 770px;
	float: left;
	padding: 0px 5px 0px 5px;
	background-color: #CCCCFF;
	text-align: right;
}
#left2 {
	background-color: #CCCCFF;
	float: left;
	width: 170px;
	padding: 0px 5px 5px 5px;
}
.dummy {
	float: right;
	padding: 0px;
	background-color: #CCCCFF;
	width: 600px;
	height: 5px;
}
#main {
	float: right;
	padding: 3px;
	background-color: white;
	width: 590px;
	text-align: justify;
}
img {
	border:0px
}
a {
	color: #9999FF;
	font-weight:bold;
	text-decoration: none;
}
a.menu {
	text-decoration: none;
	line-height: 1.5em;
	border-bottom: 5px;
	border-bottom-color: #000066;
	color: #000066;
}
a.menu:hover {
	color: #0000CC;
}
a.menu:visited {
	color: #000066;
}
.menubox {
	border-bottom: 1px #000066 solid;
	height: 19px;
}
.menubox:hover {
	background-color: #EEEEFF;
}
.right {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.center {
	text-align:center;
}
.smaller {
	font-size: 0.7em;
}
.pale {
	color: #99CCFF;
	text-align: center;
	font-weight: bold;
}
