body {
	background-color: #f8f6f2;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: center; /* for IE */
}
#header {
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	height: 184px;
	border-bottom-width: 19px;
	border-bottom-style: solid;
	border-bottom-color: #5F0027;
}
#logo {
	padding-top: 36px;
	padding-left: 20px;
	z-index: 100;
	height: 60px;
}
#logo_print {
	display:none;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	width: 760px;
}
#menu {
	padding: 0px;
	width: 760px;
	text-align: right;
	margin-top: 8px;
}
#menu #navlist {
	padding: 5px 0px;
	margin: 0px;
}
#menu #navlist li {
	list-style: none;
	margin: -2px;
	padding: 0px;
	display: inline;
	font: 12px normal Geneva, Arial, Helvetica, sans-serif;
}
#menu #navlist li a {
	padding: 5px 0.85em;
	margin-left: 0px;
	text-decoration: none;
	font-weight:normal;
	color: #4a4a4a;
	background-color:#eaeaea;
}

#menu #navlist li a:hover {
	background-color: #5F0027;
	color: #FFFFFF;
	border-top: 3px solid #5F0027;
}

#menu #navlist li a#current {
	background-color: #5F0027;
	color: #FFFFFF;
	font-weight:bold !important;
	border-top: 3px solid #5F0027;
	border-left: 3px solid #5F0027;
	border-right: 3px solid #5F0027;
}
#content {
	padding: 10px;
	font-family: "normal Arial", Helvetica, sans-serif;
	font-size: 12px;
}
#content p {
	line-height: 20px;
	color: #4a4a4a;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	color: #5F0027;
	font-style: normal;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom:0px;
}
#footer {
	background-color: #8d7e70;
	height: 18px;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
}
#content a {
	color: #5F0027;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #8D7E70;
	background-color: #FFFFFF;
}
#login {
	width: 165px;
	float: right;
	background-image: url(../images/bg_login.gif);
	background-repeat: no-repeat;
	height: 73px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 40px;
	color: #eaeaea;
	margin-top: 10px;
	background-color: #8D7E70;
}
input {
	background-color: #eaeaea;
	border: 1px solid #5F0027;
	font: 11px normal Arial, Helvetica, sans-serif;
}
#content li {
	line-height: 18px;
	color: #4A4A4A;
	margin-top: 0px;
}
