/* 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 {
	font-family: verdana,arial,helvetica,clean,sans-serif;
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}

body {
	margin:0;
	background: #fff;
	font-size: 0.9em;
	color:#333;
}

a{
	color:#0000ff;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#1a1a1a;
}

#topwrapper{
	background-color:#333;
	width:100%;
}
#mainwrapper{
	background:url('../../images/template4/page_background.jpg') top repeat-x;
	width:100%;
}
#mainborder{
	background:#bfbfbf url('../../images/template4/border_gradient.gif') top repeat-x;
	width:974px;
}
#wrapperinner{
	background:#fff;
	width:960px;
	overflow:auto;
}
#header{
	width:960px;
	border-bottom:15px solid #fff;
	overflow:auto;
}

#search{
	float:right;
	color:#fff;
	margin-right:40px;
}
#search form.search{
	padding:10px;
	margin:0;
}
#search input.text {
	padding-left: 3px;
}
#search input.submit{
	font-size:0.9em;
	color:#fff;
	text-decoration:underline;
	background:transparent;
	border:1px solid #fff;
	cursor:pointer;
}

#topnav{
	overflow:auto;
	line-height:2.8em;
	width:275px;
	float:right;
	margin-bottom:5px;
}
#topnav ul{
	margin:0;
	padding:0;
}
#topnav li{
	padding-left:40px;
	text-align:left;
	line-height:1.4em;
	list-style-type:none;
	white-space:nowrap;
	background:url('../../images/template4/black_arrow.gif') center left no-repeat;
}
#topnav a:link, #topnav a:visited {
	color:#141414;
	text-decoration: none;
	font-size:0.75em;
}
#topnav a:hover {
	color:#333;
	text-decoration:underline;
}
#topnav a:link.on, #topnav a:visited.on, #topnav a:hover.on {}

#imgtagline{
	background:#333 url('../../images/template4/background_header.gif') repeat-y;
	overflow:auto;
	color:#fff;
	text-align:left;
}
#tagline{
	margin:20px 20px 0 0;
	line-height:1.6em;
	font-size:0.9em;
}
#tagline h2{
	font-family:'trebuchet ms';
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:1.3em;
}

#banner, #imgtagline img{
	float:left;
	margin-right:20px;
}
#logo{
	float:left;
	margin:30px;
}
#nav{
	overflow:auto;
	width:200px;
}
ul.nav{
	padding:0;
	margin:0;
}
ul.nav li {
	font-size:0.8em;
	padding:3px 25px;
	margin:2px 0px;
	list-style:none;
	text-align:left;
}
ul.nav a{
	text-decoration:none;
	color:#000;
}
ul.nav li.over{
	background-color:#333;
}
ul.nav li.on{
	background:#333 url('../../images/template4/nav_arrow.gif') 10px no-repeat;
}
ul.nav li.over a,ul.nav li.on a{
	color:#fff;
}

ul.subnav {
	padding:0 0 0 20px;
	margin:0;
}

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

#right-column {
	width: 225px;
	float:right;
	margin-right:-250px;
	text-align:left;
}
#right-column a:link, #right-column a:visited {
	text-decoration: none;
}
#right-column a:hover {
	text-decoration: underline;
}

#NCAlogo{
	text-align:left;
	padding:10px;
	font-size:0.7em;
}
#NCAlogo img{
	margin-bottom:10px;
}

#content {
	font-size:0.9em;
	width:750px;
	float:left;
	text-align:left;
	vertical-align:top;
	line-height: 1.5;
}

#content table, table.spintable {
	font-size:100%;
}
#content p {
}
/* use h2 for the title of a section */
#content h2 {
	font-family:'trebuchet ms';
	font-size:1.3em;
	margin-bottom:5px;
	padding-bottom:5px;
	color:#666;
}
/* use h3 for the title of an item, or a group heading */
#content h3 {
	font-family:'trebuchet ms';
	font-size:1.1em;
	color:#666;
}
/* use h4 for subtitles and such */
#content h4 {
	font-family:'trebuchet ms';
	font-weight:bold;
	color:#666;
}
/* caption style override for pictures within the template1-content area */
#content .caption {
}

/* inline links */
#content a:link, #content a:visited {
}
#content a:hover {
}
/* 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;
	color: #000000;
}

div.wd_sponsors1 {
}

#footer {
	background-color:#333;
	color:#808080;
	overflow:auto;
	color:#fff;
	font-size:0.8em;
}
#footerinner{
	width:960px;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:underline;
}

.contentbox table {
	margin: 0px;
}

.sponsors {
	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: 12px;
	color: #000000;
}

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

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

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