body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%; /* 16px */
    margin: 0;
    padding: 20px;
	text-align: center;
}
	  
table td {
	text-align: left;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a img { 
	border: none; 
}

#wrapper {
    margin: 0 auto;
	min-width: 950px;
}

#wrapper2 {
    margin: 0 70px 0 32px;
	min-width: 950px;
}

* html div#wrapper, * html div#wrapper2 {
width:expression((((document.compatMode && document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : document.body.clientWidth) < 951 ? "950px" : "auto")); 
}

/*- Header and Search -*/
#header {
	background: url(../images/header_bg.gif) top right;
	height: 122px;
	vertical-align: bottom;
	width: 100%;
}
	
form.search {
	float: right;
	padding-left: 3px;
	position: relative; 
	top: -25px; 
	left: -30px;	
}

form.search input.input {
	border-bottom: 1px solid #cce7b2;
	border-left: 1px solid #79804c;
	border-right: 1px solid #cce7b2;
	border-top: 1px solid #79804c;
	color: #a8a8a8;
	font-size: .69em; /* 11px */
	padding-left: 3px;
	width: 130px;
}

form.search input.submit {
	background: none;
	border: none;
	color: #fff;
	font-size: .94em; /* 15px */
	font-weight: bold;
}

/*- Main Navigation -*/
#nav {
	float: left;
	font-family: verdana;
	font-size: .69em; /* 11px */
	font-weight: bold;
	line-height: normal;
  	width: 100%;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 6px;
}

#nav li {
	display: inline;
  	margin: 0;
  	padding: 0;
}

#nav a {
  	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
  }
  
#nav a span {
	color: #fff;
	display: block;
	line-height: 13px;
	padding: 9px 15px 10px 6px;
  }
  
#nav a.on {
	background: url(../images/nav_tab_left.gif) no-repeat left top;
  }
  
#nav a span.on {
	background: url(../images/nav_tab_right.gif) no-repeat right top;
	color: #000;
  }

#nav a:hover span {
	color: #000;
}

#nav a:hover {
	/*background-position: 0% -28px;*/
}

#nav a:hover span {
	/*background-position: 100% -28px;*/
}

.subnav {
	font-size: .69em; /* 11px */
	margin: 0;
	padding: 8px 0 4px 42px;
}

.subnav a:link, .subnav a:visited {		
	color: #0099ff;
	text-decoration: none;	
}

.subnav a:hover, .subnav a.on {
	color:#0066cc;
}

/*- Logo and Secondary Navigation -*/	  
#logo {
	height: 150px;
	vertical-align: bottom;
}  

p.tagline {
	color: #2d2d2d;
	font-family: "Trebuchet MS", sans-serif;
	font-size: .81em; /* 13px */
	margin: 0;
	padding: 5px 5px 5px 10px;
}

#topnav {
	vertical-align: bottom;
	width: 434px;
}

#topnav div {
	border-bottom: 7px solid #00a0c6;
	float: left;
	font-size: .63em; /* 10px */
	line-height: normal;
  	width: 100%;
}

#topnav div ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}

#topnav div li {
	display: inline;
  	margin: 0;
  	padding: 0;
}

#topnav div a {
  	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
  }
  
#topnav div a span {
	color: #fff;
	display: block;
	padding: 6px 15px 7px 6px;
  }
  
#topnav div a {
	background: url(../images/topnav_tab_left.gif) no-repeat left top;
  }
  
#topnav div a span {
	background: url(../images/topnav_tab_right.gif) no-repeat right top;
	color: #fff;
  }

#topnav div a:hover span {
	color: #fff;
}

#topnav div a:hover, #topnav div a.on {
	background-position: 0% -35px;
}

#topnav div a:hover span, #topnav div a span.on {
	background-position: 100% -35px;
}

table.topnav {
	width: 100%;
}

/*- Main Content -*/
table.main {
	border: 1px solid #dbeabf;
}

#content {
	background: url(../images/content_bg_top.gif) no-repeat top right;
	color: #333;
	line-height: 1.5;
	vertical-align: top;
}

#wd_printable_content {
	background: url(../images/content_bg.gif) no-repeat top right;
	font-size: .75em; /* 12px */
	padding: 30px 45px 15px 15px;
}

table.spintable {
	font-size: 10pt;
}

#content p {
	margin: 0;
}

/* use h2 for the title of a section */
#content h2 {
	border-bottom: 1px dotted #999;
	font-size: .81em; /* 13px */
	padding-bottom: 4px;
}
	
/* use h3 for the title of an item, or a group heading */
#content h3 {}

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

/* inline links */
#content a:link, #content a:visited {
	color: #0099ff;
	text-decoration: none;
}

#content a:hover {
	color: #0066cc;
	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;
	color: #000000;
}

div.wd_sponsors1 {
	padding: 0 45px 0 15px;
}

div.wd_sponsors1 img {
	border: 12px solid #f1f2f4;
	border: 12px solid #f1f2f4;
	margin-bottom: 10px;
	vertical-align: middle;	
}

.sponsors {
	padding: 0 15px 0 0;
}

.sponsors p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.06em; /* 17px */
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 20px 5px;
}

.sponsors span {
	padding: 6px;
}

.contentbox table {
	margin: 0;
}

/*- Sidebar and Footer -*/
#sidebar {
	background: url(../images/sidebar_bg.gif) repeat-x;	
	padding-top: 78px;
	vertical-align: top;
	width: 431px;
}

#sidebar a:link, #sidebar a:visited {
	color: #0099ff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #0066cc;
	text-decoration: underline;
}

#footer {
	color: #0099ff;
	float: left;
	font-size: .63em; /* 10px */
	margin: 0;
	padding: 0 45px 15px 15px;
}

#footer img {
	float: right;
}
	
#footer a:link, #footer a:visited {
	color: #0099ff;
}
	
#footer a:hover {
	color: #0066cc;
	text-decoration: underline;
}

/* SPIN defaults */
.pageimage {
	margin: 0;
	padding: 0;
}

.poll td {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

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

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

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