body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #90A9CF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#PageSurround {
}
#subPageSurround {
	width: 800px;
}
#banner{
	width: 800px;
}
a.menu {
	font-weight: bold;
	color: black;
	text-decoration:none;
}
a.menu:hover {
	font-weight: bold;
	color: #FE1D19;
	text-decoration:none;
}

.left_nav {
	background-color: #FCF8F7;
	width: 158px;
	color: black;
	font-weight: bold;
	text-decoration:none;
	display:block;
}
a.left_nav: {
	background-color: #FCF8F7;
	width: 158px;
	color: black;
	font-weight: bold;
	text-decoration:none;
	display:block;
	
}
a.left_nav:hover {
	background-color: #FFFFFF;
	width: 158px;
	color: black;
	font-weight: bold;
	text-decoration:none;
	display:block;
}

#content {
	width: 800px;	
	background-color: #FFFFFF;
}
.red_text_header {
	font-weight: bold;
	color: #FE1D19;
}
.content_box {
	width: 632px;
	padding: 5px;
}
#footer {
	width: 780px;
	height: 122px;
	background-image: url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	color: black;
	font-size: 11px;
	padding-right: 20px;
	background-color: #90A9CF;
}
.vertical_right {
	border-right: #FFFFFF 1px solid;
	height: 35px;
	padding-left: 5px;
	margin-right: 5px;
}
.blue_box {
	width: 307px;
	height: 264px;
	background-image: url(../images/blue_box.gif);
	background-repeat:no-repeat;

}
.header_text {
	font-size: 18px;
	font-weight: bold;
	color: black;
}
.TDHeader {
	background-color: #9EBDDE;
	border-top: #6193C9 1px solid;
	height: 25px;
}
.even {
	background-color:#DEE9F3;
	border-top: 1px solid #92B7D8;
	border-bottom: 1px solid #92B7D8;

}
.subTDHeader {
	background-color: #E9E9E9;
	border-top: 1px solid #C7C7C7;
	height: 20px;
}
.imgborder {
	border: #5F92C9 1px solid;
}
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.right { float: right; }
.left { float: left }
.table_border {
	border: 1px solid #6193C9;
	padding: 5px;
	margin-top: 10px;
	width: 600px;
}