body {
	background: #dedbd2;
	border-top: 2px solid #fff;
	font-family: 'lucida grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.search {
	background: url(../images/search_bg.gif) repeat-x;
	height: 44px;
}

.search div {
	float: right;
	height: 44px;
	width: auto;
}

.template1-searchinput {
	color: #666;
	font-family: verdana;
	height: 14px;
	border-top: 1px solid #a85a10;
	border-left: 1px solid #a85a10;
	padding-left: 3px;
	margin: 8px 0 0 20px;
	width: 150px;
}

.template1-submit {
	background: #941D1F;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

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

table.main {
	background-color: #ffffff;
	width: 100%;
}

/*
.topnav_precedent_column {
	background: #f9f6e3;
	height: 43px;
	padding-right: 13px;
	text-align: right;
	vertical-align: bottom;
}
*/


#template1-topnav {
	height: 44px;
	width: 350px;
	float: left;
}

#template1-topnav ul {
	list-style-type:none;
	margin: 0;
	height: 20px;
	padding-top: 5px;
	float: right;
}

#template1-topnav li {
	display: inline;
	float: left;
	padding: 0.4em 0 0.4em 0.5em;
	color: #FFF;
}

#template1-topnav li a:link, #template1-topnav li a:visited {
	font-size: 10.5px;
	color: #FFFFFF;
	text-decoration: none;
}

.template1-header {

}


.fixed-nav {
}

	.fixed-nav p, .fixed-nav p.off {
		background: url(../images/tab.gif) no-repeat;
		height: 31px;
		line-height: 31px;
		text-align: center;
		margin: 0;
		vertical-align: middle;
		width: 185px;
	}

	.fixed-nav p.over {
		background: url(../images/tab_on.gif) no-repeat;
		height: 31px;
	}
	
	.fixed-nav p.on {
		background: url(../images/tab_on.gif) no-repeat;
		height: 31px;
		width: 185px;
	}
	
	.fixed-nav a:link, .fixed-nav a:visited {
		color: #fff;
		text-decoration: none;		
	}

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

	.fixed-nav p.over a:link, .fixed-nav p.over a:visited {
	color: #ffffff;
	}
	
	
.template1-nav {
	border-bottom: 30px solid #000; 
	padding-top: 0px;
	vertical-align: top;
	width: 185px;
	font-size: 12px;
	
}

	.template1-nav p, .template1-nav p.off {
		/* padding: 8px 0px 0px 13px; */
		padding: 5px 0px 5px 25px;
		/*line-height: 28px;*/
		line-height: 15px;
		margin: 0px;
		vertical-align: middle;
	}

	.template1-nav p.over {
		background: url(../images/dot.gif) no-repeat 7px 9px;	
		margin: 0px;
	}
	
	.template1-nav p.on {
		background: url(../images/dot.gif) no-repeat 7px 9px;	
	}
	
	.template1-nav a:link, .template1-nav a:visited {
		color: #acb0b5;
		font-weight: bold;
		text-decoration: none;		
	}

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

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

ul.template1-subnav {
	margin: 0;
	padding: 0;
}

.template1-subnav {
	font-size: 10.5px;
}
	.template1-subnav li{
		list-style-type: none;
		padding: 3px 3px 3px 39px;
	}
	
	.template1-subnav li.on {
	}
	.template1-subnav a:link, .template1-subnav a:visited {
		color: #000;
		font-weight: normal;
	}

	.template1-subnav a:link.on, .template1-subnav a:visited.on {
		font-weight: normal;
		color: #b5121b;
		text-decoration: underline;
	}
	
	.template1-subnav a:hover {
		text-decoration: underline;
	}

.template1-content {
	color: #58595b;
	font-size: 12.5px;
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	line-height: 1.5;	
}
.template1-content table, table.spintable {
	font-size: 10pt;
}
	.template1-content p {
	}

	.template1-content ul {
		margin: 0 0 0 30px;
		padding: 0;
	}
	
	.template1-content ul li {
		margin: 0;
		padding: 0;
	}	
		
	/* use h2 for the title of a section */
	.template1-content h2 {
		font-size: 19px;
	}
	
	/* 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: #6699cc;
		text-decoration: none;
	}
	
	.template1-content a:hover {
		text-decoration: underline;
		color: #006699;
	}

	/* 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: 185px;
	padding-top: 35px;
}

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

.changemaker {
	background: url(../images/tagline_bg.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	color: #ffffff;
}

.changemaker p {
	margin: 0;
	padding: 0 0 0 30px;
}

.template1-tagline {
	background: url(../images/tagline.gif) no-repeat 0 32px;
	width: 420px;
	vertical-align: top;
}

.template1-tagline p
{
	font-size: 11.5pt;
	margin: 0;
	padding: 42px 0 0 18px;
}

.template1-footer {
	border-bottom: 30px solid #000;
	padding: 4px 15px 15px 15px;
	color: #333;
	vertical-align: bottom;
}

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

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

.sponsors p {
	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;
}