@charset "utf-8";


		#contentwrapper{
			width:990px;
		}
			
		#bodycolumn{
			
			width:655px;
			padding-top: 1.4em;
			
			padding-left: 15px;
			float:left;
		
		}
		
			
		#rightcolumn{
			float: left;
			width: 290px;

			padding-left:15px;
			padding-right:15px;
			padding-top:1.4em;
			text-align:center;
			
		}
			
			
		div.blue_box {
		
			width:290px;
			margin:0;
			text-align:left;
			margin-bottom:10px;			
			border:1px #cedbe9 solid;
	
			-moz-border-radius  : 3px;
			-webkit-border-radius: 3px;
		
		}
		
		
		div.blue_box div.text {
			padding:4px;
	

		
		}
		
		div.blue_box h2{
	
			background-color:#4779ad;
			
			width:281px;
			color:#FFF;
			padding:4px 0;
			padding-left:10px;
			margin:0;
			
			
		
			font-weight:bold;
		
			-moz-border-radius-topright  : 2px;
			-webkit-border-topright-radius: 2px;
			-moz-border-radius-topleft  : 2px;
			-webkit-border-topleft-radius: 2px;
	
		}
		
		
		div.blue_box ul {
			
			list-style:none;
			margin:0;
			padding:0;
			
		}
		
		div.blue_box ul li{
			
			
			width:275px;
		
			margin:0;
			padding:4px;
			padding-left:10px;
			font-weight:bold;
			border-bottom: 1px solid #ccc;
			
	
		}
		
		div.blue_box ul li:lastchild{
			-moz-border-radius-bottomright  : 2px;
			-webkit-border-bottomright-radius: 2px;
			-moz-border-radius-bottomleft  : 2px;
			-webkit-border-bottomleft-radius: 2px;

			
		}
		
		div.blue_box ul li:hover{
			

			background:#f3d673;
	

		
	
		}
		
		div.blue_box ul li a{
			
			text-decoration:none;
		}
		
		
		div.blue_box ul li a:hover{
			
			text-decoration:underline;
		}
		
		
		div.nav_top_image_outer{
			width:290px;
			margin:0 auto;	
		   -moz-border-radius  : 3px;
			-webkit-border-radius: 3px;	
			background: #e2e1d4;
			text-align:center;
		}
		
		div.nav_top_image_outer img{
		
			border: 15px solid #e2e1d4;
			
		}


		
		
		div.quote {
		   border:1px #cedbe9 solid;
		   background:#edf3fa url(../images/quote-left-small.gif) no-repeat left top;
		   width:262px;
	
		   padding-top: 10px;
		   padding-left: 30px;
		   text-align:left;
		   
		   margin:0 auto;
		 
		   margin-top:10px;
		   
		   font-style:normal;
		   font-variant:normal;
		   font-weight:normal;
		   -moz-border-radius  : 3px;
		   -webkit-border-radius: 3px;
		 
		}

		div.quote div {
			background: transparent url(../images/quote-right-small.gif) right bottom no-repeat;
			padding-right: 30px;
			padding-bottom: 10px;
		}
	

