@charset "utf-8";

body {
background: url(../BkgdsLogos/MtnStream.jpg) fixed;
margin: 0px;
}

body,td,th {
color: #006600;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
font-weight: normal;
}

.nolink a:link {
background: transparent;
border: transparent 0px;
}

.nolink img {
border:solid 2px;
}

a:link {
background:#FFF;
border-radius: 7px;
color: #900;
padding: 0 3px;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #900;
text-decoration: none;
}
a:hover {
color: #666;
text-decoration: none;
}
a:active {
color: #F00;
text-decoration: none;
}

.hdr {
 height:auto;
position:relative;
width:auto;
z-index:0;
}

.main {
height: auto;
width: 1200px;
margin: 50px auto;
}

.charcoal { color: #333333; }

.blue { color: #0000FF; }
.wht { color: #FFFFFF; }


.blue_dk { color: #330099; }

.red_dk { color: #990000 }

.white { color: #FFFFFF; }

.floatlft { float:left; }

.floatrgt { float:right; }

.font18 { font-size: 18px; }

.font20 { font-size: 20px; }

.font22 { font-size: 20px; }

.font24 { font-size: 24px; }

.font48 { font-size: 48px; }

.lnht125 { line-height: 125%; }

.lnht150 { line-height: 150%; }

.lnht200 { line-height: 200%; }

.grayBkd { background-color: #999; color: #FFF; }

.whtBkd { background-color: #FFF; }

.redBkd {
background-color: #990000;
border-radius: 15px;
color: #FFF;
padding: 2px 5px;
}

.menu {
background: url(../BkgdsLogos/MtnStream.jpg) fixed;
color:#FFF;
left:0px;
margin:0 auto;
position:fixed;
top:0px;
text-align:center;
width:100%;
}

.menu a:link {
background:linear-gradient(to top, #061A19, #090) ;
border: outset #EEE 3px;
border-radius: 12px;
color: #CCC;
font-size: 18px;
font-weight: bold;
height: auto;
margin: 0;
padding: 3px;
text-decoration: none;
width: auto;
}

.menu a:hover {
background:linear-gradient(to bottom, #0C0, #090);
color: #FFF;
}

.menu a:visited {
background:linear-gradient(to top, #061A19, #090) ;
color: #CCC;
}

.menu a:visited:hover {
background:linear-gradient(to bottom, #0C0, #090);
color: #FFF;
}

.menu a:active { border: inset #CCC 3px; }
