/* Layout Stylesheet */ 
body{
 margin: 				0;
 padding:	    		0; 
 background:			#ffffff;
 color: 				#333333;
 font-family:			Arial, Helvetica, sans-serif;
 font-size:				12px; 
 }	 
	 
#left_column{
 position:				absolute;
 top:					161px;
 left:					0;
 width:					200px;
 z-index:				3;
 background:			#ffffff;
 color: 				#333333;
 background-image:		url(blue_left.png);
 background-position:	left;
 background-repeat:		no-repeat;
 }
 
#nav_active    {
 width: 				202px;
 height:				18px; 
 background-image:		url(active_link.gif);
 background-repeat:		no-repeat;
 text-align:			left;
 padding:	        	4px 0 0 24px;
 color:					#053E9B;
 font:					Arial, Helvetica, sans-serif;
 font-size:				12px;
 font-weight:			bold;
 }
 
#nav    {
 width: 				195px;
 height:				20px; 
 text-align:			left;
 padding:	        	7px 0 0 24px;
 color:					#000000;
 font:					Arial, Helvetica, sans-serif;
 font-size:				12px;
 font-weight:			bold;
 }
 
 #subnav_active    {
 width: 				175px;
 height:				14px; 
 text-align:			left;
 padding:	        	4px 0 0 44px;
 color:					#053E9B;
 font:					Arial, Helvetica, sans-serif;
 font-size:				12px;
 font-weight:			bold;
 }
 
#subnav    {
 width: 				175px;
 height:				14px; 
 text-align:			left;
 padding:	        	4px 0 0 44px;
 color:					#000000;
 font:					Arial, Helvetica, sans-serif;
 font-size:				12px;
 font-weight:			bold;
 }
 
 
 
 #navigation {
 width: 				171px;
 height:				25px; 
 background-image:		url(active_link.gif);
 }

#right_column{
	position:			absolute;
	top:				163px;
	right:				14px;
	width:				282px;
	z-index:			2;
	background:			#ffffff;
	color: 				#333333;
	height: 279px;
 }

#right_column2{
	position:			absolute;
	top:				163px;
	right:				14px;
	width:				322px;
	z-index:			2;
	background:			#ffffff;
	color: 				#333333;
	height: 279px;
 }

#right_column3{
	position:			absolute;
	top:				163px;
	right:				14px;
	width:				482px;
	z-index:			2;
	background:			#ffffff;
	color: 				#333333;
	height: 279px;
 }

#right_column4{
	position:			absolute;
	top:				163px;
	right:				14px;
	width:				384px;
	z-index:			2;
	background:			#ffffff;
	color: 				#333333;
	height: 279px;
 }

#center_block {
 width:					100%;
 z-index:				1;
 color: 				#333333;
 height:				80%;
 }

#header{
 height:				124px; 
 width:					100%; 
 background:			#ffffff;
 margin:				0;
 background-image:		url(header.png);
 background-position:   left;
 background-repeat:		no-repeat;
 }
 
 #header2{
 height:				37px; 
 width:					100%;
 float:					left; 
 background-image:		url(blackbar.png);
 background-repeat:		no-repeat;
 }
 
 #header_module {
 float:					right;
 width:					425px;
 margin-right:          25px;
 margin-top:            15px;
 height:				85px;
 
}


#center_column{
 padding:				37px 310px 0px 235px;

 background:			#ffffff;
 z-index:				5;
 float:					left;
 text-align:			left;
 }

#center_column2{
 padding:				37px 392px 0px 235px;

 background:			#ffffff;
 z-index:				5;
 float:					left;
 text-align:			left;
 }

#footer {
 width:					100%;
 margin:				0;
 padding:               100px 0px 100px 0px;
 float:					left;
 }
 
 .address {
 color:					#000000;
 font:					Arial, Helvetica, sans-serif;
 font-size:				11px;
 font-weight:			bold;
 }
 
 a.nav:link, a.nav:visited {
 color:					#000000;
 font:					Arial, Helvetica, sans-serif;
 font-size:				12px;
 text-decoration:		none;
 }	
 
 a.nav:hover, a.nav:active{
 color:					#053E9B;
 font:					Arial, Helvetica, sans-serif;
 font-size:				12px;
 text-decoration:		none;
 }	
 
 a:link, a:visited {
 color:					#000066;
 font:					Arial, Helvetica, sans-serif;
 font-size:				12px;
 text-decoration:		underline;
 }	

#includes_div {
width:				100%;
float:				left;
}

#asptables {
padding-left:		275px;
width:				100%;
float:				left;
}