/* CSS Document */
* {margin:0;padding:0;font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";}
body {background:#3A3E44 url(/images/body_bg.gif);}



h1,h2,h3,h4,p,li {text-align:left;}
h1 {font-size:30px;color:#FF3F24;line-height:1em;margin:0 0 9px 0;font-weight:normal;}
h2 {color:#FF3F24;font-size:18px;margin:.5em 0;font-weight:normal;}
h3 {color:#FF3F24;font-size:15px;margin:.5em 0;}
h4 {
	color:#2F2F2F;
	font-size:12px;
	margin:0;
	
}
ul {margin:0 1em;}
P,td,li {font-size:12px;color:#2F2F2F;line-height:1.5em;margin-bottom:.5em;}
a {color:#133A75;font-weight:bold;}
a:hover {color:#7A90A6;}
#theHeader {background:black;width:1000px;height:272px;position:relative;text-align:left;;}
#theMenu {
	width:1000px;
	height:35px;
	position:absolute;
	right: 0px;
	bottom: 0px;
	background:#EAEAEB url(/images/header/menu_bg.jpg) repeat-x;
}
#theMenu a {margin:0 1px 0 0;}
#display {width:900px;height:145px;}
#displayTop {width:900px;height:9px;background:url(/images/header_blue.gif)}
#displayBottom {width:900px;height:9px;background:url(/images/header_yellow.gif)}
#breadCrumb {height:22px; width:1000px;background:#EAEAEB;margin:0;padding:0;}
#breadCrumb P{line-height:1em;font-size:9px;margin:0 25px;padding-top:5px;}
#breadCrumb a {color:#7A90A6;}
#breadCrumb a:hover {color:#FF3F24;} 
#content {width:1000px;display:block;position:relative;background:#EAEAEB url(/images/content_bg.gif);}
#contentRight {margin:0 auto 0 268px;width:732px;padding-bottom:30px;text-align:left;}
#contentRightLeft {width:500px;}
#contentRightRight {width:215px;background:white;float:right;}
#contentRightRight h2,#contentRightRight p,#contentRightRight h3 {margin:.5em 10px;}
#contentRight img {text-align:center;}
#leftPanel{
	width:256px;
	
	float:left;
	background:url(/images/left/bg.gif);
	
	
}
* html #leftPanel {margin-right: -256px;}
* html #contentRight {display: inline;margin-left: -270px;}
#contentLeft {background:#CBCBCB;width:250px;float:left;}
#leftPanelTop {width:256px;height:17px;background:url(/images/left/bg_top.gif);}
#leftPanelBottom {width:256px;background:url(/images/left/bg_bottom.gif);height:17px;}
#leftPanelContents P, #leftPanelContents h1, #leftPanelContents h2, #leftPanelContents h3 {margin:0 23px .5em 23px;}

#footer {background:black;width:1000px;margin-top:3px;clear:both;padding:20px 0;}
#footer p {text-align:center;}
