#header{
/*margin-top:10px;*/
height:125px; 
width:100%;
background-color:#666262;
}
#innerWrapper{
width:900px;
margin:auto;
}
#headerLeft{
/*width:250px;*/
width:35%;
height:125px;
float:left;
background-color:#d2cec8;
background-repeat:no-repeat;
background-position:center;
/*-moz-border-radius: 10px 0px 0px 10px;*/
} 
#logo{
background-image:url(headLeft.jpg);
background-repeat:no-repeat;
float:right;
width:256px;
height:125px;
}
/*#headerBorder{
background-image: url(border.jpg);
background-repeat: repeat-y;
height:100px;
width:6px;
float:left;
}*/
#wrapRight{
/*deal with crumby IE and its addition issues*/
width:600px;
float:left;
height:100%;
}
#headerRight{
/*width:644px;*/
width:65%;
height:125px;
float:right; 
background-color:#666262;
color:white;
font-weight:bold;
text-align:center;
font-size:12pt;
/*-moz-border-radius: 0px 10px 10px 0px;*/
} 
#xtraPad{
height:5%;
}
#newsletter{
line-height:1.5;
padding:5px;
text-align:left;
float:right;
margin-top:20px;
margin-bottom:10px;
height:50px;
font-weight:bold;
border:1px solid white;
}
#links{
float:left;
width:600px;
background-color:#666262;
text-align:right;
}
.header{
font-family: arial;
font-size:12pt;
}
.header a:link {
	color: white;
	text-decoration: none;
}
.header a:visited {
	color: white;
	text-decoration: none;
}
.header a:hover { 
	color: white;
	text-decoration: underline;
}
.header a:active {
	color: white;
	text-decoration: none;
}
h1{
color:#E86C1F;
font-size:18pt;
height:28px;
margin:0;
padding:0;
font-weight:bold;
}
#divPageTitle{
border-bottom:1px solid #CCCCCC;
margin: 0px 0px 5px -30px;
padding: 0;
width:450px;
}
#divBranding{
	height:20px;
}

