﻿* {
	font-family: Trebuchet MS,helvetica,verdana,sans serif;
	color: #302c25;
}
html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
body {
	font-size: 62.5%;
	background-color: #a99f86;
}
img {
	border: 0px;
}
h1 {
	font-size: 3.2em;
	color: #6e6142;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
h2 {
	font-size: 2.0em;
}
div.innercontent {
	width: 897px;
	margin: 0 auto;
}
#accessibility {
	position: absolute;
	top: -9999px;
}
#header {
	width: 100%;
	height: 218px;
	background-color: #f6eedb;
}
#logo {
	float: left;
	height: 218px;
}
#web {
	float: right;
	background-color: #ded7c1;
	padding: 20px;
	padding-top: 17px;
	padding-bottom: 5px;
	margin-top: 65px;
}
#web div.link {
	clear: both;
	overflow: auto;
}
#web div.text {
	font-size: 11px;
	float: left;
	width: 85px;
	text-align: right;
	margin-right: 15px;
}
#web div.text a {
	text-decoration: none;
	color: #7c715b;
}
#web div.text a:hover {
	text-decoration: underline;
}
#web div.logo {
	float: left;
	padding-bottom: 5px;
	*padding-bottom: 8px;
}
#web div.logo img {
	border: 0px;
}
#toolbar {
	clear: both;
	width: 100%;
	height: 32px;
	background-color: #f6eedb;
}
#breadcrumbs {
	clear: both;
	font-size: 1.2em;
	margin-top: 10px;
}
#page_top {
	width: 100%;
	background-color: #7f715a;
}
#page_base {
	width: 100%;
	background-color: #a99f86;
}
#footer {
	text-align: center;
	background-color: #a99f86;
	margin-top: 40px;
	padding-bottom: 20px;
}
#footer * {
	color: #ffffff;
}
#toolbar ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#toolbar li {
	display: inline;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#toolbar a {
	display: block;
	width: 181px;
	height: 32px;
	padding-top: 8px;
	color: #a9a59d;
	text-decoration: none;
	font-size: 14px;
}
#toolbar a:hover {
	color: #ffffff;
}
#toolbar a:focus {
	outline: none;
}
li.tab_sel {
	width: 181px;
	background-color: #7f715a;
}
li.tab_sel a {
	color: #ffffff !important;
}
li.tab {
	width: 181px;
	background-image: url(/images/bg_tab.gif);
	background-repeat: repeat-x;
}
li.tab_sep {
	width: 2px;
	background-image: url(/images/tabsep.gif);
	background-repeat: no-repeat;
}
p {
	font-size: 1.3em;
	line-height: 1.5;
}
p.first {
	margin-top: 0px;
}
#user {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 400px;
	background-color: #000000;
	padding: 5px;
	overflow: auto;
}
#user * {
	color: #ffffff;
}
#userlinks {
	float: left;
}
#userdetails {
	float: right;
}