@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #996600;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link { color: #0000FF; }
a:visited { color: #003366; }
a:hover { color: #FF6600; }
a:active { color: #FF0000;}
h1 {
	margin-top: 0;
	padding-top: 0;
	font: bold italic 24px Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
h2 {
	margin-bottom: 0;
	font: bold italic 18px Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
p, li {
	line-height: 1.7em;
}
#sidebar {
	float: right;
	margin: 0 0 5px 15px;
}
.smalltext {
	font-size:10px;
}

#navcontainer {
	float: right;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#active {
color: #fff;
background-color: #FF6600;
text-decoration: none;
}
#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
