body
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background: #A7A08D url(../images/mainBg.gif) top left repeat-x;
	text-align: center;
}

a
{
	color: #315166;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #4B7998;
	text-decoration: none;
}

#mainDiv
{
	width: 770px;
	min-height: 654px;
	background: url(../images/mainDivBg.gif) top left repeat-y;
	margin: auto;
	position: relative;
	padding-top: 1px;	
}

#leftShadow
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 17px;
	height: 654px;
	background: url(../images/leftShadow.gif) top left no-repeat;
}

#rightShadow
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	height: 654px;
	background: url(../images/rightShadow.gif) top left no-repeat;
}

#logo1
{
	position: absolute;
	top: 1px;
	left: 15px;
}

#addressInfo
{
	font-size: 11px;
	font-weight: bold;
	color: #445642;
	position: absolute;
	top: 50px;
	right: 20px;
	text-align: right;
}

#menuDiv
{
	background: url(../images/menuBg.gif) top left repeat-x;
	width: 740px;
	height: 41px;
	position: absolute;
	top: 87px;
	left: 15px;
}

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

#menuDiv li
{
	margin: 0px 5px;
	padding: 0px;
	float: left;
}

#flashDiv
{
	margin-top: 140px;
}

.sideBox
{
	background: #DCD8CD url(../images/sideBoxBg.gif) top left repeat-x;
	border: 1px solid #C3C6BA;
	width: 195px;
	float: left;
	clear: left;
	margin: 6px 10px 6px 30px;
	min-height: 200px;
	line-height: 14px;
}

.sideBoxTitle
{
	margin: 6px 4px;
}

.sideBox ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sideBox li
{
	font-size: 11px;
	color: #000000;
	margin: 8px;
	padding: 0px;
	text-align: left;
}

.spacer
{
	clear: both;
}

#textDiv
{
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	float: right;
	width: 490px;
	text-align: left;
	margin-right: 25px;
	min-height: 520px;
}

.brownBorder
{
	border: 2px solid #674D39;
}

#footerDiv
{
	background: url(../images/footerBg.gif) top left repeat-x;
	height: 21px;
	width: 742px;
	color: #EEEBE2;
	font-size: 11px;
	margin: auto;
	margin-left: 15px;
	border-bottom: 1px solid #716046;
	
}

#footerDiv a
{
	color: #EEEBE2;
	text-decoration: none;
	font-weight: normal;
}

#footerDiv a:hover
{
	color: #445642;
}

#footerLeft
{
	float: left;
	margin: 3px 10px;
}

#footerRight
{
	float: right;
	margin: 3px 10px;
}

h1, h2, h3, h4, h5, h6
{
	color: #445642;
	margin: 5px 0px;
	padding: 0px;
}

#textDiv p
{
	margin: 14px 0px 14px 0px;
	padding: 0px;
}
