@charset "UTF-8";

body
{	
	color: #010101 ;
	font-family: "Times New Roman", Times, serif ;
	font-weight: normal ;
	font-size: 14px ;
	line-height: 20px ;
	background-image:url(../images/site_background.jpg) ;
	background-color: #F2F2F2 ;
}

#container
{
	position: relative ;
	width: 1067px ;
	margin: 20px auto 30px auto ;
	
}

#navigation
{	
	width: 100% ;
	margin: -30px 0 0 0 ;
}

#flashContent
{
	position: relative ;
	z-index: 0 ;
}

#wideColumn
{
	width: 495px;
	margin-top: -270px ;
	margin-bottom: 40px ;
}

#thinColumn
{
	width: 278px;
	margin: 0 0 30px 0 ;
}

#footer
{
	width: 869px ;
	margin: 0 auto 0 auto ;
}

/*======================================*/

h3
{
	margin: 20px 0 0 0 ;
	color: #926f53 ;
	font-size: 18px ;
	line-height: 28px ;
	font-weight: normal ;
}

h4
{
	color: #926f53 ;
	font-size: 14px ;
	font-weight: normal ;
}

span.highlight{ color: #926f53 ; }

a:link, a:hover, a:visited, a:active { color: #926f53 ; text-decoration: underline ; }

hr
{	
	border: none ;
	border-top: 1px #000000 dotted ;
}


/*======================================*/

.floatDivLeft{ float: left ; margin-left: 115px ; }
.floatDivRight{ float: right ; margin-right: 115px ; }
.floatLeft{ float: left ; }
.floatRight{ float: right ; }
.clearFloat{ clear: both ;}

/*======================================*/
