@charset "utf-8";
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #333333;
	background-attachment: scroll;
	background-image: url(images/front_bg2.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#notice {
	vertical-align: top;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 35px;
}
#buttonbar {
	width: 950px ;
	margin-bottom: 5px;
	margin-top: 0px;
}
#logo {
	margin-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}
#footer {
	font-size: 10px;
	margin-top: 10px;
}
/*** MAIN NAVIGATION *************/
#bottomnav ul {
	padding-left: 0;
	margin: 0 0 0 0;
	float: left;
	width: 100%;
	text-align:center;
}
#bottomnav ul li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
}
#bottomnav ul li a {
	padding: 9px 12px 9px 12px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	float: left; /*border-right: 1px dotted #fff;*/
}
#bottomnav .first {
	padding-left:200px;
}
#bottomnav .last {
	padding-right:5px;
}
#bottomnav ul li a:hover {
	text-decoration: underline;
	color: #333;
}
#bottomnav ul li a:active {
	text-decoration: underline;
}