@charset "utf-8";
/* CSS Document */
body {
	background-image:  url(images/pole_page_bg.jpg);
	background-color: #A02832;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #852129;
	line-height: 120%;
}
#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #EDEDED;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #993300;
	text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

