body {
	background: url(back.jpg) top center repeat-x #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
input {
	border: 1px solid #999999;
}
input[type=submit] {
	border: 1px solid #993300;
	background-color: #ff9900;
	color: #ffffff;
	font-weight: bold;
}
img {
	border: 0px;
	vertical-align: middle;
}
input[type=image] {
	border: 0px;
}

h3 {
	color: #3366cc;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #3366cc;
	font-variant: small-caps;
}

.themeTop {
	background: url(top.jpg) top center no-repeat;
	padding: 0px 5px 0px 5px;
	width: 970px;
	height: 97px;
	overflow: hidden;
	margin: auto;
}
.themeTop img {
	float: left;
}
.themeTop .alert {
	float: right;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	margin: 5px 10px 10px 5px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}
.themeTop .alert b {
	color: #ff9900;
}
.themeTop .menu {
	float: right;
	padding: 47px 0px 0px 0px;
}
.themeTop .menu a {
	display: inline-block;
	font-size: 14px;
	color: #3366cc;
	font-weight: bold;
	width: 125px;
	height: 50px;
	text-align: center;
	line-height: 53px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 30px;
}
.themeTop .menu a:hover {
	background: url(top_hover.jpg) center center no-repeat;
	color: #ffffff;
}

.themeMain {
	background: url(main_back.jpg) top center repeat-y;
	width: 970px;
	height: 350px;
	padding: 0px 5px 0px 5px;
	margin: auto;
	overflow: hidden;
}

.themeContent {
	width: 980px;
	background: url(content_back.jpg) top center repeat-y;
	margin: auto;
	text-align: justify;
}
.themeContent1 {
	background: url(content_top.jpg) top center no-repeat;
}
.themeContent2 {
	background: url(content_bottom.jpg) bottom center no-repeat;
	padding: 25px 25px 25px 25px;
}
.themeContent .box {
	width: 300px;
	display: block;
	float: left;
	margin-right: 10px;
}
.themeContent .box a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 5px 15px 5px;
}
.themeContent .box a b {
	color: #3366cc;
	display: block;
	border-bottom: 1px solid #3366cc;
	margin-bottom: 5px;
}
.themeContent .box a:hover {
	background-color: #3366cc;
	color: #ffffff;
}
.themeContent .box a:hover b {
	color: #ff9900;
}
.themeContent a {
	color: #993300;
}
.themeContent .small {
	color: #666666;
	font-size: 11px;
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
}

.themeBottom {
	width: 930px;
	height: 85px;
	background: url(bottom.jpg) top center no-repeat;
	margin: auto;
	padding: 10px 25px 10px 25px;
	color: #ffffff;
}
.themeBottom .box {
	width: 290px;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 5px 2px 5px;
}
.themeBottom .box b {
	color: #ff9900;
	display: block;
	border-bottom: 1px solid #ff9900;
	margin-bottom: 10px;
}
.themeBottom a {
	color: #ff9900;
	text-decoration: none;
}
.themeBottom a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.themeBottom .box span {
	display: inline-block;
	width: 70px;
}
.themeBottom .box input {
	width: 120px;
	border: 0px;
	margin-bottom: 1px;
}
.themeBottom .box select {
	width: 124px;
	border: 0px;
}
.themeBottom .box input[type=submit] {
	width: 80px;
	float: right;
}
.themeBottom h3 {
	color: #ffffff;
	border: 0px;
	text-align: center;
}

.themeCredits {
	width: 950px;
	height: 18px;
	overflow: hidden;
	background: url(credits.jpg) top center no-repeat;
	margin: auto;
	padding: 5px 15px 5px 15px;
	color: #999999;
	font-size: 11px;
	text-align: left;
}
.themeCredits a {
	color: #ff9900;
}
.themeCredits span {
	float: right;
}
