body  {
	background: #f1f8e8;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/*Backgrounds*/
.bg1 {
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg2 {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg3 {
	background-image: url(images/background3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg4 {
	background-image: url(images/background4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg5 {
	background-image: url(images/background5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg6 {
	background-image: url(images/background6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg7 {
	background-image: url(images/background7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*Top bar*/
.topcontentleft {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	color: #FFFFFF;
	float: left;
	width: auto;
	font-weight: bold;
}
.topcontentright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	color: #FFFFFF;
	float: right;
	width: auto;
	font-weight: bold;
}
.topcontentright a{
	color: #FFFFFF;
	text-decoration: none;
}
/*Bottom bar*/
.bottomlinks {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	color: #808083;
	width: auto;
}
.bottomlinks a{
	color: #808083;
	text-decoration: none;
}
.bottomlinks a:hover{ /*hover state CSS*/
	color: #ce1118;
}
/*Menu left*/
.menu{
	width: 227px; /*width of menu*/
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.menu ul li{
	font: 14px Georgia;
	line-height: 17px;
	padding-bottom: 10px; /*bottom spacing between menu items*/
}
.menu ul li a{
	color: #404041;
	display: block;
	padding: 3px 0 2px 21px; /*link text is indented ..px*/
	margin: 0 0 -5px -8px;
	text-decoration: none;
}
.menu ul li a:hover{ /*hover state CSS*/
	color: #ce1118;
}
.menu ul li a.on{
color: #ce1118;
}
/*SubMenu*/
.contentleft {
	padding: 0;
	float: left;
	width: auto;
}
.wireframemenu{
float: right;
width: 172px;
}
* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 166px;
}
.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}
.wireframemenu a{
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding: 2px 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #404041;
	text-decoration: none;
	border-bottom: 1px solid #595b5d;
}
.wireframemenu a:visited{
color: #404041;
}
html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}
.wireframemenu a:hover{
color: #ce1118;
}

/*Next button*/
.nextframemenu{
float: right;
width: 172px;
}
* html .nextframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 166px;
}
.nextframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}
.nextframemenu a{
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding: 3px 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #f3720e;
	text-decoration: none;
	border-bottom: 1px solid #595b5d;
	border-top: 1px solid #595b5d;
}
.nextframemenu a:visited{
color: #f3720e;
}
html>body .nextframemenu a{ /*Non IE rule*/
width: auto;
}
.nextframemenu a:hover{
color: #ce1118;
}

/*Content*/
.mainContent {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-top: 24px;
}
.mainContent P{
	font-size: 12px;
	line-height: 17px;
	color: #808083;
	margin: 0px auto;
}
.mainContent P A{
	COLOR: #808083;
}
.mainContent P A:hover{
	COLOR: #ce1118;
}
.mainContent ul{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #808083;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 11px 11px;
	padding: 0px;
}
.mainContent ol{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #808083;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 11px 11px;
	padding: 0px;
}
.mainContent ol ol{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #808083;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	list-style-image: url(images/bullet_plus.gif);
}
.mainContent ol ol il{
	margin: 0px 0px 0px 11px;
	padding: 0px;
}
.mainContent li{
	margin: 0px 0px 11px 11px;
	padding: 0px;
}
.mainContent li a{
	COLOR: #808083;
}
.mainContent li a:hover{
	COLOR: #ce1118;
}
.mainContent h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ce1118;
	margin: 0px;
}
.mainContent h2{
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #ce1118;
}
.mainContent h3{
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #808083;
}
.mainContent h4{
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ce1118;
}
.mainContent h5{
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #808083;
}
.redlink a {
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ce1118;
}
.contentline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595b5d;
}

.t1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #808083;
	font-size: 12px;
}
.t2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ce1118;
	font-size: 12px;
}
