/* CSS Document */



body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dbcf9d;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

#container{
	margin: 0px auto;
	padding-top: 20px;
	height: 100%;
	width: 100%;
	text-align: center;

}

#flashContainer{
	margin: 0px auto;
	background: url('images/bkgd.jpg') no-repeat top center;
	height: 380px;
	width: 750px;
	text-align: center;
	border: none;
	border-collapse: collapse;
	margin-top: 20px;
}

#mainFlash{
	margin: 0px auto;
	padding-top: 28px;
	height: 325px;
	width: 550px;
}

div.captions{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #898161;
}

/********************* LINKS ********************************/


div.captions a:active{
	color: #898161;
	text-decoration: none;
}
div.captions a:visited{
	color: #898161;
	text-decoration: none;
}
div.captions a:link{
	color: #898161;
	text-decoration: none;
}
div.captions a:hover{
	color: #898161;
	text-decoration: underline;
}