@charset "utf-8";

/* html body style */
body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003366;
}

/* anchor style */
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration:underline;
}

/* menu anchor style */
#header a {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
#header a.current {
	color: #CC3333;
	text-decoration: underline;
	font-weight: normal;
}
#header td.stripe {
	background-image:url(../images/horizontalstripe.gif);
	background-repeat:repeat-x;
}

/* table style */
table {
	border: 0px;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
}

/* horizontal line style*/
hr {
	color: #000000;
	height: 1px;
	padding: 0px 0px 0px 0px;
}

/* h4 style */
h4 {
	/*border-top: 1px solid #000000;*/
	border-bottom: 1px solid #000000;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	/*background-color: #B2E5B2; /* 50% transparent #66CC66*/*/
	background-image:url(../images/h4bg.gif);
	background-repeat:repeat-x;
	font-size:13px;
	color: #000000;
}

/* header style */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#FFFFFF;
	z-index: 1;
}

/* menu style */
#menulist {
	margin: 10px 0px 3px 80px;
}
#menulist li {
	display: inline;
	font-size: 12px;
	list-style-type: none;
	padding: 0px 20px 0px 0px;
}
#menulist li.menu_extra {
	padding: 0px 0px 0px 50px;
}

/* body div style */
#body {
	position:absolute;
	/* border:1px solid #000000; */
	left: 80px;
	top: 110px;
	width: 900px;
	height: 405px;
	padding: 2px 2px 2px 2px;
	z-index: 4;
}

/* footer div style */
#footer {
	position: absolute;
	left: 0px;
	top: 530px;
}
.footer_logos {
	height:35px;
}
.footer_logos td {
	width: 12.5%;
	text-align: center;
}

/* messagebox style */
.msgbox {
	background-color:#FFFFFF;
}
.msgbox p {
	margin: 5px 0px 5px 0px;
}
.msgbox hr {
	margin: 3px 0px 3px 0px;
	width:90%;
}
.msgbox a {
	text-decoration:underline;
}
.msgbox td {
	text-align:left;
}
.msgbox .label {
	font-weight:normal;
}

/* footer style */
.footerhr {
color: #66CC66;
background-color: #66CC66; }