/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: #fff; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #17b6e8;
		margin: 10px 0 10px 0; }
		
	h2 { 
		font-size: 18px; 
		font-weight: normal;
		color: #17b6e8;
		margin: 10px 0 10px 0;
		padding: 0 0 10px 0;
		width: 336px;
		border-bottom: 1px solid #17b6e8; }

	h3 { 
		font-size: 15px; 
		font-weight: normal;
		color: #17b6e8;
		margin: 5px 0 5px 0; }
	
	a:link, a:visited { color: #17b6e8; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 852px;
	margin: 0 auto; }
	
	/*** NAVIGATION ***/
	ul#nav { 
		width: 852px;
		height: 44px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 44px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 852px;
		float: left;
		background: #f6f5f9; }
		
		/*** LEFT COLUMN ***/
		#leftColumn {
			width: 506px;
			float: left; }

			/*** HEADER ***/
			#header {
				width: 506px;
				height: 174px;
				float: left; }

			/*** CONTENT ***/
			#content {
				width: 486px;
				padding: 0 10px;
				float: left;
				text-align: justify; }
				
				#content li {
					margin: 0 0 0 15px; }
				
		/*** RIGHT COLUMN ***/
		#rightColumn {
			width: 346px;
			float: left; }
			
			/*** SIDE NAV ***/
			#sideNav {
				width: 346px;
				float: left; }
				
				#sideNav img { float: left; }
				
			/*** NEWS ***/
			#news {
				width: 336px;
				padding: 0 10px 0 0;
				float: left;
				text-align: justify; }
		
			/*** POLL ***/
			#poll {
				width: 336px;
				padding: 0 10px 0 0;
				float: left;
				text-align: justify; }

				#pollChoices {
					border: none; }
					
				#pollContent p {
					margin: 0 10px 10px 0; }
							
				#poll input {
					margin: 0 10px 5px 0; }

		/*** LINKS ***/
		.linksArticles {
			padding: 5px 5px 5px 5px;
			text-align: left;
			float: left;
			list-style: none; }
			
		.linksArticles li {
			height: 20px; }
			
		.linksArticles a:link, .linksArticles a:link, .linksArticles a:visited {
			color: #17b6e8; }		

		
	/*** FOOTER ***/
	#footer {
		width: 852px;
		height: 33px;
		background: url(../images/footer_bg.jpg) repeat;
		text-align: left;
		float: left;
		margin: 0 auto; }
		
			#footer p { 
				font-size: 8px;
				color: #fff;
				margin: 5px 0 0 10px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 7px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }		
			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */