@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/4_r14_c2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:10px;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 100px;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	color:#333;
	font-size:large
}
ul#news li{
	margin-bottom:50px;
}
#tooltip{
position: absolute;
width: auto;
border: 1px black;
padding: 2px;
background-color: #B1A362;
visibility: hidden;
z-index: 100;
}
a:link { color: #D76B00; text-decoration: none}
a:active { color: #D76B00; text-decoration: none}
a:visited { color: #3A3A3A; text-decoration: none}
a:hover { color: #B1A362; text-decoration: none}
table#links{
	width:600px;
	padding:10px;
	border:0;
}
table#standard{
	width:100%;
	padding:40px;
}
td {
	padding:10px;
}
#navcontainer
{
	margin: 0;
	padding: 0;
	height: 22px;
	font: 11px Verdana, sans-serif;
	width: auto;
	border-bottom: 1px solid #B1A362;
	list-style-type: none;
	}

#navlist li
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#navlist li a, #navlist li a:link
{
	color: #8A8A8A;
	text-decoration: none;
	padding: 5px 3px 3px 4px;
	display:block;
}

#navlist li a:hover
{
	color: #000;
	border-bottom: 3px solid #B1A362;
	cursor: pointer;
	background: #F0F0F0;
}

#navlist li a#current, #navlist li a#current:link
{
	color: #ffa042;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #B1A362;
}

#navlist li a#current:hover
{
	color: #ffa042;
	border-bottom: 3px solid #B1A362;
	background: #F0F0F0;
}
	