body {
	  	background: #fff;
		
		
}
#main_container {
	margin: 0 auto;
	padding:0;
	width: 990px;
	height:675px;
	border: 1px solid #000;
		/*background:url(images/left_side_bg.gif) no-repeat left top;*/
		background:#fff;
		}

#header {
	 background:url(../images/header990px.gif) top left no-repeat;
	 width: 990px;
	 height: 125px;
}
#main_content {
	background: url(../images/bottom_bg1.gif) no-repeat right bottom;
	height: 550px;
	}
#header a, #header a:hover  { border:0;}
#header img{ 
	border:0;
	padding:0;
	width: 336px;
	height: 97px;
	}

	
#right_side_content {
	background: none;
	width: 550px;
	float:right;
	padding:25px 150px 0 0;
	margin: 0 auto;
	border: 0px solid green;
	height: 550px;
	}
#main_content #right_side_content p {
	 font: normal 12px/140% Verdana, Geneva, sans-serif;
	}
#main_content #right_side_content h1{
	 font: bold 20px/150% Verdana, Geneva, sans-serif;
	 color: #72123D;
	 margin:0;
	 padding:0;
	}
h1{
	 font: bold 20px/150% Verdana, Geneva, sans-serif;
	 color: #72123D;
	 margin:0;
	 padding:0;
	}
#main_content #left_nav_column {
	background: #61002b;
	width: 200px;
	height:550px;
	float:left;
	}
	
#left_nav_column ul {
	width: 200px;
	margin:0;
	margin: 25px 0 0 0;
	padding:0;
	list-style: none;
	}	
#left_nav_column ul li{
	padding-left: 30px;
	margin-bottom: 10px;
	background:#914D6B;
	}
#left_nav_column ul li, #left_nav_column ul li a , #left_nav_column ul li a:hover {
	font: bold 14px/25px Verdana, Geneva, sans-serif;
	color:#EDDDC6;
	text-decoration:none;
	}
#left_nav_column ul li a , #left_nav_column ul li a:hover{ 
	width: 200px;
	}
#left_nav_column ul li a {
		width:100%;
						  }
#left_nav_column ul li{
	background: #61002b;
	border-top: 1px solid #61002b;
	border-bottom: 1px solid #61002b;
	}
#left_nav_column ul li#current_page{
	background: #914D6B;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#left_nav_column ul li:hover{
	background:blue;
	background:#914D6B;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color:#EDDDC6;
	cursor: pointer;
	}
/* PARENT LIST ITEM THAT HAS A NESTED LIST NAV. TURNS OFF NORMAL PARENT LIST STYLES*/	
#left_nav_column ul li#current_page_withsub {
	background: none;
	border-top: 1px solid #61002b;
	border-bottom: 1px solid #61002b;
	}
#submenu {background: blue;margin-left:-50px;}
/*  NON ACTIVE CHILD IN SECONDARY NESTED LIST. CURRENT PAGE */	
#submenu li#current_page_submenu{
	color:#EDDDC6;
	background:#914D6B;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font: bold 12px/20px Verdana, Geneva, sans-serif;
	}

.submenu {
	font: bold 12px/20px Verdana, Geneva, sans-serif;
	background:blue;
	}
.submenu:hover {
	color:#EDDDC6;
	background:#914D6B;
		background: green;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font: bold 12px/20px Verdana, Geneva, sans-serif;
	}
	
/* FOR FLOOR LAYOUT PAGES */
#pdf_download { width: 200px; float:right; font: normal 13px Verdana, Geneva, sans-serif;}
#pdf_download a{ background: url(images/arrow_right.gif) no-repeat; width: 200px; color: #72123D; text-decoration:none;padding-left: 10px;}
.list_style { 
font-family: verdana; font-size: 12px; color: black; list-style: circle outside none;}


#footer {}
