﻿body 
{
	background-color:White;
	margin:0;
	font-family:Arial, Sans-Serif;
	color:Black;
}

#wrap
{
	margin:0 auto;
	border:3px solid #4b3905;
	width:750px;
}

#header
{
	width:750px;
	height:141px;
	background-image:url(images/headerbg.jpg);
	background-repeat:no-repeat;
}

#middleBar
{
	width:750px;
	height:20px;
	background-image:url(images/middleBarBg.jpg);
	background-repeat:no-repeat;
}

#mainNavigation
{
	height:20px;
	float:right;
	padding-top:0px;
	text-align:right;
	padding-right:6px;
}

.navItem
{
	color:White;
	text-decoration:none;
	font-size:.70em;
	padding-right:6px;
}
.navItem:hover, .navItemSelected
{
	color:#faf8e0;
	text-decoration:underline;
	font-size:.70em;
	padding-right:6px;
}

#main
{
	width:750px;
	background-image:url(images/mainBg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:white;
}

#content
{
	width:530px;
	color:Black;
	font-size:.9em;
	margin-left:200px;
	min-height:375px;
	height:auto !important;
	height:375px;
	padding:10px;
}

#footer
{
	width:750px;
	margin:0 auto;
	text-align:right;
	font-size:.7em;
}
#footer a
{
	color:Black;
	text-decoration:none;
}

h1, .h1
{
	font-size:1.45em;
	font-weight:bold;
	color:#1651bd;
	border-bottom:1px solid #1651bd;
	width:95%;
}

h2, .h2
{
	font-size:1.2em;
	font-weight:bold;
}

.dividerLine { border-bottom:1px solid #1651bd;width:95%; }
