body {
	background: #000 url(../images/body-bg.jpg) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.template1-searchinput {
	color: #6a737b;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 16px;
	font-size: 12px;
	padding-left: 3px;
	width: 120px;
}

.template1-submit {
	height: 20px;
}

table.header {
	background-color: #ffffff;
	width: 780px;	
}

table.main {
	background: #ffffff url(../images/main_bg.jpg) no-repeat;
	width: 780px;
}

.topnav_precedent_column {
	background-color: #666666;
}

.template1-topnav {
	color: #ffffff;
	font-size: 14px;
	height: 215px;
}

.template1-topnav td {
	vertical-align: bottom;
}

.template1-topnav td {
	padding: 8px;
	text-align: right;
}

	.template1-topnav p {
	}
	
	.template1-topnav p.on {
	}
	
	.template1-topnav a:link, .template1-topnav a:visited {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;		
	}

	.template1-topnav a:link.on, .template1-topnav a:visited.on, .template1-topnav a:hover.on {
		font-weight: bold;
		color: #f4ed89;
	}
	
	.template1-topnav a:hover {
		color: #f4ed89;
		text-decoration: none;
	}


.template1-tagline {
	height: 35px;
	color: #ffffff;
}

.template1-tagline p {
	margin: 0;
	padding: 0 0 3px 8px;
}
	
.template1-header {
	border-bottom: 1px solid #BFBFBF;
	height: 250px;
	background: url(../images/header.jpg) no-repeat;
}

.template1-nav {
	font-size: 10px;
	padding-top: 150px;
	vertical-align: top;
	width: 170px;
}

	.template1-nav p, .template1-nav p.off {
		font-family: Arial, Verdana, sans-serif;
		font-family: 10px;
		line-height: 20px;
		margin: 0;
		padding: 0 0 0 15px;
		text-transform: uppercase;
		vertical-align: middle;
	}

	.template1-nav p.over {
		background: url(../images/nav_arrow2.gif) no-repeat 0 6px;
		line-height: 20px;
		margin: 0px;
	}
	
	.template1-nav p.on {
		background: url(../images/nav_arrow.gif) no-repeat 0 6px;
		line-height: 20px;
	}
	
	.template1-nav a:link, .template1-nav a:visited {
		color: #6A737B;
		text-decoration: none;
		font-weight: bold;
	}

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

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

div.template1-subnav {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

	.template1-subnav p, .template1-subnav p.off {
		font-family: Arial, Verdana, sans-serif;
		font-family: 10px;
		line-height: 20px;
		margin: 0;
		padding: 0 0 0 25px;
		text-transform: uppercase;
		vertical-align: middle;
	}

	.template1-subnav p.over {
		background: url(../images/nav_arrow.gif) no-repeat 0 6px;
		line-height: 20px;
		margin: 0px;
	}
	
	.template1-subnav p.on {
		background: url(../images/nav_arrow.gif) no-repeat 0 6px;
		line-height: 20px;
	}
	
	.template1-subnav a:link, .template1-subnav a:visited {
		color: #7A0010;
		text-decoration: none;
		font-weight: bold;
	}

	.template1-subnav a:link.on, .template1-subnav a:visited.on, .template1-subnav a:hover.on {
		color: #7A0010;
		text-decoration: none;
	}
	
	.template1-subnav a:hover {
	}

	.template1-subnav p.over a:link, .template1-subnav p.over a:visited {
	color: #7A0010;
	}

.template1-content {
	vertical-align: top;
	padding: 7px 15px 15px 15px;
	line-height: 1.6;
}
.template1-content table, table.spintable {
	font-size: 10pt;
}
	.template1-content p {
	color: #000;
	font-family: Arial, Verdana, Sans-serif;
	}

	/* use h2 for the title of a section */
	.template1-content h2 {
	color: #7A0010;
	font-family: Georgia, Times, Serif;
	border-bottom: 1px dotted #333;
	}
	
	/* use h3 for the title of an item, or a group heading */
	.template1-content h3 {
	font-size: 1.3em;
	}

	/* use h4 for subtitles and such */
	.template1-content h4 {
	font-size: 1.2em;
	}
	
	/* use h5 for subtitles and such */
	.template1-content h5 {
	font-size: 1.1em;
	}
	
	/* caption style override for pictures within the template1-content area */
	.template1-content .caption {
	}

	/* inline links */
	.template1-content a:link, .template1-content a:visited {
		color: #7A0010;
		text-decoration: underline;
	}
	
	.template1-content a:hover {
		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 {
	vertical-align: top;
	width: 155px;
	padding-top: 15px;
}

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

.template1-footer {
	color: #0066CC;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10px;
	height: 75px;
	text-align: center;
	vertical-align: top;
}

	.template1-footer div {
		background:url(../images/footer_bg.gif) repeat-x;
		color:#fff;
		font-size: 12px;
		height:57px;
		margin: 0;
		padding: 13px 0 0 0;
		width: 100%;
	}
	
	.template1-footer a:link, .template1-footer a:visited {
		color: #000;
		text-decoration: none;
	}
	
	.template1-footer a:hover {
		text-decoration: underline;
		color: #7A0010;
	}

.sponsors {
	background-color: #ffffff;
	padding: 0px 15px 0px 15px;
}

.sponsors p {
	background: #000;
	color: #fff;
	margin: 0;
	padding: 5px;
}

.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;
}
