/* begin css reset */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, 
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
caption, tbody, tfoot, thead, tr, th, td { 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}

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

#headerwrapper{
	width:100%;
	background:#3c403b;
}

#headerleft{
	background:url('../images/header_shadow_left.png') bottom left no-repeat;
	padding-left:15px;
}
#headerright{
	background:url('../images/header_shadow_right.png') bottom right no-repeat; 
	padding-right:15px;
}

#header{
	width:990px;
	text-align:left;
}

#headerinner{
	height: 280px;
	width:760px;
	background:#cae8da;
	float:left;
	overflow:auto;
}

#search{
	clear:both;
	background:#93c6b1;
	border-left:200px solid #77ae9a;
	border-right:20px solid #427560;
	line-height:2.5em;
}

#searchform{
	width:275px;
	background:#427560 url('../images/search_background.gif') left center no-repeat;
}

#search input.input {
	border: 1px solid #fff;
	padding-left: 3px;
}

#search input.submit{
	background:#93c6b1;
	color:#fff;
	text-decoration:underline;
	border:1px solid #93c6b1;
	cursor:pointer;
}

#logo{
	float:left;
	width:200px;
	background:#fff;
}

#tagbanner{
	overflow:auto;
}

#tagline {
	color: #000;
	padding:20px;
}

#tagbanner img{
	float:right;
	margin-left:10px;
	overflow:auto;
}

#topnav{
	background: #93c6b1;
	height: 33px;
	line-height:2.5em;
	overflow:auto;
	width:760px;
}
#topnav ul{
	margin:0;
	padding:0;
}
#topnav li{
	float:left;
	list-style-type:none;
	white-space:nowrap;
	background:url('../images/topnav_arrow.gif') left center no-repeat;
	padding-left:20px;
	margin-left:20px;
}
#topnav a:link, #topnav a:visited {
	color: #fff;
	text-decoration: none;
	float: left;
	text-transform:uppercase;
}
#topnav a:hover {
	text-decoration: underline;
}

#mainwrapper{
	background:#fff url('../images/page_background.png') repeat-x;
}

#main {
	background:#fff;
	width:990px;
	overflow:auto;
	text-align:left;
}

#mainleft{
	background:url('../images/page_shadow_left.png') top left no-repeat;
	padding-left:15px;
	overflow:auto;
}
#mainright{
	background:url('../images/page_shadow_right.png') top right no-repeat;
	padding-right:15px;
	overflow:auto;
}

#left-column {
	float:left;
	width: 200px;
	padding-top: 10px;
}

ul.nav, ul.subnav {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
ul.nav li, ul.subnav li {
	padding: 8px 0px 8px 25px;
	margin: 0px;
	border-bottom: 1px solid #d7e6df;
	vertical-align: middle;
	list-style: none;
}
ul.nav li.over, ul.subnav li.over {
	margin: 0px;
	color:#fff;
	background:#77ae9a;
}
ul.nav li.on, ul.subnav li.on {
	background:#77ae9a url('../images/leftnav_arrow.gif') 5px center no-repeat;
}
ul.nav a:link, ul.nav a:visited, ul.subnav a:link, ul.subnav a:visited {
	color: #000000;
	text-decoration: none;		
}
ul.nav a:link.on, ul.nav a:visited.on, ul.nav a:hover.on,
ul.subnav a:link.on, ul.subnav a:visited.on, ul.subnav a:hover.on {
	color: #ffffff;
	text-decoration: none;		
}
ul.nav a:hover {}
ul.nav li.over a:link, ul.nav li.over a:visited,
ul.subnav li.over a:link, ul.subnav li.over a:visited {
	color: #ffffff;
}

ul.subnav {
	padding: 0 0 0 25px;
}


#right-column {
	vertical-align: top;
	width: 275px;
	padding-top: 15px;
	float: right;
	margin-left:15px;
}

#right-column a:link, #right-column a:visited {
	color: #008bb0;
	text-decoration: none;
}

#right-column a:hover {
	text-decoration: underline;
}

#content {
	vertical-align: top;
	padding: 15px;
	line-height: 1.5;
	border-left: 200px solid #d7e6df;
}
#content table, table.spintable {
	font-size: 10pt;
}

#content p {}

#content h1 {
	font-size: 1.8em;
	padding-bottom:15px;
	background:url('../images/heading_background.png') bottom no-repeat;
}

/* use h2 for the title of a section */
#content h2 {
	font-size: 1.4em;
	padding-bottom:15px;
	background:url('../images/heading_background.png') bottom no-repeat;
}
	
/* use h3 for the title of an item, or a group heading */
#content h3 {
	font-size: 1.2em;
	padding-bottom:15px;
	background:url('../images/heading_background.png') bottom no-repeat;
}

/* use h4 for subtitles and such */
#content h4 {
    font-weight: bold;
}
	
/* caption style override for pictures within the template1-content area */
#content .caption {}

/* inline links */
#content a:link, #content a:visited {
	color: #008bb0;
	text-decoration: none;
}
	
#content a:hover {
	text-decoration: underline;
}

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

#content a:hover.itemlink {}

/* use .itemtitle for things that are like .itemlink, but aren't links */
#content .itemtitle {
	font-weight: bold;
}

td.sponsors {
	padding: 0;
}

td.sponsors table {
	border-collapse: collapse;
	*border-collapse: expression('separate', cellSpacing = '0px');  /* IE hack  */
}

div.wd_sponsors p {
	margin: 0 0 5px 0;
	padding: 5px;
	font-weight:bold;
	padding-bottom:15px;
	background:url('../images/heading_background.png') bottom no-repeat;
}

div.wd_sponsors img {
	padding: 10px;
}

#footer {
	padding: 4px 15px 15px 15px;
}

#footer img {
	float: right;
}
	
#footer a:link, #footer a:visited {
	color: #008bb0;
}
	
#footer a:hover {
}

.contentbox table {
	margin: 0px;
}

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

.poll td {
	font-size: 11px;
	color: #000000;
}

.poll h3 {
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	padding: 2px;
}

.poll h4 {
	font-size: 11px;
	color: #000033;
	margin: 0px;
}

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

