html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/bg_green.gif);
	background-repeat: repeat;
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size: 14px;
}
.container {
	min-height:100%;
	position:relative;
	width: 896px;
	background-color:#FFFFFF;
	margin: auto;
	background-image:url(../images/whiteback.gif);
	background-repeat:repeat-y;
}
.leftbar {
	width: 192px;
	background-color:#820608;
	display: block;
	float: left;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 8px;
}
.body {
	padding-left:0px;
	padding-right:5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-bottom:130px;	/* Height of the footer */
	display: block;
	position: relative;
	left: 200px;
	width: 680px;
}
.bodytext {
	margin-left: 15px;
	margin-right: 5px;
	position: relative;
	top: -60px;
}
.header {
	margin:0px;
	padding:0px;
	height: 162px;
}
.header_text {
	display: block;
	float: right;
	position: relative;
	top: -74px;
	right: 10px;
	height: 64px;
	bottom: 0px;
}
.footer {
	position:absolute;
	bottom:0;
	padding-top: 15px;
	width:681px;
	height:110px;			/* Height of the footer */
	left: 200px;
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
	font-size: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid black;
}
.footer_title {
	font-size:18px;
	color: #666666;
}
.down_arrow {
	width: 209px;
	height: 59px;
	position: absolute;
	bottom: 0px;
}
.menu_item {
	position: relative;
	left: 5px;
	text-align: center;
	width: 182px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.menu_item_inverted {
	position: relative;
	left: 5px;
	text-align: center;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #820608;
	border: 1px solid #000000;
	background-image:url(../images/signin_back.gif);
	background-repeat:repeat-x;
}
.menu_item:hover {
	background-color:#CCCCCC;
	color:#820608;
	cursor: hand;
	border: 1px solid #000000;
	background-image:url(../images/signin_back.gif);
	background-repeat:repeat-x;
	width: 180px;
	height: 28px;
	line-height: 28px;
}
.menu_item_inverted:hover {
	background-color:#CCCCCC;
	color:#820608;
	cursor: hand;
	background-image:url(../images/signin_back_hover.gif);
	background-repeat:repeat-x;
}
.box_right {
	width: 270px; 
	float: right; 
	background-color:#eaeaea;
	margin: 4px;
}
.box_right .header {
	background-color: #000000;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	text-indent:6px;
	font-weight: bold;
}
.box_right .text {
	padding: 6px;
}
.subheader {
	font-size: 19px;
	font-weight: bold;
}
.caption {
	font-size: 11px;
}
.fifty {
	width: 50%;
	display: block;
	float: left;
	height: 60px;
}
.fifty a {
	font-weight: bold;
}
.redtext {
	color: #820608;
}

hr {
color: #cccccc;
height: 1px;
}
.acrobat {
float:right; 
padding-right: 5px; 
padding-top: 10px;
}
.acrobat img {
cursor: hand;
}

a {
color: #820608;
} 

.table 
{
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.table .headrow
{
	background-color: #eeeeee;
	font-weight: bold;
}

.table td 
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;	
}
.white_small
{
	width: 184px;
	display: block;
	float: left;
	position: absolute;
	left: 5px;
	color: #FFFFFF;
	font-size:11px;
}