body {
	color: #58595b;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.template1-searchinput {
	height: 14px;
	border: 1px solid #000000;
	font-size: 7pt;
	padding-left: 3px;
}

.template1-submit {
	height: 20px;
}

#wrap {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;	
	background-position: top left;
	min-width: 835px;
}

#wrap_main {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;	
	padding: 10px;
}

table  { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

table td, th { 
	padding: 0; 
}

table.header {
	width: 100%;
	height: 235px;
	background-image: url(../images/banner_left.jpg);
	background-repeat: no-repeat;	
	background-position: top left;
	border-bottom: 10px solid #006766;			
}

table.main {
	width: 100%;
}

.main td {
	vertical-align: top;
}

.main td {
	vertical-align: top;
}

.white {
	background: #fff;
}

.search {
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 86px;
	margin-top: 15px;
	padding-left: 20px;
	line-height: 1.5;
}

.search h2 {
	font-family: lucidia, verdana;
	color: #006666;
	font-size: 16px;
	padding-top: 15px;
	margin: 0;
}

.topnav_precedent_column {
	background-color: #666666;
}

.lefttab {
	width: 13px;
	height: 33px;
	background-image: url(../images/lefttab.gif);
	background-repeat: no-repeat;	
}

.righttab {
	width: 13px;
	height: 33px;
	background-image: url(../images/righttab.gif);
	background-repeat: no-repeat;	
}

.middletab {
	width: auto;
	height: 33px;
	background-image: url(../images/middletab.gif);
	background-repeat: repeat-x;	
}

.lefttab_on {
	width: 13px;
	height: 33px;
	background-image: url(../images/lefttab_on.gif);
	background-repeat: no-repeat;	
}

.righttab_on {
	width: 13px;
	height: 33px;
	background-image: url(../images/righttab_on.gif);
	background-repeat: no-repeat;	
}

.middletab_on {
	width: auto;
	height: 33px;
	background-image: url(../images/middletab_on.gif);
	background-repeat: repeat-x;	
}

.template1-topnav {
	float: right;
	text-align: right;
	height: 33px;
}
	
	.template1-topnav a:link, .template1-topnav a:visited {
		color: #ffffff;
		font-family: "century gothic", verdana;
		font-size: 11px;
		text-decoration: none;		
	}

	.template1-topnav a:link.on, .template1-topnav a:visited.on, .template1-topnav a:hover.on {

	}
	
	.template1-topnav a:hover {
		text-decoration: none;
	}

.template1-header {
	float: right;
	text-align: right;
	height: 33px;
}

.template1-nav {
	width: 200px;
	font-size: 13px;
	padding-top: 20px;
}

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

	.template1-nav p.over {
		margin: 0px;
	}
	
	.template1-nav p.on {
		/* padding: 8px 0px 0px 13px; */
	}
	
	.template1-nav a:link, .template1-nav a:visited {
		color: #000;
		text-decoration: none;		
	}

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

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

.template1-subnav {
	font-size: 11px;
}

	.template1-nav ul {
		padding: 0 0 0 40px;
		margin: 0;
		list-style-type: none;
	}
	
	.template1-subnav li{
		padding: 3px;
	}
	
	.template1-subnav li.on {
	}
	.template1-subnav a:link, .template1-subnav a:visited {
		color: #58595b;
	}

	.template1-subnav a:link.on, .template1-subnav a:visited.on {
		color: #003333;
		text-decoration: underline;
	}
	
	.template1-subnav a:hover {
		color: #003333;
		text-decoration: underline;
	}

.template1-content {
	vertical-align: top;
	padding: 20px 15px 15px 15px;
	line-height: 1.4;	
}
.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: #006666;
		text-decoration: none;
	}
	
	.template1-content a:hover {
		color: #fff;
		text-decoration: underline;
		background-color: #006666;
	}

	/* 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 {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-x;	
	background-position: top left;
	vertical-align: top;
	width: 220px;
	padding-top: 20px;
}

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

.template1-tagline {
	background: url(../images/banner_right.jpg) no-repeat top right;
	color: #000;
	height: 202px;
}

.template1-tagline p {
	color: #000;
	font-family: "Lucida Grande", verdana;
	font-weight: bold;
	padding-left: 400px;
	padding-top: 140px;
	margin: 0;
}

.footer {
	text-align: left;
}

.template1-footer {
	padding: 4px 15px 15px 25px;
	vertical-align: bottom;
}

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

.sponsors table {
	width: 180px;
}

.sponsors {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.sponsors p {
	font-family: verdana;
	font-size: 13px;
	color: #fff;
	background-color: #006666;
	padding: 6px;
	margin: 0;
	height: 100%;
	text-align: left;
}

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