@charset "utf-8";


		#contentwrapper{
			width:990px;
		}
			
		#bodycolumn{
			
			width:792px;
			
			float:right;
			
		
		}
		#bodycolumn .innertube{
			
			padding:10px
	

		}
			
		#rightcolumn{
			float: right;
			width: 198px;
		

	
		
			
			text-align:center;
		
			
		}
		
		#rightcolumn .innertube{
			padding:10px;
			padding-right:0px;

		}
	
			
		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-size:1.2em;
			font-weight:bold;
		
			-moz-border-radius-topright  : 3px;
			-webkit-border-topright-radius: 3px;
			-moz-border-radius-topleft  : 3px;
			-webkit-border-topleft-radius: 3px;
	
		}
		
		
		div.blue_box ul {
			
			list-style:none;
			margin:0;
			padding:0;
			
		}
		
		div.blue_box ul li{
			
			
			width:275px;
			background:#edf3fa;
			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  : 3px;
			-webkit-border-bottomright-radius: 3px;
			-moz-border-radius-bottomleft  : 3px;
			-webkit-border-bottomleft-radius: 3px;

			
		}
		
		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;
		}
	

