/* CSS Document */
body {
    background: #DC214C url('i/bg.jpg') repeat-x;
	color: #fff;
	font-family: verdana, arial, sans-serif;}
#underline a, #underline a:link {
  border-bottom: 1px dashed #aabbdd;
}
#underline a:hover {
  color: #aabbdd;
  text-decoration: underline;
  border-bottom: 1px dashed #fff; /*transparent doesn't work in IE6win */
}
#underline a img, #underline a:link img { /*may not work*/
  border-bottom: 0px;
   }
#content {
   background: url('i/zag.gif') repeat-y 0 0;
}
td.header {
	background-image: none;
}
td.headerLeft {
    background-color: #000;
	background-image: url('i/headerBg.gif') repeat-x;
}		
td.headerRight {
    font-size: .9em;
	background-color: #396;
	}
.homeHead {background:url(i/bgHeadline.gif) no-repeat 0 100%;}
.homeHead h1 {display: none;}
.homePic {
    font: .7em/1.5}
.homeCategories {
    font:  normal .8em/1.0 verdana, arial, sans-serif;
	color: #fff;
	height: 24px;
	background: #115AA3;
	padding: 0 2em;
}
.homeCategories a { font-style: bold;}
.homeLines { padding-top: 1.2em;}
.homeLines img {margin-top: .8em;}
.homeLines a, .homeLines a:link {font: bold .7em/1.0 verdana, arial, sans-serif;
    color: #115aa3;}
.denaliOval {position: absolute; width: 110px; height: 69px; top: 355px; left: 590px; background: url(i/Nature_of_Denali.gif) no-repeat;}
a, a:link, .homeCategories a, .headerRight a  {
    color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
a:visited, .homeCategories a:visited, .headerRight a:visited  {
    color: #ddd;
	}
a:hover
 {  text-decoration: underline;
	}
.homeCategories a:hover, .headerRight a:hover
 {  color: #fac11f;
	}
.homeLeftCol {background-color: #95a7ca;}
/*-------------------------------classes page ---*/
body#classes {background: #fff; color: #000;}
#classes a:link, 
#classes a {
    color: #000;
	font-weight: bold;
	text-decoration: none;
	}
#classes .homeCategories a, 
#classes .headerRight a, 
#classes .boxText p a {
    color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}
#classes .homeCategories a:visited, 
#classes .headerRight a:visited,
#classes .boxText p a:visited {
    color: #ddd;
	}
#classes a:visited {
    color: #999;}
#classes .homeCategories a:hover,
#classes .headerRight a:hover {
    color: #fac11f;
	text-decoration: underline;}
#classes .boxText p a:hover,
#classes a:hover {
    color: #115aa3;
	text-decoration: underline;
	}
/*-------------------------------end classes page ---*/
p { margin: .5em 0;}
h1 {font: bold 24px tahoma, arial, geneva, sans-serif; margin: 0; letter-spacing: .1em;}
h2 {font-size: 1.5em;}
h3, h2 {
    margin: .5em 0;
	text-align: center;}
h5 {
    font-style: italic;
	font-size: 1.15em;
	text-align: center;
}
.center {text-align: center;}
.bottom {vertical-align: bottom;}
.marginB10 {margin-bottom: 20px;}
.box1, .box2 { border: 1px solid #ddd; padding: 5px 10px; margin: 10px 0;}
.nowrap {white-space: nowrap;}
