@charset "UTF-8";
/* CSS Document */


/******************************************************************************
								Main Layout
******************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	/*line-height: 0;*/
	}
	html {
		height: 101%
		}
		body {
			
			background:none;
			font-family:"Lucida Grande", Verdana, Arial;
			font-size: 12px;
			color:#000;
			
		}

/******************************************************************************
								 Layout 
******************************************************************************/	
#outterWrapper{
	background:none;
	margin:0px 0 -64px 0;
}
#innerWrapper{
	width:977px;
	
	}
	#header{}
	#top_nav {
		display:none;
	}
		
	#contentWrapper{		
		
		}
		#contentLeft{
					
			padding: 0px 0 20px 0 !important;		
			float:left;
			width:600px;

		}
		#contentLeft a{
			color:#000;
			text-decoration:none;
			font-weight:bold;
		}

		#contentRight{
			margin: -80px 0 0 665px !important;
			width: 300px;			
			}

#rightBarNewsEvents{
	padding-top:18px;
}
#rightBarNewsEvents h1{
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin:10px 0 0 0;
}
#rightBarNewsEvents h2{
	font-size:18px;
	font-weight:bold;
	margin:0px;
}
#rightBarNewsEvents p{
	font-size:12px;
	margin:0px 0 20px 0;;
	padding:0px;
}



#rightBarQuestions{}
#rightBarQuestions p{
	padding:0px 0 12px 0;
	line-height:18px;
}
#rightBarQuestions p a{
	color:#000;
	text-decoration:none;
}
hr.rightBar{
	border:1px #3A93BE solid;
	width:200px;
	margin:0 auto 20px auto;
}
			#search{
				display:none;				
				}
				
#footerWrapper{
		display:none;
		height:103px;
		margin:0;		
		}
#footer img{display:none;}

/******************************************************************************
								 Classes 
******************************************************************************/	

/*Float or align images to left, right or centre*/
img.align-right {
	float:right;
	margin:8px 0 10px 10px;
}
img.align-left {
	float:left;
	margin: 8px 10px 10px 0;
}
img.align-centre {
	display: block;
	margin: 15px auto 20px auto;
}

/******************************************************************************
								 Type 
******************************************************************************/	


#contentLeft p{
	color:#000;
	line-height:21px;
	padding: 0 0 20px 0;
}
#contentLeft h1{
	font-size:18px;
	color:#146109;
	margin-bottom:20px;
}

#contentLeft h2 {
	font-size: 14px;
	margin: 0 0 15px 0;
	line-height:1.4em;
}
#contentLeft h3, #contentLeft h4, #contentLeft h5 {
	font-size: 12px;
	margin: 0 0 8px 0;
	line-height:18px;
}
#contentLeft ul{
margin: 0 0 20px 40px;
}
#contentLeft ul li{
line-height:21px;
color:#000;}
#contentLeft ol{
margin: 0 0 20px 40px;
}
#contentLeft ol li{
line-height:21px;
color:#000;}
