﻿body 
{
	border:0 0 0 0;
	padding:0;
	background-color:#84623F;
	margin-top:75px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	width:100%;
	text-align:center;
}
.centerPage
{
	position:relative;
	width:600px;
	text-align:left;
	background-color:White;
	overflow:hidden;
	margin:auto;
}
.centerPageBottomLeft
{
	vertical-align:bottom;
	float:left;
}
.centerPageBottomRight
{
	vertical-align:bottom;
	float:right;
}
.centerPageTopLeft
{
	position:absolute;
	vertical-align:top;
	z-index:11;
}
.centerPageTopRight
{
	vertical-align:top;
	float:right;
}
.content
{
	position:relative;
	padding: 25px 25px 5px 25px;
	top:0px;
}
.footer
{
	position:relative;
	vertical-align:bottom;
	text-align:center;
	font-size:xx-small;
}
.header
{
	text-align:center;
}
.headerBar
{
	height:150px;
	text-align:center;
}
.headerImage
{
	position:absolute;
	top:0;
	left:0;
	vertical-align:top;
	z-index:1;
}
.menuItem
{
	font-family:Arial;
	font-size:10px;
	color:White;
	padding-left:10px;
	text-decoration:none;
}
.menuItem:hover
{
	text-decoration:underline;
}
.navigation
{
	position:relative;
	top:116px;
	width:600px;
	background-color:#660000;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom: 1px;
	border-style: double;
	text-align:left;
}
.title
{
	position:relative;
	left:100px;
	font-weight:bolder;
	font-family:Bookman Old Style;
	font-size:large;
	top:30px;
}
.pageTitle
{
	position:relative;
	top:60px;
	left: 100px;
	text-align:center;
	font-family:Batang;
	font-size:small;
	font-weight:bold;
}

