/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	background: #554430;
	margin: 0px 0px 20px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin: 20px 0px 20px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin: 20px 0px 9px 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 0px 0px 9px 0px;
	line-height: 1.5em;
}
p.small {
	font-size: 70%;
	color: #333333;
	margin: 0px 0px 6px 0px;
	line-height: 1.4em;
}
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: none;
}
a:hover {
	color: #46461C;
	text-decoration: underline;
}



/* LAYOUT STYLES */
#outer {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #554430;
}
#outer p.footer {
	font-size: 70%;
	color: #AAA298;
	margin: 3px 55px 0px 55px;
	line-height: 1.25em;
	text-align: left;
}
#outer p.footer a {
	color: #AAA298;
}
#outer span {
	float: right;
}
#tagline {
	position: absolute;
	left: 51px;
	top: 56px;
}
#logo {
	position: absolute;
	right: 55px;
	top: 15px;
}
#pagetop {
	position: relative;
	height: 20px;
	background: url(images/pagetop.gif) center top no-repeat;
	margin: 80px 0px 0px 0px;
}
#usercontent {
	position: relative;
	background: url(images/page.gif) center top repeat-y;
	padding: 232px 0px 0px 0px;
}
#header {
	position: absolute;
	left: -767px;
	top: -10px;
	width: 780px;
}
html>body #header {
	left: 10px;
}
#maincontent {
	position: relative;
	float: left;
	width: 480px;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px 55px;
	text-align: left;
}
html>body #maincontent { width: 425px }
#sidecontent {
	position: relative;
	float: left;
	width: 225px;
	text-align: left;
	padding: 0px 0px 0px 45px;
}
html>body #sidecontent {
	width: 215px;
}
#sidecontent h2 {
	font-size: 70%;
	color: #333333;
	margin: 20px 0px 6px 0px;
	line-height: 1.3em;
}
#sidecontent p {
	font-size: 70%;
	color: #333333;
	margin: 0px 0px 6px 0px;
	line-height: 1.3em;
}
#footer {
	position: relative;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	text-align: left;
}
html>body #footer {
	padding: 15px 0px 0px 0px;
}
#pagebot {
	position: relative;
	height: 20px;
	background: url(images/pagebot.gif) center top no-repeat;
	padding: 0px 0px 10px 0px;
}