body { 
	margin: 0px; 
	padding: 0px; 
	background-color: #ffffff; 
	font:11px Verdana,Arial,Sans-serif; 
}

div.padder { 
	padding: 8px; 
}
div.padder2 { 
	padding: 8px;
	height: 200px;
}
div.ad-padder { 
	padding: 12px;
	height: 60px;
	text-align: center;
}

div.spacer {
	clear: both;
	height: 15px;
}

h1 {
	font-size: 16px;
	margin: 2px;
	
	}

h2 {
	font-size: 14px;
	margin: 0;
	}
a {
	text-decoration: underline;
	color: #0030CB;
	}

a:hover {
	text-decoration: underline;
	color: #FF7E00;
	}

#header { 
	position: relative; 
	width: 100%; 
	height: 80px; 
	background-color: #FF7E00;
	text-align: left; 
	margin: 0px 0px 15px 0px; 
}

#content { 
	position: relative; 
	height: auto; 
	width: 100%;

}

.column {
	position: relative;
	height: auto;
	width: 22.5%;
	float: left;
}

#clm1.column { border: 1px solid #FF7E00; }
#clm2.column { border: 1px solid #FF7E00; }
#clm3.column { border: 1px solid #FF7E00; }
#clm4.column { border: 1px solid #FF7E00; }

.spacerSection {
	position: relative; 
	height: auto; 
	width: 2%;
	float: left;
}

#footer { 
	position: relative; 
	height: 40px; 
	margin: 4px 2% 0px 2%; 
	padding-top: 4px; 
	border-top: 1px solid #FF7E00;
	text-align: center;
}