*{
	margin: 0;
	padding: 0;
	
	list-style: none;
}
body{
	background: #b3e6ef ;
}
img.gotcha{
	margin-top: 8px;
	border: none;
}
a img{
		border: none;
	}

#wrapper{
	width: 990px;
	height: 100%;
	margin: 0 auto;
	
}
#masthead{
	height: 90px;
	margin-bottom: 15px;
}
	
	h1#logo{
		float: left;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
	h1#logo a{
		height: 90px;
		width: 400px;
		display: block;
		overflow: hidden;
		background: url(logo.png) top left no-repeat;
	}
	

	
	
#contentWrap{
}
#left-left_col{
	width: 145px;
	margin-right: 0px;
	float: left;
}
	
							
	
#center-center_wrap{
	float: left;
	width: 700px;
	margin-right: 0px;
}

#left-center_col{
	width: 520px;
	margin-right: 0px;
	float: left;
}

	
	
h1{
	font-family: Georgia, "Times New Roman", Sans-serif;
	font-size: 38px;
	margin-bottom: 4px;
	font-weight: normal;
	text-transform: uppercase;
	 color: #003366; 
	
}
h1.homepage{
	font-size: 20px;
}


#right-center_col{
	width: 125px;
	padding-left: 15px;
	float: left;
}
	
	

#right-right_col{
	width: 120px;
	margin-right: 0;
	float: left;
}

h2{
color: #003366;
	font-family: Georgia, "Times New Roman", Sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 9px;

}	


h3{
		color: #006699;
		font-family: Georgia, "Times New Roman", Sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin: 0 0 1px 0;
}

p{
		color: #006699;
		font-family: Arial, "Lucida Grande", "Trebuchet MS", Verdana, Sans;
		font-size: 12px;
		line-height: 18px;
}

a{
		color: #990033;
}

#footer{
	/*position: fixed;
	bottom: 0;*/
	font-family: Georgia, "Times New Roman", Sans-serif;
	text-align: center;
	line-height: 16px;
	width: 100%;
	height: 50px;
	padding-top: 40px;
	
}
	#footer h3{
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
	#footer h3 a{
		height: 13px;
		width: 270px;
		margin: 0 auto 6px auto;
		display: block;
		overflow: hidden;
		
	}
	
	
	#footer p,
	#footer p a{
		color: #999999;
		font-size: 11px;
	}
	#footer p a{
		padding: 0 4px;
		text-decoration: none;
	}
	#footer p a:hover,
	#footer p a.selected{
		color: #990033;
	}
	
	
	
	
	
