body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #af3101;
	background-image: url(/images/bg_vert.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: auto;
	font-size: 9pt;
}
.fontVerdana{
	font-family: Verdana;
}
.bg_banner{
	background-image: url(/images/bg_banner.jpg);
	height: 147px;
	width: 730px;
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_nav{
	background-image: url(/images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 741px;
	font-size: 16px;
}
.bg_footer{
	background-image: url(/images/bg_footer1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 131px;
	width: 731px;
	clear: both;
}
.bg_swirl{
	background-image: url(/images/bg_swirl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 561px;
	width: 741px;
}
.bgLtRed{
	background:#df4b02;
}
.bgDkRed{
	background:#c94200;
}
.borderRed{
	border: 4px solid #9c2c01;
}



a{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

.imgBorder{
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #DDDDDD;
}

.justify{
	text-align: justify;
}

.brown ul{
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.brown ul li{
	padding: 8px;
}

.footer a{
	color: #444444;
	text-decoration: none;
}

.footer a:hover{
	color: #FFFFFF;
}



.blue ul{
	list-style-type: none;
	padding-bottom: 10px;
	font-size: 11px;
	width: 80%;
}

.blue ul li{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5089A5;
	padding-top: 10px;
}



.small{
	font-size: 11px;
}

.devider{
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEC58C;
	line-height: 24px;
}

h1{
	font-size: 160%;
}
h3{font-size: 125%;}
h1, h2, h3, h4, h5, h6{
	color:#000;
	}

h2{
	font-size: 135%;
	background-image: url(/images/sm_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-right: 15px;
	margin-left: 5px;
	padding-bottom: 5px;
}
