a img{
	border:none;
}

a:link, a:visited{ text-decoration:none; color:#075ea4; }

h1{
	color:#779f00;
	font-size:20px;
	font-weight:normal;
}

h2{
	color:#075ea4;
	font-size:16px;
	font-weight:normal;
}

body{
	
	margin:0;
	padding:0;
	background:#f3f2f0 url(images/bgSite.jpg) repeat-y top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6e6b6b;
	
}

	#wrapper{
		margin:0 auto;
		width:980px;
	}
	
		
		#header{
			height:174px;
		}
		
			div.bg1{
				background:url(images/bgHeader1.jpg) no-repeat top center;
			}
			
			div.bg2{
				background:url(images/bgHeader2.jpg) no-repeat top center;
			}
			
			div.bg3{
				background:url(images/bgHeader3.jpg) no-repeat top center;
			}
			
			div.bg4{
				background:url(images/bgHeader4.jpg) no-repeat top center;
			}
			
			div.bg5{
				background:url(images/bgHeader5.jpg) no-repeat top center;
			}
			
			div.bg6{
				background:url(images/bgHeader6.jpg) no-repeat top center;
			}
			
			div.bg7{
				background:url(images/bgHeader7.jpg) no-repeat top center;
			}
			
			div.bg8{
				background:url(images/bgHeader8.jpg) no-repeat top center;
			}
			
			div.bg9{
				background:url(images/bgHeader9.jpg) no-repeat top center;
			}
		
			#header ul{
				list-style:none;
				float:right;
				margin:25px 20px 0 20px;
				padding:0;
			}
			
				#header ul li{
					float:left;
					padding:0 15px;
					font-size:13px;
					border-left:1px solid #7da8ca;
				}
				
					#header ul li.first{ border-left:none; }
				
					#header ul li a{
						color:#7da8ca;
					}
					
					#header ul li a:hover{
						color:#075ea4;
					}
		
		#navigation{
			width:938px;
			margin:0 auto;
			background:#075ea4;
			height:37px;
		}
		
			#navigation ul{
				list-style:none;
				margin:0;
				padding:0;
			}
			
				#navigation ul li{ 
					float:left;
					margin-left:10px;
				}
				
					#navigation ul li a{
						margin-top:5px;
						padding:5px 10px;
						color:#fff;
						display:block;
						font-size:15px;
					}
					
					#navigation ul li a:hover{
						background:url(images/bgMenuHover.jpg) repeat-x left top;
					}
					
					#navigation ul li a.selected{
						background:url(images/bgMenuHover.jpg) repeat-x left top;
					}
					
			#navigation #search{
				float:right;
				padding:7px 10px;
				color:#9cbfdb;
			}
			
				#navigation #search form{ padding:0; margin:0; }
			
				#navigation #search input{
					background:#075ea4;
					color:#fff;
					border:1px solid #528fc0;
					padding:2px;
					font-size:11px;
					margin-left:5px;
				}
			
		/* CONTENT */
			
		#content{
			width:938px;
			margin:0 auto;
			margin-top:10px;
		}
		
			
		
	#footer{
		clear:both;
		background:#f3f2f0 url(images/bgFooter.jpg) no-repeat top center;
		margin-top:30px;
		padding:0 0 50px 0;
		font-size:12px;
	}
	
		#footerContent{
			margin:0 auto;
			width:970px;
			padding:30px 10px 15px 10px;
		}
