@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
table {
    font-size:100%;
}
.wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.head {
	height: 60px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.head-text {
	float: right;
	padding-top: 50px;
	color: #666666;
}
.menu {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	height: 25px;
	margin-bottom: 2px;
	line-height: 25px;
	background-position: center;
	vertical-align: middle;
	text-align: center;
}
.menucenter {
	width: 70em;
	margin-right: auto;
	margin-left: auto;
}
.subhead {
	background-color: #EC2028;
	height: 100px;
	margin-bottom: 3px;
	overflow: visible;
}
.center {
	background-image: url(images/layout/fade_gray.gif);
	background-repeat: repeat-x;
	height: auto;
	width: 900px;
	min-height:300px;
}
.content {
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 649px;
	min-height:300px;
}
.content li {
	list-style-image: url(images/layout/arrow.gif);
	list-style-type: none;
}
.h1black {
	color:#000000;
	font-size: 13px;
}
.box1 {
	float: left;
	height: 220px;
	width: 200px;
	margin-right: 16px;
}
.box2 {
	float: left;
	height: 100px;
	width: 200px;
	margin-right: 16px;
}
.list-1 {
	line-height: 200%;
	color: #990000;
	float: left;
}
.list-2 {
	line-height: 200%;
	color: #990000;
	float: left;
	margin-left: 50px;
}
.list-1 a {
	color: #990000;
	text-decoration: none;	
}
.list-1 a:hover {
	color: #990000;
	text-decoration: underline;
}
.list-2 a {
	color: #990000;
	text-decoration: none;	
}
.list-2 a:hover {
	color: #990000;
	text-decoration: underline;
}
.redtex {
	color: #990000;
}
.important {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.horizontal {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contactbox {
	float: left;
	height: 95px;
	width: 150px;
	padding-right: 50px;
}
.formwrapper {
	padding: 10px;
	clear: both;
	border: 1px solid #999999;
	width: 580px;
	height: auto;
}
.right {
	width: 200px;
	float: left;
	margin-right: 10px;
}
.right-info {
	height: auto;
	width: 185px;
	padding-left: 15px;
}
.footer {
	text-align: center;
	background-color: #CCCCCC;
	padding: 10px;
	font-size: 10px;
	border: 1px solid #FFFFFF;
}
.footer-wrapper {
	background-color: #CCCCCC;
	padding: 2px;
	clear: both;
}
.flashtext {
	font-size: 6px;
	display: none;
	position: absolute;
}
