/* CSS Document */
body.thebody {
	margin: 0;
	padding: 0;
	height: 42px;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
div#outer h2 {
	padding: 0;
	margin: 0;
	font-family: Helvetica , Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	color: #1B57B1;
	text-align: left;
	width: 100%;
}
div#outer h3 {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #999;
	border: 0;
	vertical-align: middle;
	line-height: 38px;
	text-align: left;
}
div#outer {
	margin: 0;
	padding: 0;
  background: url(../images/header_bg.png) repeat-x;
  border-bottom: 1px solid #ddd;
	left: 0;
	top: 0;
	z-index: 1000;
	display: block;
	height: auto;
	width: 100%;
	text-decoration: none;
	cursor: hand;
	position: fixed;
}
div#inner {
	height: 38px;
	width: 100%;
  border-bottom: 4px solid #c64934;
}
a#url_home {
  display: block;
	height: 38px;
	width: 160px;
	float: left;
  background: url(../images/header_text.png) no-repeat;
}
div#temp_notice {
  display: block;
	height: 38px;
	width: auto;
	float: left;
	padding: 0 10px;
	color: #fff;
}
/* Menu */
div#outer ul.infomenu{
  float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #999;
	vertical-align: middle;
	line-height: 38px;
	text-align: left;
	padding: 0 10px;
}
div#outer ul.infomenu li{
  float: left;
  display: block;
}
div#outer ul.infomenu li h3 a:link, div#outer ul.infomenu li h3 a:visited {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	line-height: 38px;
	color: #999;
	padding: 0 10px;
	border: 0;
	text-decoration: none;
	background: none;
	text-transform: none;
}
div#outer ul.infomenu li h3 a:hover {
	text-decoration: underline;
	background: none;
}
div#outer ul.infomenu li#active_li h3 a:link, div#outer ul.infomenu li#active_li h3 a:visited {
	color: #fff;
	text-decoration: underline;
}
div#outer ul.infomenu li#active_li h3 a:hover {
	text-decoration: underline;
	background: none;
}
form {
	padding: 0;
	margin: 0;
}
.clr {
  clear: both;
}
