@charset "UTF-8";
/* CSS Document */

body {
	background-color: #222121;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222222;
	background-image: url(../images/bg_gradient.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.topper {
	background-image: url(../images/topper.png);
	height: 10px;
	width: 780px;
	margin-right: 18px;
	margin-left: 12px;
}
.footer {
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.navbar {
	font-weight: bold;
	text-align: center;
}
.navbar a {
	text-decoration: none;
}
.navbar a , .footer a{
	color: #222222;
}
.navbar a:hover , .footer a:hover{
	color: #a23914;
}
.container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
.gray-top {
	background-image: url(../images/gray-top-bg.png);
	height: 21px;
	width: 810px;
}
.gray-mid {
	background-image: url(../images/gray-middle-bg.png);
	background-repeat: repeat-y;
	width: 740px;
	padding-right: 38px;
	padding-left: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gray-bottom {
	background-image: url(../images/gray-bottom-bg.png);
	height: 29px;
	width: 810px;
	clear: both;
}
.image-right {
	float: right;
	height: 239px;
	width: 360px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(../images/pic_bg.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 2px;
}
h1 {
	margin-top: 0px;
	text-align: center;
}
.margin-0px-top {
	margin-top: 0px;
}
.red-top-top {
	background-image: url(../images/top-red-bg-top.png);
	height: 20px;
	width: 810px;
}
.red-top {
	background-image: url(../images/top-red-bg.png);
	height: 21px;
	width: 810px;
}
.red-mid {
	background-image: url(../images/mid-red-bg.png);
	background-repeat: repeat-y;
	width: 760px;
	padding-right: 28px;
	padding-left: 22px;
}
.red-bottom {
	background-image: url(../images/bottom-red-bg.png);
	height: 29px;
	width: 810px;
}
.main-spacer {
	height: 10px;
}
.clear-both {
	clear: both;
}
.horiz-divider {
	background-image: url(../images/horiz-divider.png);
	background-repeat: repeat-x;
}
a {
	color: #913412;
}
.red-bottom-bottom {
	background-image: url(../images/bottom-red-bg-bottom.png);
	height: 20px;
	width: 810px;
}
.bottomer {
	background-image: url(../images/bottomer.png);
	height: 13px;
	width: 810px;
	background-position: top;
}
.redbox {
	font-weight: bold;
	padding: 5px;
	border: 2px solid #F00;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
	margin-bottom: 1em;
}
.text-red {
	color: #F00;
}
.td-header {
	font-weight: bold;
}
.global-input {
	width: 200px;
}
