* {
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(../images/bg.gif) repeat-x left top;
	text-align: center;
}

div#container {
	background: url(../images/content-bg.gif) repeat-y left top;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 930px;
}

div#header {
	background: url(../images/header.jpg) no-repeat left top;
	height: 156px;
}

ul#tab {
	background: url(../images/tab.jpg) no-repeat left top;
	height: 32px;
	width: 930px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

ul#tab li,
ul#tab li.tab-on {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	color: #ffffff;
}

ul#tab li a,
ul#tab li a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul#tab li.tab-on {
	background: url(../images/tab-start-on.gif) repeat-x left top;
}

ul#tab li.tab-start,
ul#tab li.tab-start-on {
	background: url(../images/tab-start.gif) no-repeat left top;
	width: 13px;
	height: 32px;
}

ul#tab li.tab-start-on {
	background: url(../images/tab-start-on.gif) no-repeat left top;
}

ul#tab li.tab-end,
ul#tab li.tab-end-on {
	background: url(../images/tab-end.gif) no-repeat left top;
	width: 13px;
	height: 32px;
}

ul#tab li.tab-end-on {
	background: url(../images/tab-end-on.gif) no-repeat left top;
}

ul#tab li.tab-cut,
ul#tab li.tab-cut-left-on,
ul#tab li.tab-cut-right-on {
	background: url(../images/tab-cut.gif) no-repeat left top;
	width: 25px;
	height: 32px;
}

ul#tab li.tab-cut-left-on {
	background: url(../images/tab-cut-left-on.gif) no-repeat left top;
}

ul#tab li.tab-cut-right-on {
	background: url(../images/tab-cut-right-on.gif) no-repeat left top;
}

div#bar {
	background: url(../images/bar.gif) no-repeat left top;
	height: 32px;
	padding: 0 13px 0 13px;
	font-size: 12px;
	line-height: 32px;
	color: #333333;
	text-align: left;
}

div#bar a,
div#bar a:hover {
	color: #333333;
	text-decoration: none;
}

div#bar a,
div#bar a:hover {
	color: #333333;
	text-decoration: none;
}

div#bar a:hover {
	text-decoration: underline;
}

div#content-start {
	background: url(../images/content-start.gif) no-repeat left top;
	height: 20px;
	width: 930px;
}

div#content {
	background: url(../images/content-bg-end.gif) no-repeat left bottom;
	text-align: left;
}

div#content div#content-left {
	width: 200px;
	float: left;
}

div#content div#content-middle {
	width: 530px;
	float: left;
}

div#content div#content-middle div#content-middle-padding {
	padding: 0 31px 0 31px;
}

div#content div#content-middle div.content-box-title {
	background: url(../images/content-box-title.jpg) no-repeat left top;
	width: 468px;
	height: 72px;
}

div#content div#content-middle div.content-box-title h2 {
	padding: 18px 0 0 20px;
	margin: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

div#content div#content-middle div.content-box-title h3 {
	padding: 0 0 0 20px;
	margin: 0;
	color: #acb3bf;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

div#content div#content-middle div.content-box-text {
	border: 1px solid #c5c5c5;
	border-top: 0;
	background: #ffffff;
	padding: 17px 19px 17px 19px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

div#content div#content-middle div.content-box-list {
	border: 1px solid #c5c5c5;
	border-top: 0;
	background: #ffffff;
	padding: 11px 14px 11px 14px;
	color: #333333;
	font-size: 12px;
}

div#content div#content-middle div.content-box-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#content div#content-middle div.content-box-list ul li {
	background: url(../images/arrow.gif) no-repeat 5px center;
	line-height: 28px;
	padding: 0 5px 0 12px;
	border-bottom: 1px solid #c5c5c5;
	color: #333333;
	font-size: 12px;
}

div#content div#content-middle div.content-box-list ul li a,
div#content div#content-middle div.content-box-list ul li a:hover {
	color: #333333;
	text-decoration: none;
}

div#content div#content-middle div.content-box-list ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

div#content div#content-middle div.content-box-form {
	border: 1px solid #c5c5c5;
	background: #ffffff;
	padding: 10px 14px 10px 14px;
	color: #333333;
	font-size: 12px;
}

div#content div#content-middle div.content-box-form form {
	padding: 0;
	margin: 0;
}

div#content div#content-middle div.content-box-form table tr td {
	border-bottom: 1px solid #c5c5c5;
	padding: 9px 5px 9px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

div#content div#content-middle div.content-box-form table tr td small {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}

div#content div#content-middle div.content-box-form table tr td div.form-user {
	background: url(../images/content-box-form-user.gif) no-repeat left top;
	width: 195px;
	height: 31px;
	text-align: left;
	float: right;
}

div#content div#content-middle div.content-box-form table tr td div.form-user input {
	width: 109px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 8px 0 0 8px;
	border: 0;
	background: transparent;
}

div#content div#content-middle div.content-box-form table tr td div.form-text {
	background: url(../images/content-box-form-text.gif) no-repeat left top;
	width: 195px;
	height: 31px;
	text-align: left;
	float: right;
}

div#content div#content-middle div.content-box-form table tr td div.form-text input {
	width: 182px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 8px 0 0 8px;
	border: 0;
	background: transparent;
}

div#content div#content-middle div.content-box-form table tr td input.form-button {
	background: #99301a url(../images/content-form-button.gif) repeat-x left top;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 4px 12px 4px 12px;
	color: #ffffff;
	border: 0;
}

div#content div#content-middle div#content-registerbox {
	background: url(../images/content-registerbox.jpg) no-repeat left top;
	height: 135px;
	padding: 0 120px 0 20px;
}

div#content div#content-middle div#content-registerbox h2 {
	padding: 19px 0 0 0;
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

div#content div#content-middle div#content-registerbox h3 {
	padding: 0 0 7px 0;
	margin: 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	line-height: 27px;
}

div#content div#content-middle div#content-registerbox p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	display: block;
	padding: 0;
	margin: 0;
}

div#content div#content-middle div#content-domainbox {
	background: url(../images/content-domainbox.jpg) no-repeat left top;
	height: 199px;
	padding: 0 20px 0 20px;
}

div#content div#content-middle div#content-domainbox h2 {
	padding: 19px 0 0 0;
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

div#content div#content-middle div#content-domainbox h3 {
	padding: 0 0 7px 0;
	margin: 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	line-height: 27px;
}

div#content div#content-middle div#content-domainbox p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	display: block;
	padding: 0 120px 0 0;
	margin: 0;
}

div#content div#content-middle div#content-domainbox form {
	padding: 13px 0 0 0;
	margin: 0;
}

div#content div#content-middle div#content-domainbox form div#content-domainbox-form {
	background: url(../images/content-domainbox-form.gif) no-repeat left top;
	width: 281px;
	height: 31px;
	float: left;
}

div#content div#content-middle div#content-domainbox form div#content-domainbox-form input {
	width: 202px;
	font-size: 15px;
	font-weight: bold;
	color: #888888;
	padding: 8px 0 0 8px;
	border: 0;
	background: transparent;
}

div#content div#content-middle div#content-domainbox form input#content-domainbox-button {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

div#content div#content-right {
	width: 200px;
	float: left;
}

div#content div div.content-nav {
	border: 1px solid #c5c5c5;
	background: #ffffff;
}

div#content div div.content-nav h2 {
	background: url(../images/content-nav-bg.gif) repeat-x left top;
	padding: 0 12px 0 12px;
	border-bottom: 1px solid #c5c5c5;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #243659;
	margin: 0;
}

div#content div div.content-nav ul {
	list-style-type: none;
	padding: 0 5px 0 5px;
	margin: 0;
}

div#content div div.content-nav ul li {
	line-height: 28px;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #c5c5c5;
	color: #333333;
	font-size: 12px;
}

div#content div div.content-nav ul li a,
div#content div div.content-nav ul li a:hover {
	background: url(../images/arrow.gif) no-repeat left center;
	padding: 0 0 0 7px;
	color: #333333;
	text-decoration: none;
}

div#content div div.content-nav ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

div#content div.content-cut {
	height: 15px;
	font-size: 15px;
	line-height: 15px;
}

div#content div#content-end {
	clear: left;
	width: 930px;
	height: 20px;
}

div#more {
	background: url(../images/footer.gif) repeat-x left top;
	height: 55px;
	text-align: center;
}

div#more div#more-padding {
	width: 930px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div#more div#more-padding div#copyright {
	float: left;
	color: #333333;
	font-size: 12px;
	line-height: 38px;
	text-align: left;
	padding: 0 0 0 13px;
}

div#more div#more-padding div#other {
	float: right;
	color: #333333;
	font-size: 12px;
	line-height: 38px;
	text-align: right;
	padding: 0 13px 0 0;
}

div#more div#more-padding div#other a,
div#more div#more-padding div#other a:hover {
	color: #333333;
	text-decoration: none;
}

div#more div#more-padding div#other a:hover {
	color: #333333;
	text-decoration: underline;
}

div#more div#more-padding div#copyright a,
div#more div#more-padding div#copyright a:hover {
	color: #333333;
	text-decoration: none;
}

div#more div#more-padding div#copyright a:hover {
	color: #333333;
	text-decoration: underline;
}

a,
a:hover {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

div#content div#content-middle div.content-box-form table tr td div.form-select {
	background: url(../images/form-select-background.gif) no-repeat left top;
	height: 31px;
	width: 168px;
	float: left;
}

div#content div#content-middle div.content-box-form table tr td div.form-select-arrow {
	background: url(../images/form-select-arrow.gif) no-repeat left top;
	height: 31px;
	width: 25px;
	float: left;
}

div#content div#content-middle div.content-box-form table tr td ul.form-select-menu {
	list-style-type: none;
	margin: 34px 0 0 0;
	padding: 0;
	position: absolute;
}

div#content div#content-middle div.content-box-form table tr td ul.form-select-menu li {
	background: #e9e9e9;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	line-height: 25px;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #c5c5c5;
	cursor: pointer;
}

div#content div#content-middle div.content-box-form table tr td div.form-select div {
	line-height: 31px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 0 8px;
}