body {
	background-color: #f0f4f6;
	margin: 0px;
	padding: 0px;
	background-image		: url(../images/bkgd.gif);
	background-position		: center;
	background-attachment	: fixed;
	background-repeat		: repeat-y;
}
.container {
	position: absolute;
	left: 48%;
	width: 740px;
	margin-left: -345px;
	z-index: 1;	
	height: 100%;
	}
	
.submenu {
	float: left;
	width: 700px;
	position: relative;
	left: 20px;
	padding-top: 2px;
}
.topimage {
	background-image: url(../images/top.gif);
	float: left;
	height: 37px;
	width: 498px;
	position: relative;
	padding-bottom: 2px;
	background-repeat: no-repeat;
}
.gray {
	color: #4F6F7D;
	text-decoration: none;
}
.redbar {
	background-color: #942824;
	float: left;
	height: 6px;
	width: 700px;
	position: relative;
}
.redbar2 {
	background-color: #942824;
	float: left;
	height: 6px;
	width: 700px;
	position: relative;
	margin-bottom: 5px;
}
.logobar {
	float: left;
	width: 700px;
	position: relative;
	left: 20px;
	top: 2px;
}


.logo {
	background-image: url(../images/logo.png);
	float: left;
	height: 128px;
	width: 200px;
	position: relative;
}
.logo h1 {
	display: none;
}

.mainimage {
	background-image: url(../images/main.jpg);
	float: left;
	height: 128px;
	width: 296px;
	position: relative;
	left: 2px;
}
.highlight1 {
	background-color: #942824;
	float: left;
	width: 200px;
	position: relative;
	left: 4px;
}
.highlight2 {
	background-color: #6d91a3;
	float: left;
	width: 200px;
	position: relative;
	left: 4px;
	top: 2px;
}
.contentbar {
	float: left;
	width: 700px;
	position: relative;
	left: 20px;
	top: 2px;
	padding-bottom: 3px;
}
.menu {
	float: left;
	width: 200px;
	position: relative;
}
.content {
	float: left;
	width: 460px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #44606C;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.loggedInText {
	float: left;
	width: 460px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.userpass {
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	border: 1px solid #942824;
	background-color: #FFFFFF;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #942824;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px;
	border: 1px solid #FFFFFF
}

.content hr {
	color: #C99391;
	background-color: #C99391;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content a {
	color: #942824;
	text-decoration: underline;
}
.content a:hover {
	color: #942824;
	text-decoration: none;
}

.content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #942824;
}
.content h2 {
	font-size: 11px;
	font-weight: bold;
}
.content .special {
	background-color: #f0f4f6;
	padding: 10px;
	width: 438px;
	border: 1px solid #cdd9e0;
}
.content .special .hd01 {
	font-weight: bold;
	color: #942824;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #44606C;
	text-align: center;
	width: 740px;
	position: relative;
	float: left;
	padding-top: 20px;
	background-image: url(../images/bkgd.gif);
}

.align_right {
	text-align: right;
}

.bottom a {
	color: #942824;
	text-decoration: underline;
}
.bottom a:hover {
	color: #942824;
	text-decoration: none;
}








#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}
