
/*Structure*/
#header_wrapper {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:180px;
	margin:0px;
}

#header {
	width:850px;
	margin:0 auto 0 auto;

}

#content_wrapper {
	width:866px;
	background: url(images/page_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0 auto 0 auto;
}

#content {
	width:850px;
	margin:0 auto 0 auto;
	text-align:left;

	


}

#left_column {
	float:left;
	width:484px;
	margin:0;
	padding-left:8px;
	padding-right:8px;

}
#left_column_wide {
	width:834px;
	margin:0;
	padding-left:8px;
	padding-right:8px;

}

#right_column {
	width:316px;
	float:right;
	padding-left:8px;
	padding-right:8px;


}
#right_column_wide {
	width:316px;
	float:right;
	padding-left:8px;
	padding-right:8px;
	margin-left:30px;
	margin-bottom:55px;


}

#footer {
	width:866px;
	height:40px;
	margin:0 auto 0 auto;
	background: url(images/footer_bg.gif);
	background-position:center;
}
#subfooter {
	margin:0 auto 0 auto;
	background:none;
	width:850px;

}



/*Navigation*/
#nav {
	text-align:right;
	padding-right:30px;
	padding-top:157px;

}

#nav ul {
	width:510px;
	float:right;
	
}

#nav ul li {
	list-style:none;
	float:left;
	margin-left:8px;
	height:23px;
	


}

#nav ul li#current {
	font-weight:bold;
	background: url(images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:50% 4px;

}

#nav ul li:hover {
	background: url(images/nav_arrow_hover.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:50% 4px;

}


#nav a {
	color:#0571b9;
	text-decoration:none;
	font-size:0.9em;
	border-right:1px solid #999;
	padding-right:8px;
}

#nav a:hover {
	color:#2e2e23;
}

#content a {
	color:#0571b9;
	text-decoration:none;
}

#content a:hover {
	color:#2e2e23;
	border-bottom:1px dotted #0571b9;
}


/*Typography*/
body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nav {
	font-family:Arial, Helvetica, sans-serif;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

h1 {
	font-size:1.4em;
	font-weight:normal;
	padding: 4px 0;
	color:#0571b9;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	
}
h2 {
	font-size:1.0em;
	color:#8BB5DF;
	padding-top:12px;
	padding-bottom:6px;
	font-weight:bold;
}
h3 {
	font-size:1.0em;
	color:#2e2e23;
	padding-top:12px;
	padding-bottom:6px;
	font-weight:bold;
}

p {
	margin:0;
	padding:0;
}

#content p {
	line-height:1.3em;
	font-size:0.9em;
}

#content hr {
	border:0;
	height:2px;
	color:#628cb6;
	background-color:#628cb6;
	margin-top:15px;
}


/*Lists*/
#content ol {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:20px;
	font: italic 1em Georgia, Times, serif;
  	color: #0571b9;
	font-weight:bold;
}
#content ol li {
	line-height:1.1em;
	margin: 15px 0;
	margin-left:10px;
	}
#content ol p {
  font: normal .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;

}

#content ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
  	color: #0571b9;
	font-weight:bold;
}
#content ul li {
	line-height:1.0em;
	margin: 15px 0;
	margin-left:10px;
	color:#000;
	font-weight:normal;
	font-size:0.9em;
	}
#content ul p {
  font: normal .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;

}

/*table stuff*/
.trow {
	background:#EFF9FF;
}
.trowheader {
	background:#648BB6;
	color:#fff;
	font-weight:bold;
	
}

