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

*	{
	margin: 0;
	padding: 0;
	}
	
body	{
	background:#fff;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 62.5%;
	color: #000;
	}
	
a	{
	text-decoration: none;
	color: #338db9;
	}
	
a:hover	{
	color: #045988;
	}

h1, h2, h3, h4	{
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	}

h1 a	{
	width: 228px;
	height: 107px;
	display: block;
	background:url(../images/clear_logo.jpg) no-repeat top left #FFFFFF;
	text-indent: -9999px;
	float: left;
	}

h2	{
	color: #338db9;
	font-size: 1.9em;
	padding-bottom: 10px;
	}
	
h3	{
	color: #045988;
	font-size: 1.4em;
	padding-bottom: 7px;
	}

h3 a	{
	width: 88px;
	height: 69px;
	display: block;
	background: url(../map/images/print.gif) no-repeat top left #FFFFFF;
	text-indent: -9999px;
	float: right;
	}
	
p	{
	line-height: 1.7em;
	clear: both;
	font-size: 1.2em;
	margin-bottom: 13px;
	}
	
#content	{
	width: 563px;
	padding: 20px 0;
	margin: 0 auto;
	clear: both;
	}
	

