/* CSS Document */
body { font-family: Verdana, Ariel, sans-serif;
           font-size: 11px;
          
           background: url(images/outerbg.jpg);
           background-repeat: no-repeat;
            background-color: #CA2126;

}
.btmlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
.btmlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: underline;
}
ul#navlist
{
margin-top:0;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: none;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
.entry 
{
padding-left:5%;
width:80%}