div#header
{
	width: 1015px;
	border: 1px solid #998D87;
	background: #EDF0E2;
background: #A2C2B5;
	height: 155px;
}
div#logocontainer
{
	position: absolute;
	top: 5px;
	left: 25px;
	display: inline;
}
img#CompanyLogo
{
	position: absolute;
	top: 32px;
	left: 0px;
	width: 95;
	height: 62;
}
p#CompanyName
{
	font-size: 33px;
	font-weight: bold;
	color: blue;
color: #EDF0E2;
	margin: 0px;
	margin-left:105px;
	padding-top: 0px;
}
div#tagline
{
	position: relative;
	top: 0px;
	left: 5px;
	width: 300px;
	background-color: none;

	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, San-Serif;
	font-style: italic;
	color: blue;
color: #EDF0E2;
}


div#upperrightlinks
{
	position: absolute;
	top: 10px;
	left: 650px;
	font-size: 12px;
	font-family: Arial, Helvetica, San-Serif;
	background-color: none;
}

div#upperrightlinks a
{
	color: blue;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

div#upperrightlinks a:hover
{
	color: blue;
}
