div#header {
	text-align: left;
	width: 100%;
	background-color: #213a73;
	position: fixed;
	left: 0px;
	top: 0px;
}

div.log_button {
	background: url(../images/icons/logout.png) no-repeat;
	width: 165px;
	height: 27px;
	font-size: 12px;
	color: white;
	padding: 8px 15px 5px 40px;
	behavior: url(../css/iepngfix.htc);
}

div.log_button div.user {
	font-weight: bolder;

}

* html body div.log_button div.logout {
	display: none;

}

div.log_button div.logout a {
	font-size: 10px;
	color: white;
	

}




div#header_2 {

	height: 30px;
	width: 100%;
	background: url(../images/header_2_bg.png) #213a73 repeat-x;
	behavior: url(../css/iepngfix.htc);
	position: fixed;
	left: 0px;
	z-index: 1000;
}

div#header_2 a:link {
	color: black;

}

div#header_2 .selected a:visited {
	color: black;
	text-decoration: none;

}

div#header_2 a:visited {
	color: black;
	text-decoration: none;

}

div#header_2 ul {
	margin: 0;
	padding: 0;
	height: 18px;
	margin-left: 10px;
	font-size: 12px;
}


div#header_2 ul li {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 18px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;

}

div#header_2 .selected{
	background: url(../images/header_2_bg_sel.png) #213a73 repeat-x;
	behavior: url(../css/iepngfix.htc);
	behavior: url(../css/iepngfix.htc);
}


div#header_3 {
	z-index: 1000;
	height: 25px;
	width: 100%;
	background: url(../images/header_3_bg.png) #213a73;
	position: fixed;
	left: 0px;
	text-align: center;
}

div#header_3 ul {
	margin: 0;
	padding-left: 10px;
	font-size: 12px;
	position: fixed;
	left: 0px;

}

div#header_3 ul li {

	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 24px;
	background: url(../images/header_3_break.png) right no-repeat;	

}

div#header_3 ul li a {
	display: block;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: black;
}


div#header_3 .selected {

	background: url(../images/header_3_bg_sel.png) repeat-x;
}

div#header_3 ul li a.selected {
	color: white;

}

div#header_3 .no_select {
	background: url(../images/header_3_break.png) right no-repeat;

}

div#header_3 ul li a.no_select {
	color: black;

}




div#header_3 a:visited {
	text-decoration: none;

}



div#header_3 a:link {
	color: black;


}


div.big_button {
	padding: 10px;
	width: 478px;
	border: 1px solid #e3e3e3;
	background: url(../images/big_button.gif) no-repeat;
	height: 55px;
	vertical-align: center;
}

div.big_button a {
	text-decoration: none;
}

div.big_button h3 a {
	color: #1c1917;

}

div.big_button h3 {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.4em;
	position: relative;
	top: -1.3em;
	left: 0px;
}


* html body div.big_button h3 {
	position: relative;
	top: -2em;
	left: 0px;

}

div.big_button img {
	border: 1px solid #1c1917;
	margin-right: 30px;
}

div.big_button:hover {
	background: url(../images/big_button_s.gif) no-repeat;


}


