/******************************************************************************
* GLOBAL
*******************************************************************************/
* { margin:0; padding:0; }
#banner {
	background-color: #00CCFF;
	text-align: center;
	width: 780px;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
}

body {background:#000000;
	font: 0.75em/120%  Verdana, Arial, Helvetica, sans-serif;
    padding:0;margin: 0;
}
.clear { clear:both; }
div.clear {
    height:1px;
    line-height:1px;
    font-size:0px;
}

p {
	margin-bottom:5px;
	margin-top: 0px;
}
a img {border:none;}

a,.index {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	}
a:link    {
	color: #00CCFF;
}
a:active  { color: #8ADBFF; }
a:visited { color: #8ADBFF; }
a:hover   {
	color: #FFFFFF;
	text-decoration: none;
}
.graybackground #banner img {
	color: #00CCFF;
	text-decoration: none;
	background-color: #00CCFF;
}
.graybackground {background-color: #EAEAEA;}
.bodytable {
	background-color: #000000;
	vertical-align: top;
	border: 1px solid #FFFF00;
}
.bgblackcenter {
	color: #FFFFFF;
	text-align: center;
	background-color: #333333;
}
.bold16 {
	font-size: 16px;
	font-weight: bolder;
}
.verdanawhite12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.verdanawhite10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.verdanawhite18b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.verdanawhite14b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*** Navigation Elements ****************************************************/

#navigation {list-style: none;}

#navigation li a {
	/* background: url(ski_bullet.gif) no-repeat -30px center; */
    color:#333333;
	display:block;
	text-decoration:none;
	width:150px;
	margin: 0 3px 0 0px;
	padding: 5px;
}
#navigation li a:hover,#navigation li a#activeNav {
	background:#333333 no-repeat left center;
	color:#FFFFFF;
}
