@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
}
/******link styles******/
a:link {
	color:#666666;
}
/******heading styles******/
h1 {
	color: #000000;
	font-size: 110%;
	text-align: center;
}
h2 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}
h3 {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
}
h4 {
	color: #666666;
	font-size: 90%;
	font: bold italic;
}
/******paragraph styles******/
p {
	font-size: 100%;
	line-height:125%;
}
/*paragraph styles for footer*/
#footer p {
line-height:130%;
}

/******div styles******/
/*rounded edged outside box- holds all page content except footer*/
#box {
width:100%;
}
/*background image for box div*/
#wrap {
background:none;
}
/*styles for global links at top of page*/
#global_links {
display:none;
}
/*holds top banner photo and logo*/
#banner {
display:none;
}
/*holds left navigation*/
#leftnav { 
	display:none; 
	}
/*holds content area*/
#content {
	float:left;
	width:100%;
	}
/*holds news area inside content div*/
#news {
float:left;
width:58%;
}
/*holds feature buttons inside content area*/
#buttons {
float:right;
width:40%;
border-left:1px solid #CCCCcc;
}
/*clears floats from divs above it*/
#clear {
	clear:both;
	}
/*holds address and copyright info at bottom of page*/
#footer {
	clear:both;
	width:100%; 
	text-align:center;
	font-size:85%;
	}
