body	{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top:0px;
}

a:link {text-decoration:none}
a:visited {text-decoration:none; color: blue}
a:active {text-decoration:none}
a:hover {text-decoration:underline; color: #872E1C}

h2 {color:#F5CD15; margin-left:15px}

hr {color:#872E1C}

td.header {
	background: #70BCEE url('images/header_bkgd.jpg') no-repeat scroll top right;
	width: 510px;
	height: 135px;
	vertical-align:top;
	}
	
td.body {
	background: #7A7D4E url('images/field.jpg') no-repeat scroll top center;
	width: 760px;
	height: 270px;
	text-align:center;
	vertical-align:top;
	border-bottom: 1px solid #FFFFFF;
	}

/*white blocks on home page*/	

table.blocks {
	width:720px;
	height:130px;
	background: transparent url('images/white_blocks.gif') no-repeat scroll top center;
	}
	
td.blocks {
	width:240px;
	vertical-align:top;
	padding: 10px;
	}

h4.blocks {
	color:#FFFFFF;
	margin-bottom:7px;
	}
	
img.blocks {
	float:left;
	margin: 0px 8px auto auto;
	border:0px;
	}
	
p.blocks {
	font-size:.8em;
	margin-top:0px;
	margin-bottom:0px;
	}

/*under the white blocks*/	

table.text {
	width:720px;
	}

td.text {
	width:234px;
	height: 116px;
	}

p.text {
	color: #FFFFFF;
	font-size:.8em;
	margin-left:15px;
	}
	
h4.text {
	color:#FFFFFF;
	margin-top:0px;
	margin-left:15px;
	}

/*footer*/	

table.footer {
	width:760px;
	height:36px;
	background: #FFFFFF url('images/bottom.gif') no-repeat scroll top center;
	}

td.footer {
	text-align:center;
	font-size:.7em;
	color:white;
	}