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

body {
	font-family: verdana, sans-serif; font-size: 80%; margin: 0 auto; width:780px; border-left: 1px solid #000; border-right: 1px solid #000;
    background-color: #1d1d1d;    
    background-image: url('/images/bg.png');  
    background-position: center 0px;
    background-repeat: repeat-y;
 }
td, th { font-size: 80% }
.header { height:155px; width:780px;background: #c60c30; }
.nav { background: #FFF }
.nav a:hover {background-color:yellow; }
.content { padding: 5px; background:#FFF; }
.footer { background:#CCC; text-align:center; padding: 10px 0 10px 0 }
h1 { font-size: 120%; border-bottom: 1px solid #000; }
h2 { font-size: 115%; font-style:italic; border-bottom: 1px solid #c60c30; }
h3 { font-size: 110%; }
a, a:active, a:visited, a:link, a:visited { color: #c60c30; text-decoration:underline;}
a:visited { text-decoration:none}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url('/includes/blockdefault.gif') center center repeat-x;
}
.solidblockmenu li{ display: inline; }
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{ color: white; }
.solidblockmenu li a:hover, .solidblockmenu li .current{ color: white; background: transparent url('/includes/blockactive.gif') center center repeat-x; }
