/* Updated for new header with larger logo, including tag line -- blg 21-Jul-2006 */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	background: white;
	color: black;
	margin-left: 0.5in;
	margin-right: 0.5in;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	}
	
h1 {
	padding: 1px 5px;
	font-size: 18pt;
	text-align: center;
	}
	
h2 {
	color: black;
	background: #ddd;
	padding: 1px 5px;
	font-size: 18pt;
	border: 1px solid white;
	}

h3 {
	color: black;
	background: #ddd;
	padding: 1px 5px;
	font-size: 13pt;
	border: 1px solid white;
	}
	
h4 {
	font-size: 15pt;
	margin-bottom: 0;
	}

.process {	
	font-weight: bold;
	}
	
.gray {
	color: #999;
	background: white;
	}
	
.center {
	text-align: center;
	}
	
#header {
	height: 97px;
	}
	
.headerphoto {
	display: none;
	}
	
#navmenu {
	display: none;
	}
	
#maincontent {

	}
	
.headline {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}
	
#addresses {
	position: relative;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	height: 100%; /* Layout Hack for IE Win */
	}
	
#leftcol {
	text-align: left;
	width: 48%;
	}
	
#rightcol {
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
	text-align: right;
	}
	
#email {
	text-align: center;
	margin: 1em 0;
	}

#copyright p{
	text-align: center;
	font-size: 6pt;
	margin: 0;
	padding: 0;
	}
	
#sidebar {
	display: none;
	}
	
#searchpanel {
	display: none;
	}
