#logo {
	position: absolute;
	top: 32px;
	left: 11px;
}
#tagline {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #ffffff;
	background-color: #333333;
	position: absolute;
	left: 148px;
	top: 140px;
	padding-left: 5px;
	padding-right: 5px;
	width: 350px;
}
#ajaxtabs {
position:absolute;
top: 250px;
left: 150px;
}

#maincontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	position: absolute;
	top: 176px;
	left: 148px;
	width: 700px;
	height: 165px;
}

/*headers*/

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	color: #FAFAFA;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #ffffff;
	background-color: #333333;
	}	
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
		
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
	padding-left:5px;
	white-space: normal;
			
}
h4
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
			
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #AD2327;	
}
a:hover {
	color: #AD2327;
	border-bottom: 1px dotted #438800;
	}
	
	
	
	
	/*footer*/


.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: 666666;
	
	}
