/*CSS Document*/

body 
{
	background-image:url(../imgs/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-y;
	background-color:#dacfb9;
	font-family:Arial, Helvetica, sans-serif;
	color:#414141;
	font-size:12px;
}
a:link
{
	color:#414141;
	text-decoration: underline;
}
a:visited 
{
	text-decoration: underline;
	color: #414141;
}
a:hover 
{
	text-decoration: none;
	color: #414141;
}
a:active 
{
	text-decoration: underline;
	color: #414141;
}
.HeaderText1
{
	color:#1e1e1e;
	font-size:20px;
	font-weight:bold;
}
.HeaderText2
{
	color:#1e1e1e;
	font-size:16px;
	font-weight:bold;
}
#FlashNavBar
{
	width:920px;
	height:143px;
}
#MainContent 
{ 	
	position:absolute;
	width:889px;
	left:50%;
	margin-left:-460px;
	top:60px;
}

#MainContent, #MainContent .sb-inner 
{ 
background-color:#e0d5bd;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
}
#FlashNavBar
{
	position:absolute;
	width:920px;
	height:143px;
	left:50%;
	margin-left:-456px;
	top:-8px;
	z-index:12;
}
#LeftContent
{
	padding-top:60px;
}
#LeftContentContainer
{
	background-image:url(../imgs/LeftContentBg.jpg);
	background-repeat:repeat-y;
	width:646px;
	top:-16px;
	left:7px;
}
#smallFlashBanner
{
	z-index:2;
}
#EventCalendar
{
	left:-10px;
}
#RightContent
{
	z-index:10;
	position:absolute;
	left:50%;
	margin-left:220px;
	width:220px;
	top:128px;
	height:948px;
}

