/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(images/bkg.gif);
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.greybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

a {
	color : #0000FF;
	text-decoration: underline;
	}
	
a:visited { 
	color: #0033CC; 
	text-decoration : underline; 
}
	
a:hover { 
	color: #FFFFFF; 
	background-color: #0000FF;
	text-decoration : none; 
}

.brownborder {
	border: 1px solid #997F60;
}

.brownbordertop {
	border-top: thin solid #997F60;
	border-right: thin none #997F60;
	border-bottom: thin none #997F60;
	border-left: thin none #997F60;
}

.brownbordertopbot {
	border-top: thin solid #997F60;
	border-right: thin none #997F60;
	border-bottom: thin solid #997F60;
	border-left: thin none #997F60;
}

.brownborderlef {
	border-top: thin none #997F60;
	border-right: thin none #997F60;
	border-bottom: thin none #997F60;
	border-left: thin solid #997F60;
	padding-right: 8px;
	padding-left: 8px;
}

.brownborderlef_nocolor {
	padding-right: 8px;
	padding-left: 8px;
}

.greyborder {
	border: thin solid #B8B8B8;
}

.copperhead {
	font-size: 13px;
	font-weight: bold;
	color: #9A7F60;
}

.copperbody {
	font-size: 13px;
	color: #9A7F60;
}

.coppersubhead {
	font-size: 13px;
	font-weight: bold;
	color: #9A7F60;
	text-decoration: underline;
}

.whitehead {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.greylinks {
	color: #333333;
}

.greylinks a {
	color : #333333;
	text-decoration: underline;
	}
	
.greylinks a:visited { 
	color: #333333; 
	text-decoration : underline; 
}
	
.greylinks a:hover { 
	color: #FFFFFF; 
	background-color: #333333;
	text-decoration : none; 
}

.sidecopy {
	font-size: 11px;
	line-height: 13px;
}

.contentpadding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.contentpaddingall {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	color: #524244;
}

.botlinks {
	color: #8F702B;
	font-size: 12px;
	line-height: 14px;
}

.botlinks a {
	color : #8F702B;
	text-decoration: underline;
	}
	
.botlinks a:visited { 
	color: #9E8061; 
	text-decoration : underline; 
}
	
.botlinks a:hover { 
	color: #FFFFFF; 
	background-color: #8F702B;
	text-decoration : none; 
}

.address {
	color: #000000;
	font-size: 11px;
	line-height: 12px;
}

.address a {
	color : #000000;
	text-decoration: underline;
	}
	
.address a:visited { 
	color: #666666; 
	text-decoration : underline; 
}
	
.address a:hover { 
	color: #FFFFFF; 
	background-color: #000000;
	text-decoration : none; 
}

.subnav {
	color: #524244;
	font-size: 11px;
	line-height: 15px;
}

.subnav a {
	color : #524244;
	text-decoration: none;
	}
	
.subnav a:visited { 
	color: #7D6468; 
	text-decoration : none; 
}
	
.subnav a:hover { 
	color: #524244; 
	background-color: #EAC874;
	text-decoration : none; 
}

.tresubnav {
	color: #524244;
	font-size: 11px;
	line-height: 15px;
}

.tresubnav a {
	color : #524244;
	text-decoration: none;
	}
	
.tresubnav a:visited { 
	color: #7D6468; 
	text-decoration : none; 
}
	
.tresubnav a:hover { 
	color: #524244; 
	background-color: #EAC874;
	text-decoration : none; 
}

.title {
	font-size: 27px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: #000000 0em 0em 0.3em;
	filter:DropShadow(Color=#000000, OffX=2, OffY=2, Positive=1);
}

.headerbkg {
	/*background-image: url(images/image11.jpg);
	background-repeat: no-repeat;*/
}

