a {
	color: #E36F1E;
}
body {
	background: #ffffff url(../img/gradient_background.jpg) repeat-x top center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 1.4em;
	margin: 0 auto;
}
dd {
	font-size: 0.92em;
	margin: 0 0 1em 1.5em;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
	margin: 0 0 0.4em 0;
}
h3 {
	font-size: 1.2em;
}
h6 {
	font-size: 0.7em;
	padding-top: 8px;
	text-align: center;
}
img {
	border: 0;
}
li {
	line-height: 1.3em;
}
p {
	margin: 0 0 1.2em 0;
	line-height: 1.3em;
}
table h2, table h3 {
	margin: 1em 0 0.5em 0;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
th {
	text-align: left;
}
tr {
	vertical-align: top;
}
#container {
	background: url(../img/shadow_background.jpg) repeat-y top center;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 920px;
}
#header {
	height: 166px;
	width: 100%;
}
#header span {
	visibility: hidden;
}
#layout-table {
	background: url(../img/gradient_shadow_background.jpg) no-repeat top center;
	height: 280px;
	margin-bottom: 12px;
	position: relative;
	width: 920px;
}
#layout-table td {
	vertical-align: top;
}
#menu {
	position: relative;
	float: left;
	white-space: nowrap;
	padding: 12px 0 0 20px;
}
#menu ul {
	border-right: 1px solid #919295;
	list-style: none;
	margin: 0 0 0 16px;
	padding: 4px 18px 18px 0;
}
#menu ul ul {
	border: none;
	margin: 0 0 0 16px;
	padding: 0;
}
#menu li {
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#menu a.active-menu {
	font-weight: bold;
}
#menu a:hover {
	color: #E36F1E;
}
#content {
	padding: 0 0 5px 0;
}
#content {
	padding: 16px 42px 0 18px;
	width: 99%;
}
#footer {
	background: url(../img/footer.jpg) no-repeat bottom center;
	height: 64px;
	width: 100%;
}
#footer span {
	display: block;
	padding: 16px 0 0 0;
	font-size: 0.8em;
	text-align: center;
}
#smallfonttable td {
	font-size: 70%;
}
.padbottom {
	margin: 0 0 1.2em 0;
}
.warning, .error_message, .message {
		color: #ff0000;
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 1em;
		margin-bottom: 1em;
}