@charset "utf-8";
body  {
	font: 12px/ 18px Arial, Helvetica, sans-serif;
	background: #81241B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
#wrapper { 
	width: 905px;
	background: url(images/wrapper_back.jpg);
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background: url(images/header.jpg);
	width: 905px;
	height: 128px;
	padding: 0;
}
#pageTop	{
background:url(images/page_top.jpg);
width: 905px;
height: 17px;
padding: 0;
}
#leftColumn {
	float: left;
	width: 202px;
}
.slidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
.menulisting {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #81241B;
}

#leftMenuDiv {
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:right;
	padding-top:6px;
	width:190px;
}
#leftMenuNoSub a:link, #leftMenuNoSub a:visited, #leftMenuNoSub a:active {
	color:#ffffff;
	text-decoration:none;
	background-image:url(images/blue_arrow_left.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0 12px 15px 0;
	display:block;
}
#leftMenuNoSub a:hover {
	color:#DEC377;
	background-image:url(images/blue_arrow_right.gif);
}
#mainContent { 
	margin: 0 0 0 202px;
	padding: 0 20px;
} 
h1	{font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; color:#333333;}
h2	{color: #81241B; font-weight: bold; font-size: 14px; border-top:1px solid #81241B;  border-bottom:1px solid #81241B; line-height: 22px;}
h3	{color: #333333; font-weight: bold; font-size: 13px;}
h4	{color: #81241B; font-weight: bold; font-size: 12px;}

.required {
	color : #ff0000;
	font-weight : bold;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #81241B;
	line-height: 24px;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc9900;
	line-height: 24px;
}


#pageBottom	{
	background:url(images/page_bottom.jpg);
	width: 905px;
	height: 27px;
}
.crtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #CCCCCC;
}
a.crLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.crLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.crLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.crLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}