/* 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: #00000;
	margin: 20px 0px 9px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #554430;
	margin: 15px 0px 5px 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 0px 0px 9px 0px;
	line-height: 1.5em;
	text-align:justify;
}
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: 20px 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: 450px;
	margin: 0px 60px 0px 0px;
	padding: 0px 0px 0px 65px;
	text-align: left;
}
html>body #maincontent { width: 400px }
#maincontent .fright {
	float: right;
	margin: 0 0 10px 20px;
}
#sidecontent {
	position: relative;
	float: left;
	width: 224px;
	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;
}
#sidelist {
	padding-bottom: 180px;
}
.block {
	position: absolute;
	top: -202px;
	right: 57px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.block 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;
}

/* TABLE STYLES */

table {
	width: 425px;
	text-align: center;
}

th {
	height: 38px;
	font-size: 75%;
	font-weight: normal;
	background: #f68a39;
	color: #FFF;
	padding: 5px;
}

#pp th {
	background: #dc61a5;
}

td {
	font-size: 70%;
	background: #dddddd;
	padding: 5px;
}

th.left {
	width: 93px;
	text-align: left;
}

td.left {
	width: 93px;
	background: #a3a3a3;
	color: #FFF;	
	text-align: left;
}

/* FORM STYLES */

form#contact {
	width: 425px;
	font-size: 75%;
	margin-top: 20px;
}

form div {
	margin: 0 0 5px 0;
}

label.fixedwidth {
	width: 122px;
	float: left;
	margin-top: 4px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 300px;
	padding: 3px 0 3px 0;
}

input.submit {
	float: right;
	width: 80px;
	height: 24px;
	margin: 5px 0 0 0;
	padding: 0;
	background: #f68a39;
	color: #FFF;
	border: none;
	text-decoration: none;
	cursor: pointer;
}


/* NAV STYLES */

ul.nav {
	width: 170px;
	margin: 20px 0 0 0;
	padding: 0;
}

.nav li {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #a89886;
}

.nav li a {
	color: #554430;
	display: block;
}

.nav li a:hover {
	color: #f68a39;
	text-decoration: none; 
}

.nav li a.on {
	color: #f68a39;
	text-decoration: none;
	font-weight: bold;
}
