html
{
	background: url(images/sideback.jpg) bottom left no-repeat fixed;
	background-color: white;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: clear;
	font-size: 12px;
	color: black;
	padding: 0px;
	margin: 0px;
}

#container
{
	margin: 15px 0px 15px 258px;
	padding: 0px;
}

#building
{
	display: none;
}

#title
{
	background: url(images/title.jpg) top left no-repeat;
	width: 253px;
	height: 95px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#title h1
{
	display: none;
}

#mainmenu
{
	width: 95%;
	font-size: 14px;
	border: 5px solid #D2D2D2;
	border-left: 0px;
	background-color: #99A9B0;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

#mainmenu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#mainmenu ul li
{
	display: inline;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}

#mainmenu a
{
	color: #8E5028;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border-left: 2px solid #99A9B0;
	border-right: 2px solid #99A9B0;
	white-space: nowrap;
}

#mainmenu a:hover
{
	text-decoration: none;
	border-left: 2px solid #8E5028;
	border-right: 2px solid #8E5028;
	background-color: #D2D2D2;
}

#content
{
	width: 91%;
	border: 5px solid #D2D2D2;
	border-left: 0px;
	background-color: #E3E6F8;
	padding: 2%;
	margin: 15px 0px 0px 0px;
}

#content h1, #content h2, #content h3, #content h4, #content h5
{
	color: #8E5028;
	font-family: Arial, Helvetica, sans-serif;
}

#content h1
{
	font-size: 22px;
}

#content h2
{
	font-size: 19px;
}

#content h3
{
	font-size: 16px;
}

#content h4
{
	font-size: 14px;
}

#content h5
{
	font-size: 12px;
}

#content a
{
	color: #8E5028;
	text-decoration: underline;
}

#content a:hover
{
	text-decoration: none;
}

#content ul
{
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style: none;
}

#content ul li
{
	background: url(images/bullet.jpg) top left no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#content td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	border: 1px solid #8E5028;
}

#content th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8E5028;
	color: white;
}

img.imgright
{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

img.imgleft
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

#footer
{
	text-align: center;
	line-height: 15px;
	color: #8E5028;
}

#footer a
{
	color: #8E5028;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
}

span.dropcap
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #8E5028;
	float: left;
	padding-right: 5px;
}

p.clear
{
	font-size: 1px;
	clear: both;
}