.LPage {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top:0px;
	padding-bottom:0px;
	border: 0px;
background-image:url(images/bg.gif);
background-repeat:no-repeat;
background-color: #B50006;
}

.force-scrollbar { 
position: absolute; 
top: 0; 
bottom: -1px;
width: 1em; 
z-index: -1; 
}

#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 612px;
	text-align: left;



}

#menu {
width: 114px;
float:left;

}

#contentWrapper {
width: 612px;
background-image:url(images/menuBG.gif);
	float:left;

}

#content {
padding-top: 15px;
padding-bottom: 10px;
padding-left: 40px;
padding-right: 40px;
width: 418px;
background-image:url(images/mainBG.jpg);
background-repeat:repeat-y;
min-height:500px;
float:right;
}

#header {
width: 612px;
height: 99px;
background-position:right;
background-repeat:no-repeat;
text-align:right;
}


#footer {
width: 612px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding-bottom: 3px;
	text-align: right;
}

.colorBox {
background-color: #F2F2F2;
padding: 20px;

}

* html .colorBox {
pa\dding-top: -10px; pa\dding-bottom: -10px;
padding-bottom: 1px; padding-top: 1px
}


/* ------ TYPE FORMATTING -------	*/

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
	
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.15;
}

body a {
	text-decoration: none;
	color:#B50006;
}

body a:hover {
	text-decoration: none;
	color:#4A0000;
}

body ul {
	margin-left: 15px;
	padding-left: 15px;
	padding-right:65px;
}

body li {
	padding-bottom:9px;

}

.headline {
display:block;
	font-size:14px;
	color:#999999;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	width:350px;
	margin-bottom:8px;
}




/* ------ MAIN NAVIGATION -------	*/
	
	
ul#navlist { 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
}

ul#navlist a {
	text-decoration: none;
	font-size:14px;
}

ul#navlist, ul#navlist ul, ul#navlist li {
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li {
	float:none;
}

ul#navlist li a {
	color: #ffffff;
	display:block;
	width:90px;
	height:25px;
	padding-left:24px;
	padding-top:10px;
	background-image:url(images/menuOver.gif);
	background-repeat:no-repeat;
}

ul#navlist li a:hover {
	color:#CCCCCC;
	width:90px;
	height:25px;
	padding-left:24px;
	padding-top:10px;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
}

ul#navlist li a:active {
	color:#CCCCCC;
	width:90px;
	height:25px;
	padding-left:24px;
	padding-top:10px;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
}
