body
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: .7em;
	background-color: #005f8e;
}

/***** GENERIC *****/
.clearfix { overflow: hidden; } /* overflow hack fixes float clearing bug in Fx 1.0.7 */


/***** HEADER *****/
#page_header
{
  width: 960px;
	height: 67px;
  background-image: url(../images/banner.png);
  background-color: #2797d9;
  background-repeat: no-repeat;
	position: relative;
	border-bottom: 1px solid black;
	margin-bottom: 2px;
	padding: 4px 10px;
}

#links
{
	text-align: right;
	font-size: 90%;
}
#page_header p { margin: 0px 0px .5em 0px; }
.email_link
{
	display: block;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 17px;
}

.header_normal   { color: #fff;    text-decoration: none; }
.header_emphasis { color: #f2f197; text-decoration: none; }
a.header_normal:hover,
a.header_emphasis:hover { text-decoration: underline; }


#copyright { position: absolute; bottom: 4px; right: 10px; }
a.copyright { font-size: 90%; color: #ffffff; text-decoration: none; }
a.copyright:hover { text-decoration: underline; }

