/* stylesheet for Ski NC */

body {
	background-color: #e7e8e9;
	background-image: url('images/grad.png');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

img {
	border: 0px;
}
a:link {
	color: #BE5427;
	text-decoration: none;
}
a:hover, a:visited, a:active {
	color: #999999;
	text-decoration: none;
}
td.nav_link {
	width:132;
	height:28;
	color: BE5427;
	font-size: 14px;
}
td:hover.nav_link {
	width:132;
	height:28;
	cursor:hand;
	cursor:pointer;
	background-image: url('images/nav_bg.gif');
	background-repeat: no-repeat;
	color: #BE5427;
	font-size: 14px;
}
a.foot_link {
	color: #BE5427;
	font-size: 14px;
	text-decoration: none;
}
table.main {
	width: 900px;
	background-image: url('images/tile.png');
	background-repeat: repeat-y;
	margin-left:auto; 
	margin-right:auto;
}
td.top {
	width: 900px; 
	height: 225px;
	vertical-align: top; 
}
td.core {
	width: 900px; 
	background-image: url('images/mid.png');
	background-repeat: no-repeat;
	vertical-align: top; 
}
td.content {
	width: 720px; 
	vertical-align: top;
	font-size: 12px;
}
td.foot_top {
	width: 900px;
	height: 75px;
	background-image: url('images/foot_top.png');
	background-repeat: no-repeat;
}
td.footer {
	width: 900px;
	height: 60px;
	background-image: url('images/foot.png');
	background-repeat: no-repeat;
	text-align:center;
	vertical-align: top; 
}
.bread {
	color: #BE5427;
	font-size: 16px;
	width:560px;
	height:138px;
}

span.section_title {
	color:red;
	font-weight: bold;
	font-size: 18px;
}
td.glossary {
	width:180px; 
	height:60px; 
	cursor:hand;
	cursor:pointer;
	background: #FFFFFF;
}
td:hover.glossary {
	background: #EEEEEE;
}
td.acc {
	background: #FFFFFF;
	height: 32px;
	text-align: center;
	font-size: 16px;
	color: #BE5427;
}
td:hover.acc {
	background: #CCCCCC;
	cursor: hand;
	cursor: pointer;
}

