* {margin:0; padding:0;}

body {
	background: #333333; 
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;}

a:link{color:#000099}
a:visited{color:#333333}
a:hover{color:#003399;}
a:active{}

h2, h3, h4, h5 {}
h2 {font-size:1.9em; margin:0; color:#000066;}
h3 {font-size:1.6em; margin:15px 0;}
h4 {font-size:1.4em; margin:15px 0; font-weight:lighter;}
h5 {font-size:1.2em; margin:15px 0; }
h6 {font-size:1em; margin:15px 0; font-weight:lighter;}
p {margin:15px 0;}

#container {
	width:760px;
	background:#ffffff url(../images/bg.jpg) repeat-y;
	color:#000;
	margin: 20px auto;}

#header {
	background:url(../images/bg_top.jpg) no-repeat #fff;
	width:760px;
	height:139px;
	border-bottom:#333 5px solid;}
#header h1 a:link, #header h1 a:visited{
	background:url(../images/nelson_logo.gif) no-repeat;
	width:253px;
	height:101px;
	margin:5px 0 0 10px;
	display:block;
	border:none;}
#header_text {
	float:left;}	
#header h1 {
	text-indent:-1000px;
	overflow:hidden;
	letter-spacing:-1000px;
	float:left;}	
#header h2{
	color:#000;
	font-size:1.4em;
	padding: 2px 0 5px 20px;
	clear:both;
	margin:0 0 0 0;}	
#flash {
	float:right;
	width:390px;
	height:139px;
	font-size:.7em;}
	
#nav {
	background:url(../images/bg_nav.jpg) repeat-x;
	border-bottom:4px solid #333;
	height:40px;
	font-size:1.1em;
	clear:both;}
#nav ul {
	margin:0 auto;
	padding:0;
	list-style:none;}
#nav li {
	float:left;
	text-align:center;
	margin:0;
	background: url(../images/bg_navdiv.jpg) no-repeat right top;}
#nav a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:10px 19px 5px;}
#nav a:hover {
	text-decoration:underline;}
#nav li.last {
	background:none;}	/*positions the last nav divider at edge of container */	

#innerwrapper { zoom: 1; }

/*BODY LAYOUT - HOLY GRAIL CONTENT ON TOP */
#body_wrapper {
	padding-left: 240px;   /* LC fullwidth */
	padding-right: 10px;   /* RC fullwidth + CC padding */}
#body_wrapper .column {
	position: relative;
	float: left;}
#content {
	padding: 10px 0;    /* CC padding */
	width: 100%;}
#tools {
	width: 218px;          /* LC width */
	padding: 0 0;       /* LC padding */
	margin-left: -100%;
	left: -240px;          /* RC width for IE6 */}	


#tools h3{
	font-size:1.25em;
	background:#4543A3;
	color:#fff;
	display:block;
	text-align:center;
	font-weight:lighter;}
#tools p {
	margin:10px 15px;}

#tools a {color:#000066;}

dl.icon {
	margin: 0 0 10px 0;
	padding: 0 0 0 3px;
	clear:both;
	font-size:1em;}
dl.icon dt a {
	float: left;
	display: block;
	margin: 0 7px 0 0;
	padding: 1px;}
dl.icon dt a img {
	float: left;}
dl.icon dd {
	padding:4px 0 0 0}

#content ul {
	margin: 10px 0 10px 25px;}
#content blockquote {
	margin:40px 10px 10px 10px;}
#current {
	border:2px solid #000;
	font-size:.95em;
	margin:10px 0 30px 0;}
#current th {}
#current td {
	border:1px solid #999999;
	padding:5px;
	text-align:center;}


#contentbtm {
	background:url(../images/bg_btm.jpg) no-repeat bottom left;
	width:760px;
	height:23px;}

ul#nav_btm {
	list-style:none;
	font-size:.8em;
	text-align:center;
	margin:0 0 30px 0;}
ul#nav_btm li {
	display:inline;}
ul#nav_btm a {
	color:#ffffff;}
ul#nav_btm a:hover {
	color:#999999;}
	
	
/************************/
/***** ADDTL STYLES *****/			
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

img {border:none;}
.left {float:left; margin: 10px 25px 10px 0;}
.right {float:right; margin: 10px 0 10px 20px;}
.center {text-align:center;}
.clear{ clear:both;}
.caption {font-size:.8em; font-style:italic; margin:15px auto;}
.caption p {margin:2px 0 0 10px;}
.box {
	border: 5px double #000066;
	padding:2px 10px;
	margin:30px 0 0 0;}
.box h3 {color:#000066; font-size:1.5em; margin:0}
.box p {margin:5px 0;}
.blue {background:#000066; height:2px; border:none;}
.under {border-bottom:1px solid #000}

/*for accessibility and print styles*/
.hidden{
	position:absolute;
	margin: -25000px 0 0 -25900px;}
.nostyles{display:none;}	