/* CSS Document */

body 
	{
	margin-left: 7%;
	margin-top: 50px;
	margin-right: 10%;
	font: 80%/100% "Lucida Grande", Lucida, Verdana, sans-serif; color:#000066;
	}

h3 {
	line-height:120%;
	}

a:link {
	color: #000066;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #666666;
	}
	
a:hover {
	text-decoration: underline;
	color: #CC0000;}
	
a:active {
	text-decoration: none;
	color: #CC0000;
	}

ul {
  		list-style-type: none;
  		list-style-position: outside;
  		margin: 0;
  		padding: .5em .25em;
  		font-family: Geneva, Helvetica, sans-serif;
  		font-size: 11px;
		line-height: 140%;
		color: #333333;
		background-color: #ffffff;
}

li {
  		margin: 0;
  		padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  		font-family: Geneva, Helvetica, sans-serif;
  		font-size: 11px;
		line-height: 110%;
		background-color: #ffffff;
}

#header
	{
	width: 100%;
	margin-bottom:25px;
}


#block_1
	{
	float: left;
	width: 33%;
}

#block_2
	{
	float: left;
	width: 33%;
	}
#block_3
	{
	float: right;
	width: 32%;
	}
	
#footer
	{
	clear:left;
	width:100%;

	}

