.header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	position: relative;
	height: 150px;
	vertical-align: top;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}

#sos_seal {
	display: block;
	position: relative;
	background-color: white;
}

#sos_seal_bg_image {
	padding-left: 177px
	position: absolute; 
	height: 120px;
}

#sos_seal_text {
	display: block;
	font-size: 24pt;
	margin-left: 1em;
	color: #426e93;
	position: relative;
	z-index: 1;
}

#sos_seal_text_secretary_name {
	font-size: 27pt;
	font-weight: bold;
}

#header_unit_divs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 59%;
	display: block;
	float: right;
	position: relative;
	color: white;
	vertical-align: top;
}

#header_unit_divs a {
	text-decoration: none;	
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}

.header_unit_div {
	width: 16%;
	display: block;
	float: right;
	position: relative;
	border-right: solid 2px white;
}

#header_elections_div {
	border-right: 0;
	color: white;	
}

.header_unit_div_unselected {
	height: 90px;
 	display: block; 
	float: left;
	position: relative;
	width: 100%;
	background-color: #707070; 
	
}

.header_unit_div_unselected_text {
	font-weight: bold;
	background-color: #707070; 
	padding-left: 8px;
	line-height: 30px;
	vertical-align: center;
}

.header_unit_div_selected {
	display: none; 
	background-color: #A28553;
	height: 90px;
	float: left;
	position: relative;
	width: 100%;
}

.header_unit_div_selected_text {
	font-weight: bold;
	background-color: #A28553;
	padding-left: 8px;
	line-height: 30px;
	vertical-align: center;
	margin-top: 90px; 
}

.header_image {
	display: block;
	margin-left: auto; 
	margin-right: auto;
	height: 90px; 
	width: 85px;	
	border: 0;  /* this element was added to fix a display issue with Firefox 2.x */
	vertical-align: bottom;  /* this element was added to fix a display issue with Internet Explorer 7.x */	
}








