	body{
	background: url(images/bg.gif) repeat top left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:#000;
	margin:20px;
	}
	#centerer{
	margin:0 auto;
	width:780px;	
	}
	#container{
	background:#fff;
	border:1px solid #666;
	width:780px;
	padding:5px;
	float:left;
	}
	#header{
	float:left;
	width:780px;

	}
	#headerbanner{
	background: url(images/header-bg-logo.jpg) top left no-repeat;
	height:100px;
	float:left;
	width:100%;
	}
	#headeraddress{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color:#fff;
	float:right;
	padding:20px 10px 0 0;
	_padding:30px 10px 0 0;
	text-align:right;
	vertical-align:center;
	
	}
	
	#headeraddress a{
	color:#fff;
	text-decoration:underline;
	}
	
	

/* navigation */
	#navigation{
	float:left;
	width:100%;
	background:#000;
	padding:8px 0 8px 0;
	text-align:center;
	border-top:1px solid #fff;
	}
	
	#navigation a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
	padding:10px 25px 8px 25px;
	}
	
	#navigation a:hover{
	
	background: url(images/nav-under.gif) no-repeat bottom;
	}
	
/* pagebody */

	#pagebody{
	float:left;
	margin:10px 0 10px 0;
	}
	
	#pageleft{
	font-size:11px;
	font-family: Verdana, Arial, Sans Serif;
	padding:10px;
	width:375px;
	border-right:1px dashed #AAA;
	line-height:1.8em;
	float:left;
	min-height:340px;
	_height:340px;
	margin-right:10px;
	}
	
	#pageright{
	padding:10px 5px 20px 10px;
	width:351px;
	float:right;
	
	}
	#pagefull{
	font-size:11px;
	font-family: Verdana, Arial, Sans Serif;
	padding:10px;
	width:750px;
	line-height:1.8em;
	float:left;
	min-height:340px;
	_height:340px;
	}
	#narrowcenter{
	padding:30px 10px 10px 140px;
	width:500px;
	line-height:1.8em;
	float:left;
	min-height:340px;
	_height:340px;
	}
	
	
/* footer */

	#footer{
	text-align:right;
	width:780px;
	margin:0 auto;
	font-size:11px;
	font-weight:bold;
	padding:10px;
	color:#333;
	}
	
	
/* generic styles */

h1{
font-family: Georgia, Times, Times New Roman, Serif;
font-size:22px;
font-weight:normal;
margin:5px 0 5px 0;
}
	

h2{
font-family: Georgia, Times, Times New Roman, Serif;
font-size:18px;
font-weight:normal;
margin:5px 0 5px 0;
}
	
.flashborder{
border-right: 1px dashed #AAA;
border-bottom: 1px dashed #AAA;
border-top: 1px dashed #AAA;
width:350px;
padding-top:10px;
}