*{
	padding: 0;
	margin: 0;
}
body{
	font-family: Verdana, non-serif;
	font-size: 12px;
	color: #000;
	background: #B4C9F5 url(back.gif) repeat-x top;
	text-align: center;
	padding-top: 10px;
}
a{
	color: #00f;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
h1{
	padding: 10px 0px 10px 0px;
	font-size: 18px;
}
h3{
	padding: 20px 0px 10px 0px;
	font-size: 16px;
}
p{
	padding-bottom: 10px;
}
td{
	font-size: 12px;
}
#container{
	width: 800px;
	background: #fff;
	border: 2px solid #000;
	text-align: left;
	padding: 0px;
}
#header{
	width: 800px;
	height: 125px;
	padding: 0px;
}
#menubar{
	width: 800px;
	height: 25px;
	border-top: 1px solid #00487D;
	border-bottom: 1px solid #000;
	background: #000 url(menu.gif) repeat-x;
	text-align: left;
	vertical-align: bottom;
}
#menubar a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 25px;
	padding-top: 10px;
	vertical-align: bottom;
}
#menubar a:hover{
	color: #ccc;
	text-decoration: none;
}
#contentpage{
	padding: 0px;
	vertical-align: top;
}
#leftnav{
	background: #ddd;
	width: 150px;
	float: left;
	padding: 10px 0px 10px 5px;
	border: 1px solid #999;
	text-align: left;
}
#leftnav ul li{
	padding-bottom: 5px;
	list-style-type: none;
}
#leftnav ul li a{
	color: #000;
	text-decoration: none;
}
#leftnav ul li a:hover{
	color: #00487D;
	text-decoration: underline;
}
#mainbody{
	padding: 5px 5px 5px 165px;
	text-align: left;
}
.splashpic{
	border: 2px solid #ccc;
}
#footer{
	width: 800px;
	font-size: 10px;
	color: #000;
	text-align: right;
}
.photocenter{
	width: 100%;
	text-align: center;
	padding: 10px;
}
.photomiddle img{
	border: 3px solid #eee;
}
.photoleft{
	float: left;
	border: 3px solid #eee;
	vertical-align: top;
	margin-right: 20px;
}
.photoright{
	float: right;
	border: 3px solid #eee;
	vertical-align: top;
	margin-left: 20px;
}
.caption{
	font-size: 10px;
}
.linespacer{
	height: 20px;
	width: 100%;
	clear: both;
}
#tablerow{
	width: 520px;
	margin-bottom: 5px;
	vertical-align: top;
}
#col1{
	width: 100px;
	text-align: right;
	margin-top: 5px;
	vertical-align: top;
	float: left;
}
#col1error{
	width: 100px;
	text-align: right;
	color: #f00;
	margin-top: 5px;
	vertical-align: top;
	float: left;
}
#col2{
	width: 390px;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
}
.calendar{
	border: 0;
}
.cdays td{
	border: 1px solid #000;
	width: 75px;
	font-size: 11px;
}
.cheader{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #00f;
	padding: 25px;
}
.cheader td{
	border: 1px solid #000;
}
.cday{
	vertical-align: top;
	float: right;
	margin-left: 60px;
	font-weight: bold;
	color: #00f;	
	padding: 3px;
}
