body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #6394c6 url(../images/header_bg.gif) repeat-x;
}
html, body, #wrapper {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
html>body, html>body #wrapper {
	height: auto;
}
#container {
	text-align: left;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background-color: transparent;
	border: none;
}
#wrapper {
	text-align: left;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 0 0 0 0;
	background: transparent url(../images/content_bg.jpg) repeat-y;
	border: none;
}
img {
	border: 0 none;
}
#header {
	text-align: left;
	width: 776px;
	height: 295px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background: transparent url(../images/header2.jpg) no-repeat top right;
}
.mainnav {
	float: left;
	height: 24px;
	width: 776px;
	vertical-align: bottom;
	color: #000;
	background: transparent url(../images/nav-bar.jpg) no-repeat;
	margin: 0em;
	padding: 0em;
	font-size: 14px;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 20px;
	width: 776px;
	color: #FFF;
	background-color: transparent;
	font-weight: bold;
	padding: 0em;
	margin: 0em;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 4px 14px 0px 10px;
	color: #fff;
	background: transparent url(../images/line.gif) no-repeat bottom right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one {
	text-align: left;
	margin-left: 1em;
	font-size: 14px;
	line-height: 20px;
}
#nav a.two, #nav a.three, #nav a.four {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 162px; 
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #ccc;
	margin: 0;
}
#nav li li {
	border: 1px solid #999;
	padding: 0;
	width: 162px; 
}
#nav li ul a {
	padding: 2px 10px;
	width: 140px;
	* html width: 120px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -1.8em 0 0 162px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	color: #FFF;
	background-color: transparent;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #d8d8d8;
	color: #990000;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #990000;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #d8d8d8;
}
#content {
	width: 490px;
	float: left;
	padding: 20px 10px 30px 0px;
	background: transparent url(../images/sideline.gif) repeat-y right;
}

#content p {
	font-size: 80%;
	line-height: 1.5em;
	margin: 1em 1em 1em 2.5em;
}
#content p.citation {
	font-size: 80%;
	text-align: center;
	margin-left: 3.5em;
	margin-right: 1.5em;
	font-style: italic;
	font-weight: bold;
}
#content p.tagline {
	font-size: 110%;
	text-align: center;
	color: #003366;
	font-weight: bold;
}
#content a.back {
	font-size: 80%;
	color: #990000;
}
#content b.red {
	color: red;
}
.highlight {
	font-size: 100%;
	color: #003366;
}
I {
	font-size: 85%;	
}
#content h1 {
	font: bold 110%  Arial, Verdana, Tahoma, Sans-Serif;
	color: #ff6600;
	background-color: transparent;
	text-align: center;
}
#content h2 {
	font: bold 100%  Arial, Verdana, Tahoma, Sans-Serif;
	color: #003399;
	background-color: transparent;
	margin-left: 2em;
}
#content ul {
	font-size: 80%;
	margin-left: 4em;
	margin-right: 2em;
	list-style-position: inside;
	display: block;
	padding: 0em;
}
#content li {
	line-height: 1.5em;
	margin-bottom: .5em;
} 
OL {
	font-size: 80%;
	line-height: 1.8em;
	padding-right: 0em;
	list-style-position: inside;
}
#sidebar {
	float: right;
	width: 260px;
	margin: 30px 4px 0em 10px;
}
#sidebar p {
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	margin-left: -30px;
}
#sidebar p.small {
	font-size: 75%;
	text-align: center;
	margin-left: -30px;
	font-weight: normal;
	color: #ff0000;
}
object {
	background-color: #000000;
}
#sidebar a:link, #sidebar a:visited {
	color: #000;
}
#sidebar a:hover {
	color: #ccc;
}
#footer {
	clear: both;
	height: 50px;
	width: 776px;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
	font-size: 18px;	
	color: #63BA97;
	background: transparent url(../images/footer.jpg) no-repeat bottom;
	font-weight: bold;
}
#footer .line {	
	margin: 0em 0em 0em 13px;
}
#footer a:link, #footer a:visited {
	color: #63BA97;
	text-decoration: none;
}
#footer2 {
	clear: both;
	height: 50px;
	width: 750px;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 1.2em;
	font-size: 85%;	
	color: #FFF;
	background: transparent;
}
#footer2 a:link, #footer2 a:visited {
	color: #FFF;
}
.left {
	float: left;
	margin: 1em 0 .5em 1em;
}
.right {
	float: right;
	margin: 1em 1em .5em 0;
}

