#span_header_text
{
	position: absolute;
	font: 24px/26px "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", Verdana;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	top: 17px;
	left: 400px;
}
.style_word_highlight
{
	color: #FF0000;	
}
#div_header_bar
{
	height: 25px;
	background: #a9c0ed;
	margin-left: 20px;
	margin-right: 20px;
	font: 15px "Century Gothic";
	font-weight: bold;
	color: #00007f;
	padding: 4px 0px 0px 0px;
}
.style_header_bar_item
{
	color: #000000;
	background: transparent;
	padding: 2px 5px 4px 5px;
	cursor: pointer;
	margin-left: 10px;
	border: 1px solid #a9c0ed;
}
.style_header_bar_item:hover
{
	color: #000000;
	background: #c0d5f5;
	padding: 2px 5px 4px 5px;
	cursor: pointer;
	margin-left: 10px;
	border: 1px solid #9f9f9f;
}
.style_header_bar_item_selected
{
	color: #000000;
	background: transparent;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	margin-left: 10px;
	border: 1px solid #a9c0ed;
	border-bottom: 3px solid #af0000;
}

#div_page
{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	padding-bottom:15px;
}

#div_logo_container
{
	margin: 10px 0px 6px 20px;
	cursor: pointer;
}


#div_page_body
{
	margin: 20px;
	padding-left: 10px;
}
