body { background-color: #a8a3a3; margin-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; background: url(images/bgwood.jpg) fixed; }
h1   { font-family: font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold color: #37226f; }
h2   { font-family: font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold color: #37226f; }
h3   { font-family: font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold color: #37226f; }
img					{ border: none; }

/* --- LINKS AND TEXT --- */

table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none}
a:link {color: #37226f; text-decoration: none; font-weight:bold}
a:visited {color: #37226f; text-decoration: none; font-weight:bold}
a:hover {color: #ffffff; text-decoration: none; font-weight:bold; background-color:#37226f;}


/* --- INDEX PAGE TABLE STYLES --- */


#right { border-right: 1px #000000 solid;}
#website { border-top: 1px #000000 solid; border-bottom: 1px #000000 solid; border-left: 1px #000000 solid; border-right: 1px #000000 solid; }
#table { border-top: 1px #000000 solid; border-bottom: 1px #000000 solid; border-left: 1px #000000 solid; border-right: 1px #000000 solid; }
.tabletop { border-top: 1px #ffffff solid; }
.tabletr { border-right: 1px #000000 solid;}
.blacktop { border-top: 1px #000000 solid; }
.browntop { border-top: 1px #333333 solid; }
.footer { border-top: 3px #000000 solid; }
.dfooter { border-top: 3px #333333 solid; }
#searchbox { background-color: #ffffff; color: #333333; border: 1px solid #000000; }
.searchbox { background-color: #ffffff; color: #333333; border: 1px solid #cdc5ae; font-size: 10px; }
#form { height: 16px;}

/* -- THUMBNAILS --*/

.whiteborder {
			   border-width: 1px;
			   border-style: solid;
			   color: #ffffff;
			   padding: 0px;
			   }

.tableblack {
			   border-width: 1px;
			   border-style: solid;
			   color: #FFFFFF;
			   padding: 0px;
			   }

.tablebeige {
			   border-width: 1px;
			   border-style: solid;
			   color: #ffffff;
			   padding: 0px;
			   }

#whiteborder {
			   border-width: 1px;
			   border-style: solid;
			   color: #ffffff;
			   padding: 0px;
			   }

table.hockeypool {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(102, 0, 0) rgb(102, 0, 0) rgb(102, 0, 0) rgb(102, 0, 0);
	border-collapse: collapse;
	background-color: rgb(205, 197, 174);
}
table.hockeypool th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #000000;
	background-color: #660000;
      color: #CDC5AE;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.hockeypool td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: rgb(102, 0, 0) rgb(102, 0, 0) rgb(102, 0, 0) rgb(102, 0, 0);
	background-color: rgb(205, 197, 174);
	-moz-border-radius: 0px 0px 0px 0px;
}

.class1 A:link {color: #ffffff; text-decoration: none; font-weight:bold}
.class1 A:visited {color: #ffffff; text-decoration: none; font-weight:bold}
.class1 A:hover {color: #333333; text-decoration: none; font-weight:bold}

.class2 A:link {color: #333333; text-decoration: none; font-weight:bold}
.class2 A:visited {color: #333333; text-decoration: none; font-weight:bold}
.class2 A:hover {color: #ffffff; text-decoration: none; font-weight:bold}

.linkw A:link {color: #FFFFFF; text-decoration: none; font-weight:bold}
.linkw A:visited {color: #FFFFFF; text-decoration: none; font-weight:bold}
.linkw A:hover {color: #000000; text-decoration: none; font-weight:bold}

.linkred A:link {color: #3b623b; text-decoration: none; font-weight:bold}
.linkred A:visited {color: #3b623b; text-decoration: none; font-weight:bold}
.linkred A:hover {color: #000000; text-decoration: none; font-weight:bold}

/* --- CSS DROP DOWN MENU SYSTEM ---*/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #fce6a8; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 2px 0px;
border: 1px solid black;
border-left-width: 0;
border-right-width: 0;
text-decoration: none;
font-size: 10px;
color: #37226f;
text-align: center;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background:#fff; /* Added this line */
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
color: #333333;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #333333;
text-align: center;
background-color: #f3f3f3;
font-weight: none;
}

.suckertreemenu ul li a:hover{
background-color: #37226f;
color: #ffffff;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left;}

.navmenu1 {width: 100px;}
.navmenu2 {width: 100px;}
.navmenu3 {width: 100px;}
.navmenu4 {width: 100px;}
.navmenu5 {width: 100px;}
.navmenu6 {width: 100px;}
.navmenu7 {width: 100px;}
.navmenu8 {width: 100px;}
/* End */

/*CSS for the two rss scrollers*/

#pscroller1{
width: 450px;
height: 1.2em;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 500px;
height: 150px;
border: 1px solid #660000;
padding: 5px;
background-color: #CDC5AE;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: #FFFFFF;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}