/* CSS Document */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 25px;
}

a:link {
	color: #737144;
	text-decoration: underline;
}

a:visited{
	color: #737144;
	text-decoration: underline;
}

.footerNav {
	font-size: 10px;
	color: #760708;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
}
#footerNav {
	position:relative;
	left: 30;
	top:0px;
	width:600px;
	height:30px;
	z-index:2;
}

.footerNav a:link{
	color: #760708;
	text-decoration: none;
}
.footerNav a:hover{
	color: #760708;
	text-decoration: underline;
}

.footerNav a:visited{
	color: #760708;
	text-decoration: none;
}

.footerText {
	font-size: 9px;
	color: #760708;
	text-decoration: none;
}

.footerText a:link {
	color: #760708;
	text-decoration: none;
}

.headerText {
	font-size: 14px;
	color: #760708;
	font-weight: bold;
	text-decoration: none;
}

.SidebarTitle {
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	font-style:italic
	text-decoration:none;
	font-style: italic;
}

.SidebarText {
	color:#000000
	font-size: 11px;
	text-decoration:none;

}

.SubNavActive {
font-size:13;
color:#000000;
font-weight:bold;
text-decoration:none;
}

#siteNavigation {
	position:relative;
	left:30px;
	top:30px;
	width:140px;
	height:auto;
	z-index:2;
	text-align:left;
}

#homeBox {
	position:relative;
	left:30px;
	top:30px;
	width:600px;
	height:auto;
	z-index:2;
}
