html, body {
	margin: 0;
	padding: 0;
	background-color: #E2E4E6;
	color: #535B63;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a:visited {
	color: #B02A0F;
	text-decoration: none;
}
a:hover, a:active {
	color: #1D2125;
	text-decoration: underline;
}

/* header */
#header {
	margin-top: 5px;
	height: 85px;
	overflow: hidden;
	background: url(logo_bg.gif) top left repeat-x;
}
#logo {
	position: absolute;
	left: 15px;
	display: block;
	width: 133px;
	height: 85px;
	background: url(logo.gif) top left no-repeat;
}
#logo span { display: none; }
#navigation {
	float: right;
	list-style: none;
	margin-right: 8px;
	margin-top: 57px;
}
#navigation li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#navigation a, #navigation a:visited, #navigation a:hover, #navigation a:active {
	text-decoration: none;
	cursor: pointer;
}
#navigation a, #navigation span {
	display: block;
	padding: 0;
	margin: 0;
	height: 28px;
	font-weight: bold;
	white-space: nowrap;
}
* html #navigation a, * html #navigation span {
	float: left;
}
#navigation a {
	background: url(tab_bg.gif) bottom left repeat-x;
}
#navigation a:hover {
	background: url(tab_bg_h.gif) bottom left repeat-x;
}
#navigation a span.nav1 {
	padding-left: 10px;
	background: url(tab_left.gif) bottom left no-repeat;
}
#navigation a:hover span.nav1 {
	background: url(tab_left_h.gif) bottom left no-repeat;
}
#navigation a.nav-left span.nav1 {
	padding-left: 14px;
	background: url(tab_left1.gif) bottom left no-repeat;
}
#navigation a.nav-left:hover span.nav1 {
	background: url(tab_left1_h.gif) bottom left no-repeat;
}
#navigation a span.nav2 {
	padding-right: 7px;
	background: url(tab_right.gif) bottom right no-repeat;
}
#navigation a:hover span.nav2 {
	background: url(tab_right_h.gif) bottom right no-repeat;
}
#navigation a.nav-right span.nav2 {
	padding-right: 15px;
	background: url(tab_right1.gif) bottom right no-repeat;
}
#navigation a.nav-right:hover span.nav2 {
	background: url(tab_right1_h.gif) bottom right no-repeat;
}
#navigation a span.nav3 {
	padding-left: 4px;
	padding-right: 7px;
	padding-top: 7px;
	background: transparent;
}
* html #navigation a span.nav3, * html #navigation a:hover span.nav3 {
	height: 21px;
}

/* content */
#content {
	margin: 0 5px 5px 5px;
	background: #F2F3F4 url(bg_content.gif) top left repeat-x;
	border: solid 1px #B9BCBF;
	border-width: 0 1px 1px 1px;
	padding: 10px;
}

#content-right {
	float: right;
	width: 200px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #B9BCBF;
/*	background: url(corner.gif) top left no-repeat; */
}
#content-middle {
	margin-right: 220px;
}
* html #content-middle {
	float: left;
	margin-right: 0;
}

#content-footer {
	clear: both;
	padding-top: 20px;
	color: #737B83;
	text-align: center;
	font-size: 10px;
}
#content-footer a, #content-footer a:visited {
	color: #646D75;
}
#content-footer a:hover, #content-footer a:active {
	color: #B02A0F;
}

.content-center {
	text-align: center;
}

/* headers */
h1, h2, h3 {
	display: block;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B02A0F;
	background: url(corner2.gif) top right no-repeat;
}
.content-center h1, .content-center h2, .content-center h3 {
	text-align: center;
	background: transparent;
}
* html #content-middle h1, * html #content-middle h2, * html #content-middle h3 {
	background: transparent;
}
hr {
	border: dotted 0px #B02A0F;
	border-bottom-width: 1px;
	padding-left: 5px;
	margin: 10px 20px;
	height: 0;
	padding: 0;
}
* html hr { border-style: solid; }

/* form */
form { display: inline; }
input.text, textarea, input.mainoption, input.liteoption, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #CCC;
	background-color: #F0F0F0;
	color: #666;
}
input.mainoption { font-weight: bold; color: #444; }
input.text, textarea { width: 100%; }
input.text-num { width: 50px; }
textarea { height: 100px; }

input.text:hover, textarea:hover, input.mainoption:hover, input.liteoption:hover {
	border-color: #888;
	color: #444;
	background-color: #F4F4F4;
}
input.text:focus, textarea:focus, input.mainoption:focus, input.liteoption:focus {
	border-color: #B02A0F;
	color: #222;
	background-color: #FAFAFA;
}

* html input.text, * html textarea { width: 98%; }
* html input.text-num { width: 50px; }
* html input.text, * html textarea, * html input.mainoption, * html input.liteoption {
	border-color: #888;
	color: #444;
	background-color: #F8F8F8;
}
* html input.mainoption { color: #000; }
* html input.ie6 { margin-left: 3px; }

label {
	display: block;
	margin: 3px 0;
}

.error {
	border: solid 1px #B02A0F;
	padding: 4px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.error h2 {
	border-left-width: 0;
	background: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 0;
}

.form-table td {
	border-bottom: solid 1px #DDD;
	font-size: 11px;
}
.form-table tr td { color: #626A73; }
.form-table tr:hover td { color: #3E4349; }
.form-table tr td label { color: #535B63; }
.form-table tr td label:hover { color: #B02A0F; }
.form-table tr td .form-comment { color: #626A73; font-size: 10px; }


.form-table td.form-submit {
	text-align: center;
	border-bottom: none;
}
.form-table td.form-row {
	text-align: center;
}
.form-right {
	border-left: dotted 1px #DDD;
}
