/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	background: #46461C;
	margin: 10px 0px 20px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #46461C;
	margin: 21px 10px 12px 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin: 20px 10px 12px 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 0px 10px 9px 10px;
	line-height: 1.4em;
}
p.small {
	font-size: 70%;	
}
ul {
	margin: 0px 0px 12px 30px;
	padding: 0px 0px 1px 0px; /* Need padding for cross-browser differences */
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 0px 0px 3px 0px;
	text-align: left;
	line-height: 1.5em;
}
a:link, a:visited, a:active {
	color: #46461C;
	text-decoration: underline;
}
a:hover {
	color: #46461C;
	text-decoration: none;
}
table {
	margin: 0px 0px 9px 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	padding: 0px 10px 3px 10px;
	line-height: 1.4em;
}



/* LAYOUT STYLES */
#outer {
	position: relative;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#outer p.footer {
	font-size: 70%;
	color: #838367;
	margin: 3px 40px 0px 40px;
	line-height: 1.25em;
	text-align: left;
}
#pagetop {
	position: relative;
	height: 20px;
	background: url(images/pagetop.gif) center top no-repeat;
}
#usercontent {
	position: relative;
	background: url(images/page.gif) center top repeat-y;
}
#header {
	position: relative;
	height: 104px;
	text-align: left;
}
#logo {
	margin: 13px 0px 0px 40px;
}
#tagline {
	position: absolute;
	right: 280px;
	bottom: 24px;
}
#regulatory {
	position: absolute;
	bottom: 22px;
	right: 35px;
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #46461C;
	line-height: 1.4em;
}
#regulatory a {
	color: #46461C;
	text-decoration: none;	
}
#maincontent {
	position: relative;
	float: left;
	width: 510px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 30px;
	text-align: left;
}
html>body #maincontent { width: 480px }
#sidecontent {
	position: relative;
	float: left;
	width: 200px;
	text-align: left;
}
p.side {
	font-size: 70%;
	color: #46461C;
	margin: 0px 0px 9px 25px;
	line-height: 1.4em;
}
p.img {
	margin: 0px 20px 9px 20px;
}
#sidecontent h2 {
	margin: 10px 20px 6px 20px;
}
#footer {
	position: relative;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#pagebot {
	position: relative;
	height: 20px;
	background: url(images/pagebot.gif) center top no-repeat;
}



/* LEFT NAV STYLES */
#nav {
	font-size: 100%;
	margin: 0px 0px 20px 0px;
	padding: 18px 0px 0px 0px;
	list-style: none;
	width: 240px;
	background: url(images/navline.gif) top left no-repeat;
}
#nav li {
	font-size: 70%;
	margin: 0px;
}
#nav li.current {
	background: url(images/navarrow.gif) 6px left no-repeat;	
}
#nav li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 3px 24px;
}
#nav li a:hover {
	background: url(images/navarrow.gif) 6px left no-repeat;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; text-align: left }
* html #nav li a { height: 1%; }
/* End */