@charset "UTF-8";
/* CSS Document */

/*
===================
TIER 2 STYLE SHEET
===================

Covers styles for Tier 2
outside of the base css.

===================


*/

/*----------------
  CONTENT SECTIONS
-----------------*/


#content {
	float:left;
	width:269px;
	padding:20px;
	background-color:#fff;
	border-left:1px solid #cceafe;
	border-right:1px solid #cceafe;
	margin-left:-1px;
	min-height:400px;
	}
	
#nav_left {
	float:left;
	width:150px;
	border-right:1px solid #cceafe;
	min-height:400px;
	padding:20px;
	background-color:#fff;
	}
	
#nav_left ul {  
	list-style-type: none;
	margin: 0 auto;
	margin-left:15px;
	}

#nav_left .l2 a {
	color: #000;  
	font-family: arial, helvetica, verdana, sans-serif; 
	line-height: 160%;
	margin:0;
	padding: 9px 13px 11px 5px; 
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	list-style-type: none;
	padding-left:10px;
	}
	
#nav_left .l2 a:hover { 
	color: #2D8AE0;
	background:url(images/arrow.gif) no-repeat 0 12px;
	}
		
#nav_left .l2 a:active {
	background:none;
	color: #0065B1;
	}
	
#nav_left .l1 a {
	color: #000;  
	font-family: arial, helvetica, verdana, sans-serif; 
	line-height: 160%;
	margin:0;
	padding: 9px 13px 11px 5px; 
	font-size: 11px;
	text-decoration:none;
	list-style-type: none;
	margin-left:20px;
	padding-left:5px;
	padding-left:10px;
	}
	
#nav_left .l1 a:hover { 
	color: #2D8AE0;
	background:url(images/arrow.gif) no-repeat 0 12px;
	}
	
#nav_left .l1 a:active {
	background:none;
	color: #0065B1;
	}

	

/*----------------
  NEWS SECTIONS
-----------------*/

#newswrap {
	float:left;
	width: 200px;
	background-color:#fff;
	height: 100%;
	margin-left:-2px;
	border-left:1px solid #cceafe;
	min-height:400px;
	}
	
#news {
	padding:20px;
	}

	
#news h1 {  
	color: #2d8ae0;  
	font-size: 16px;  
	font-family: helvetica, arial, sans-serif;  
	padding: 0;
	margin: 0;
	text-align:left;
	line-height: 130%;  
	}