/* styless.css */


body {background-color: #FF823D}
h1 {font-size: 22pt}
h2 {color: yellow}


/* header = 708858 */
a.header:link {color: #FF0000; text-decoration: none; font-size: 13pt; font-weight: bold;}
a.header:visited {color: #FF0000; text-decoration: none; font-size: 13pt; font-weight: bold;}
a.header:hover {color: #FF823D; text-decoration: none; font-size: 13pt; font-weight: bold;}


/* blue = 004F98 */
a.blue:link {color: #000168; text-decoration: none; font-size: 12pt; font-weight: bold;}
a.blue:visited {color: #000168; text-decoration: none; font-size: 12pt; font-weight: bold;}
a.blue:hover {color: #000168; text-decoration: underline; font-size: 12pt; font-weight: bold;}


img.boxes
{
position:absolute;
left: 725px;
top: 125px;
z-index=-1;
}

.BG
{
background-image:url(teepee.gif);
background-repeat:no-repeat;
height:90;
width:150;
float:center;
}


.tableheader
{
background-color:#FF823D;
font-size: 15pt;
font-weight: bold;
text-align:center;
}


/******* Home button rollover *******/

.mainmenuH {
width: 49px;
height: 22px;
float:left;
margin: 0 20 40 10;
}

.mainmenuH a {
display: block;
width: 49px;
height: 22px;
background: url(images/buttons2/home.gif) no-repeat top left;
}

.mainmenuH a:hover {
background-position: bottom left;
}