body {
	background-color: #EEF1F8;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
div#header {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #ACB9DD;
	border: 1px solid #495891;
}
div#footer {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	font-size: x-small;
	color: #666666;
	padding-top: 3px;
}
div#content {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFFF;
	border-right: 1px solid #495891;
	border-left: 1px solid #495891;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #495891;
}
div#navigation {
	float: left;
	width: 150px;
}
div#main {
	width: 600px;
	float: left;
}
.pad {
	padding: 5px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#navigation li {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#navigation a {
	display: block;
	width: 140px;
	background-color: #D3DBED;
	padding: 5px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #495891;
	text-align: right;
}
p {
	margin-top: 0px;
	margin-bottom: 7px;
}
h2 {
	font-size: medium;
	color: #203876;
	margin-top: 0px;
	margin-bottom: 10px;
}
#navigation a:hover {

	display: block;
	width: 140px;
	background-color: #495891;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #495891;
	text-align: right;
}
.btn_small {
	background-image: url(../images/btn_smallw.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 60px;
	font-style: italic;
	color: #FFFFFF;
	border: none;
	background-color: #495891;
}
.loginbox {
	border: 1px solid #203876;
}
th {
	color: #FFFFFF;
	background-color: #203876;
}
.highlight {
	background-color: #D3DBED;
}
.highlight2 {

	background-color: #EAEEF7;
}
th a {
	color: #FFFFFF;
}

table {
	border-collapse: collapse
}
.photobox {
	text-align: center;
	float: left;
	width: 190px;
	margin-bottom: 10px;
}
.photoboxtitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #203876;
	padding: 5px;
}
.photoboximage {
	padding: 5px;
}