
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #003300; 
background-color: #614907; 
background-image: url(images/bkg2.jpg); }

.outer { border:3px groove darkred; line-height:normal }


a: { color: blue; }
a:link { color: green; font-weight: bold; text-decoration: none; }
a:visited { color: green; font-weight: bold; text-decoration: none; }
a:hover { color: #614907; font-weight: bold; text-decoration: underline; }
a:active { color: red; font-weight: bold; text-decoration: underline; }

.subtitle { font-size: 16px; font-weight: bold; color: #333333; }

.title { 
font-size: 18px; 
line-height: 20px; 
font-weight: bold; }

.footer { 
font-size: 10px; 
line-height: 14px;
font-weight: normal; }

.nav { 
font-size: 10px; 
line-height: 14px;
font-weight: normal;
width: 600px; }

.sub_nav { 
font-size: 12px; 
line-height: 14px;
font-weight: normal;
background-color: #A5C170;
width: 500px;
height: 45px;
text-align: center; }


.large { color: black; font-size: 114%; font-weight: bold; }

#news {
   width:180px;
   height:180px;
   border: 0px;
   background-color: #CCCC66;
   float: none;
   padding: 0px;
}

.newsitem {
   width:180px;
   height:180px;
   position:absolute;
   display: block;
   background-color: #CCCC66;
   color: white;
}

.newsitem img {
  float: none;
  padding: 0 5px;
}


#menu1 {
  font-size: 85%;
  text-align:left;
}

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 0px #003366;
    border-style: none solid none none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #999900;
    color: #003300;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #003300;
    color: #CCCC66;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #CCCC66;
    color: #003300;
}
.ddm1 .item2:hover {
    background: #003300;
    color: #CCCC66;
}

.ddm1 .sub, .ddm1 .sub:hover {
    padding-left:20px;
}

.ddm1 .cathead, .ddm1 .cathead:hover {
    font-style: italic;
    background: #CCCC66;
    color: #003300;
}

.ddm1 .section {
    border: 1px #003300;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover {
  border-style: none solid;
 }
.ddm1 .right, .ddm1 .right:hover {
  border-style: solid solid solid none;
}

* html .ddm1 td { position: relative; } /* ie 5.0 fix */

table.lineup {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #FFFF99;
}
table.lineup td {
	border-width: 0px 0px 0px 0px;
	padding: 10px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #F1F196;
	-moz-border-radius: 0px 0px 0px 0px;
}
.showHead {
 	text-align: center;
}
