body{
	margin: 0;
	padding: 0;
	background-color: #6b8d5a;
	background-image: url("images/body.gif");
	background-repeat: repeat-y;
	background-position: center top;
	font: 13px arial, sans-serif;
}

div#page{
	width: 789px;
	margin: 6px auto 0 auto;
	padding: 0;
}

div#top{
	position: relative;
	width: 789px;
	height: 145px;
	margin: 0;
	padding: 0;
}

div#top p{
	position: absolute;
	top: 48px;
	left: 384px;
	font: bold italic 17px georgia, serif;
}

div#top div{
	position: absolute;
	top: 1px;
	left: 627px;
	text-align: center;
	font-size: 12px;
}

/*Menu*/
ul#menu{
	width: 789px;
	height: 29px;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0;
	background: #325EA5;
}

ul#menu li {
	float: left;
	height: 27px;
	margin: 0; 
	padding: 0;
	list-style-type: none; 
	cursor: pointer;
	text-align: center;
}

ul#menu li ul { 
	display: none; 
}

/*Drop-Downs*/
ul#menu li:hover > ul { 
	display: block;
	position: absolute;
	width: 196px;
	margin: 0; 
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	padding: 0;
	z-index: 5;
}

ul#menu li:hover > ul li {
	float: none;
	height: 27px;
	margin: 0;
	border-top: 1px solid white;
	background: #5780C0;
	text-align: left;
}

ul#menu li.over {
	position: relative;
	z-index: 7;
}

ul#menu li.over ul { 
	display: block;
	position: absolute;
	width: 190px;
	top: 29px;
	left: 0; 
	margin: 0; 
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	background: #5780C0;
	z-index: 7;
}

ul#menu li.over ul li {
	float: none;
	height: 27px;
	margin: 0;
	border-top: 1px solid white;
	text-align: left;
}

/*End Drop Downs*/
.menulink:link, .menulink:visited, .menulink:active{
	display: block;
	padding: 6px 15px 6px 15px;
	font-weight: bold;
	color: white;
}

.menulink:hover{
	background: #82A4D9;
}

/*CONTENT*/
div#content{
	clear: both;
	margin: 0;
	padding: 20px 20px 5px 20px;
}

h1{
	margin: 0;	
	font: 28px georgia, serif;
	color: #231F20;
}

h1.home{
	font: 25px georgia, serif;
}

h2{
	margin: 15px 0 0 0;	
	border-bottom: 1px solid #325EA5;
	font: bold 18px arial, sans-serif;
	color: #325EA5;
}

h3{
	margin: 15px 0 -10px 0;
	font: bold 15px arial, sans-serif;
}

p, table{
	margin: 11px 0 0 0;
	line-height: 17px;
}

ul{
	margin: 11px 0 0 20px;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	line-height: 17px;
}

a, a:link, a:visited, a:active{
	color: #325EA5;
	text-decoration: none;
	cursor: pointer;
}

fieldset{
	margin: 15px 0 0 0;	
	border: 0;
	padding: 0;
}

img{
	border: 0;
}

.right{
	text-align: right;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

div.highlight{
	float: right;
	width: 200px;
	margin: 15px 0 0 15px;
	font-size: 11px;
	text-align: center;
}

div.highlight img{
	border: 1px solid black;
}

img.highlight{
	float: right;
	margin: 5px 0 20px 20px;
	border: 1px solid #333;
}

div.photo{
	float: left;
	width: 173px;
	height: 185px;
	margin: 15px 15px 0 0;
	font-size: 11px;
	text-align: center;
}

div.photo img{
	height: 110px;
	border: 1px solid black;
}

/*FOOTERS*/
p.siteby{	
	clear: both;
	padding: 15px 0 0 0;
	font-size: 11px;
	text-align: center;
}

p.copyright{
	clear: both;
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 11px;
}