/*****************************************************************************************************
* BASIC PAGE LAYOUT
******************************************************************************************************/

body {
	background: #fff url(/_images/page_background.gif);
	margin: 15px 0;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: #333; }

body>#page {
	font-size: 10px; }

#page {
	width: 775px;
	margin: 0 auto;
	font-size: x-small;
	line-height: 1.0;
	text-align: left; }

#header {
	background: url(/_images/page_header_default.gif) no-repeat;
	width: 775px;
	height: 100px;
	margin: 0 0 15px; }

#body {
	font-size: 110%; }

.content {
	background: #f5f5f5;
	width: 765px;
	padding: 4px;
	border: 1px solid #999;
	border-top: 0; }

.content div {
	text-align: right; }

.back {
	background: url(/_images/page_body_bottom.gif) no-repeat 100% 100%;
	padding: 4px 8px 4px 4px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right; }

a {
	color: #07f; }

.back a {
	color: #333; }

a:link,
a:visited {
	text-decoration: none; }

a:hover,
a:active {
	text-decoration: underline; }

h1 {
	background: url(/_images/page_body_top.gif) no-repeat 0% 0%;
	padding: 4px;
	border-bottom: 5px solid #0bf;
	margin: 0;
	font-size: 1em;
	font-weight: bold; }

p {
	padding: 0;
	margin: 0;
	line-height: 1.4; }

ul {
	padding: 0 0 0 0.8em;
	margin: 0 0 0 1.2em; }

ul li {
	list-style-type: square;
	padding: 0;
	margin: 0;
	line-height: 1.4; }

ul li span {
	color: #000; }

ol {
	padding: 0.5em 0 0.5em 1.8em;
	margin: 0 0 0 1.2em; }

ol li {
	width: 700px;
	padding: 0;
	margin: 0;
	clear: both;
	list-style-type: decimal;
	line-height: 1.4; }

ol li span {
	font-style: italic; }

strong {
	color: #f00; }

hr {
	display: none; }

/*****************************************************************************************************
* PAGE FOOTER
******************************************************************************************************/

#footer_top {
	background: url(/_images/page_footer_top.gif) no-repeat;
	width: 775px;
	height: 1%;
	clear: both;
	padding-top: 7px;
	margin: 0 auto; }

#footer_body {
	background: #fff;
	width: 765px;
	padding: 0 4px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 110%;
	color: #000;
	text-align: right; }

#footer_body a {
	font-weight: bold;
	color: #333; }

#footer_body span {
	float: left; }

#footer_body a.home {
	color: #07f; }

#footer_bottom {
	background: url(/_images/page_footer_bottom.gif) 0% 100% no-repeat;
	padding-bottom: 7px; }

/*****************************************************************************************************
* FORMS
******************************************************************************************************/

form {
	padding: 0;
	margin: 0; }

form p {
	clear: left;
	padding: 0.25em 0;
	margin: 0; }

form label {
	width: 90px;
	display: block;
	float: left;
	display: inline;
	padding: 4px 0 2px 0;
	margin-right: 10px;
	text-align: right; }

form input.text,
form textarea {
	width: 400px;
	padding: 2px;
	border: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-family: monospace;
	font-size: 110%; }

form #bots {
	display: none; }

form input#submit {
	margin-left: 343px; }