body {
	background-color: #812B00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 25px;
}

.searchbox {
	background: url(../images/searchbg.jpg) no-repeat right;
	height: 42px;
	width: 217px;
}
.searchbox form {
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: center;
}

.template1-searchinput {
	border-top: 1px solid #926f20;
	border-left: 1px solid #926f20;
	border-bottom: 1px solid #f0e4c0;
	border-right: 1px solid #f0e4c0;
	color: #333;
	font-size: 11px;
	font-family: verdana;
	height: 14px;
	padding-left: 3px;
	width: 150px;
}

.template1-submit {
}

table.header {
	background-color: #FFF2C6;
	width: 850px;
}

table.main {
	background: url(../images/body-bg-bottom.jpg) no-repeat bottom center #FFF2C6;
	padding-bottom: 45px;
	width: 850px;
	margin-top: 0;
	padding-top: 0;
}

.topnav_precedent_column {
	background: url(../images/header.jpg) no-repeat;
	height: 49px;
	text-align: right;
	vertical-align: bottom;
}

.template1-topnav {
	color: #FFF;
	font-family: Verdana, Arial, Sans-serif;	
	margin-right: 10px;
	margin-bottom: 2px;
	text-align: center;
}

.template1-topnav td {
	height: 26px;
	text-align: center;
}

.tab {
	background: #CDAD0C; 
}

.left_tab {
	background: url(../images/topnav-left.gif) no-repeat;
	width: 11px;
}

.right_tab {
	background: url(../images/topnav-right.gif) no-repeat;
	width: 11px;
}

.tab_spacer {
	background: none;
	width: 2px;
}

#wrapper {
 background-color: #e6d192;
 width: 850px;
 margin: 0 auto;
}

	.template1-topnav p {
	}
	
	.template1-topnav p.on {
	}
	
	.template1-topnav a:link, .template1-topnav a:visited {
		color: #ffffff;
		font-size: 11px;
		padding: 0 4px 0 4px;
		text-decoration: none;
	}

	.template1-topnav a:link.on, .template1-topnav a:visited.on, .template1-topnav a:hover.on {
		color: #785200;
	}
	
	.template1-topnav a:hover {
		color: #785200;
	}

.template1-header {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;	
}

.template1-nav {
	background: url(../images/navbottom.jpg) left bottom no-repeat;
	font-size: 11px;
	padding-bottom: 24px;
	width: 175px;
}

	.template1-nav p, .template1-nav p.off {
		background: #e6d192 url(../images/nav3.jpg) no-repeat;
		line-height: 12px;
		margin: 0;
		padding: 6px 0 6px 8px;
		vertical-align: middle;
	}

	.template1-nav p.over {
		background: #FFEEBB url(../images/nav2.jpg) no-repeat;
		margin: 0;
	}
	
	.template1-nav p.on {
		background: #96721a url(../images/nav.gif) left top no-repeat;
		/* padding: 8px 0px 0px 13px; */
		font-weight: bold;
	}
	
	.template1-nav a:link, .template1-nav a:visited {
		color: #000;
		display: block;
		text-decoration: none;		
	}

	.template1-nav a:link.on, .template1-nav a:visited.on {
		color: #FFEEBB;
		text-decoration: none;		
	}
	
	.template1-nav a:hover.on {
		color: #FFEEBB;
		text-decoration: none;		
	}
	

	.template1-nav p.over a:link, .template1-nav p.over a:visited {
	color: #FFEEBB;
	}

	.template1-subnav p, .template1-subnav p.off {
		background: #E5D091 url(../images/nav3.jpg) no-repeat;
		line-height: 25px;
		margin: 0;
		padding: 0 0 0 18px;
		vertical-align: middle;
	}

	.template1-subnav p.over {
		background: #E5D091 url(../images/nav3.jpg) no-repeat;
		color: #785200;
	}
	
	.template1-subnav p.over a:link, .template1-subnav p.over a:visited {
		color: #785200;
	}	
	
	.template1-subnav p.on {
		background: #E5D091 url(../images/nav1.jpg) no-repeat;
		color: #785200;
		line-height: 25px;
	}
		
	.template1-subnav a:link, .template1-subnav a:visited {
		color: #785200;
	}

	.template1-subnav a:link.on, .template1-subnav a:visited.on {
		color: #785200;
		font-weight: bold;
	}
	
	.template1-subnav a:hover {
		color: #785200;
		font-weight: bold;
	}

.template1-content {
	color: #333;
	line-height: 16px;
	padding: 0 15px 15px 15px;
	width: 90%;
}
.template1-content table, table.spintable {
	font-size: 10pt;
}
	.template1-content p {
	}

	/* use h2 for the title of a section */
	.template1-content h2 {
	}
	
	/* use h3 for the title of an item, or a group heading */
	.template1-content h3 {
	}

	/* use h4 for subtitles and such */
	.template1-content h4 {
	}
	
	/* caption style override for pictures within the template1-content area */
	.template1-content .caption {
	}

	/* inline links */
	.template1-content a:link, .template1-content a:visited {
		color: #970F00;
		text-decoration: underline;
	}
	
	.template1-content a:hover {
		color:#970F00;
		text-decoration: none;
	}

	/* use .itemlink class for anything that clicks through to an item */
	.template1-content a:link.itemlink, .template1-content a:visited.itemlink {
	font-weight: bold; 
	}

	.template1-content a:hover.itemlink {
	
	}

	/* use .itemtitle for things that are like .itemlink, but aren't links */
	.template1-content .itemtitle {
		font-weight: bold;
		color: #000000;
	}
	
	
.template1-sidebar {
	padding-top: 10px;
	vertical-align: top;
	width: 200px;
}

	.template1-sidebar a:link, .template1-sidebar a:visited {
		color: #970F00;
		text-decoration: underline;
	}
	
	.template1-sidebar a:hover {
		color:#970F00;
		text-decoration: none;
	}
	
	.contentbox table {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

p.subscribe-links {
	font-size: 12px;
	padding-left: 3px;
	text-align: center;
}

.subscribe-links img {
	vertical-align: middle;
}

.template1-tagline {
	color: #970F00; 
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	position: absolute;
	top: 260px;
	text-align: right;
	width: 850px;
	margin: 0;
	padding: 0;
}

.template1-tagline p {
	margin: 0px;
	padding: 0px;
}

.template1-footer {
	color: #FFEEBB;
	font-size: 10px;
	padding: 4px 15px 15px 15px;
	vertical-align: bottom;
	width: 1247px;
}

	.template1-footer p {
	}
	
	.template1-footer a:link, .template1-footer a:visited {
		color: #FFEEBB;
		text-decoration: none;
	}
	
	.template1-footer a:hover {
		text-decoration: underline;
	}

.sponsors {
	padding: 0px 15px 0px 15px;
}

.sponsors p {
display: none;
	background-color: #999999;
	padding: 5px;
	margin: 0px;
}

.pageimage {
	margin: 0px;
	padding: 0px;
}

.poll td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.poll h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	padding: 2px;
}

.poll h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000033;
	margin: 0px;
}

.formbuilder p {
	margin: 0px;
	padding: 0px;
}

