/* 

*/
body {
	margin: 0px;
	background-color: #B77430;
	background-image: url(../images/main-bg.gif);
	background-position:center top;
	background-repeat:repeat-y;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #361600;
	font-weight: normal;
	height: 100%;
}
a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #361600;
	font-weight: normal;
	text-decoration: underline;
}
.bodytext{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #81321A;
	font-weight: normal;
}
.main-body {
	background-color: #D1E6F1;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.nav-cell {
	width:770px;
	background-image: url(../images/nav-bg.gif);
	background-position:left top;
	background-repeat: repeat-x;
	background-color: #D3E7F2;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 45px;
	font-weight: bold;
	color: #361600;
	height: 45px;
	margin: 0px;
	text-align: center;
}
.nav-lnk:link{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 45px;
	color: #361600;
	font-weight: bold;
	text-decoration: none;
}
.nav-lnk:visited{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 45px;
	color: #361600;
	font-weight: bold;
	text-decoration: none;
}
.nav-lnk:hover{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B77430;
	font-weight: bold;
	text-decoration: underline;
	line-height: 45px;
}
.side-blend {
	background-image: url(../images/side-base-grad.gif);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color: #E8F2F8;
	padding-bottom: 33px;
	padding-top: 5px;
}
.leftnav {
	padding-left: 20px;
}
.content-cell {
	background-color: #D1E6F1;
	padding: 5px 10px;
	text-align: left;
}
.img-border {
	padding: 3px;
	border: solid 2px #E8F2F8;
	background-color:#FFFFFF;
}
.captions {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #056EA5;
}
.quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #6095C1;
	font-style:italic;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #361600;
}
.footer {
	background-color: #D1E6F1;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 40px;
	width: 770px;
	color: #361600;
	text-align:center;
	height: 40px;
}
.footer-lnk {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #361600;
	text-decoration: none;
	text-align: center;
}
.footer-lnk:link {
	color: #361600;
	text-decoration: none;
}
.footer-lnk:visited {
	color: #361600;
	text-decoration: none;
}
.footer-lnk:hover {
	color: #B77430;
	text-decoration: underline;
}