@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
background-color:#F0F0E0;
}
/******link styles******/
a:link {
	color: #003399;
}
a:visited {
	color: #660099;
}
a:hover {
	background-color: #CCCCCC;
}

/***styles for #global_links links***/
#global_links a:link {
color:#FFFFCC;
text-decoration:none;
}
#global_links a:visited {
	color:#CCCCCC;
	text-decoration:none;
background:none;
}
#global_links a:hover {
color:#99FFFF;
text-decoration:none;
background:none;
} 

/******heading styles******/
h1 {
	color: #003399;
	font-size: 110%;
	margin: 0 0 20px 0;
	text-align: center;
}
h2 {
	color: #003399;
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0px 6px 30px;
}
h3 {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	margin: 12px 0px 6px 12px;
}
h4 {
	color: #336699;
	font-size: 90%;
	font: bold italic;
	margin: 12px 0px 6px 12px;
}
/******paragraph styles******/
p {
	font-size: 100%;
	margin: 0px 0px 10px 30px;
	line-height:125%;
}
/*paragraph styles for footer*/
#footer p {
margin:5px 0px 8px 0px;
line-height:130%;
}

/******div styles******/
/*rounded edged outside box- holds all page content except footer*/
#box {
margin: 10px auto;
width:800px;
background:url(images/bottom.gif) no-repeat left bottom;
padding-bottom:10px;
}
/*background image for box div*/
#wrap {
background:#FFFFFF url(images/home_bkgd.gif) repeat-y;
}
/*styles for global links at top of page*/
#global_links {
height:21px;
background:url(images/top.gif) no-repeat top left;
text-align:right;
color:#FFFFCC;
font-size:90%;
padding:5px 10px 0px 5px;
}
/*holds top banner photo and logo*/
#banner {
width:100%;
}
/*holds left navigation*/
#leftnav { 
	float:left; 
	width:185px; 
	}
/*holds content area*/
#content {
	float:left;
	width:614px;
	}
/*holds news area inside content div*/
#news {
float:left;
width:58%;
}
/*holds feature buttons inside content area*/
#buttons {
float:right;
width:40%;
padding-top:5px;
border-left:1px solid #CCCC99;
background:#F7F7F7;
}
/*clears floats from divs above it*/
#clear {
	clear:both;
	}
/*holds address and copyright info at bottom of page*/
#footer {
	margin:0px auto;
	clear:both;
	width:800px; 
	padding-bottom:10px;
	text-align:center;
	font-size:85%;
	}
