body
{
	font-size: 100%;
}
#header-box
{
	width: 100%;
	text-align: center;
	margin-top: 2px;
}
#header-top
{
	float:left;
	width: 798px;
	background-color: #82C6FA; 
	text-align: right; 
	background-image: url(images/header-top.gif); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 4px 0 4px 0;
}
#header-logo
{
	float: left; 
	margin-left: 5px;
}
#header-message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; 
	color: #FFFFFF; 
	line-height: 2.2em; 
	margin-right: 8px;
}
#header-navigation
{
	text-align: left;
	background-color: #EDEDED; 
	border-color: #C9C9C9; 
	border-width: 1px 0 1px 0; 
	border-style: solid;
}
#header-left
{
	float: left;
	text-align: left;
}
#header-right
{
	text-align: right;
}
ul.header-links
{
	margin:0 6px 0 6px;
	list-style-type:none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em; 
	color: #A1A1A1;
	padding-left: 0px;
}
ul.header-links li 
{
	display:inline;
	text-align: left;
	padding:0;
	font-size: .9em
}
ul.header-links li a, ul.header-links li a:visited 
{
	text-decoration:none; 
	font-weight: normal; 
	color:#A1A1A1; 
	line-height: 2em;
	width: 100%;
}
ul.header-links li a:hover
{
	color: #006EC7;
}
ul.header-links li.link-spacer
{
	margin: 0 4px 0 4px;
}

