body {
	background-color: #ffffff;
	background-image: url(/images/side_tile-.jpg);
	background-repeat: repeat-y;
	color: #333333;
	margin: 0px 0px 0px 0px;
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}


/*---interior---*/

#top-graphic{
	width:810px;
	height:290px;
}

#interior-wrap {
	width: 815px;
}

#interior-nav{
	width:650px;
	height:90px;
	padding: 20px 0px 0px 0px;
	background-image: url(/images/interior-nav-bg.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 160px;
}

#interior-body-wrap{
	width:650px;
	margin: 0px 0px 0px 160px;
}

#column-one{
	float:left;
	width:160px;
}

#column-one a{
	text-decoration: none;
	color: #A5473B;
}

#column-one a:hover{
	text-decoration: none;
	color: #000000;
}

#column-two{
	float:left;
	width:450px;
	padding: 0px 0px 0px 30px;
}

/*---foot---*/

#foot,
#foot-inner{
	float:left;
	color:#666666;
	font:10px/17px Verdana, Arial, Helvetica, sans-serif;
}
#foot{
	padding:0 0 0 205px;
	width:545px;
}
#foot-inner{
	padding:20px 0 0 350px;
	width:460px;
}
#foot,
#foot-inner a{
	text-decoration:none;
	color:#333333;
}
#foot,
#foot-inner a:hover{
	text-decoration:underline
}


/*---text styles---*/

.micro{
	font:9px/17px Verdana, Arial, Helvetica, sans-serif;
}

.quotes{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.author{
	text-align: right;
	font-size: 10px;
}

.brntxt{
	color: #4E2109;
}

.map{
	background-image: url(/images/map.gif);
	height: 250px;
}

.required{
	color: #ff0000;
}
