/***********************************************/
/* main_chf_styles.css                            */
/* Use with 3 col table         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	background-color: #cb8;
}

.style2 {
	font-size: 50%;
}


a:link {
	color: #003300;
	text-decoration: underline;
}

a:hover {
	color: #653614;
	text-decoration: underline;
}

a:visited {
	color: #654;
	text-decoration: underline;
}


/* overrides decoration from previous rule for hovered links */

h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #654;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	margin-bottom: 0px;
}

h2{font-size: 114%;}

h3{font-size: 110%;}

h4{font-size: 100%;}

h5{font-size: 90%;}

ul{
 list-style-type: square;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #654;
	width: 100%;
}

#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #b4d8c5;
	border-right: 1px solid #cb8;
	border-bottom: 1px solid #cb8;
	border-top: 1px solid #cb8;
	border-left: 1px solid #cb8;
}

#navBar2{
	margin: 0 0 0 0;
	padding: 0px;
}


/************* #globalNav styles **************/

#globalNav{
color: #654;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   
#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}




/************** .Schedule styles *****************/

.sch_year{
	clear: both;
	font-size: 130%;
	margin-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #654;
}

.sch_listing{
	clear: both;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	

.sch_listing_note{
	clear: both;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 80%;
}
.story_shallow{
	clear: both;
	padding: 0px 10px 0px 15px;
}
.story_deep{
	clear: both;
	padding: 0px 10px 0px 25px;
}
.story_deeper{
	clear: both;
	padding: 0px 10px 0px 40px;
}
.story_heading{
	clear: both;
	padding: 5px 10px 0px 10px;
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #654;
}

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.story_title{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 105%;
	color: #654;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.story_title_large{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 115%;
	color: #654;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.story_title_dark{
	clear: both;
	padding: 10px 10px 0px 0px;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.story_title_classes{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	color: #654;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.story_title_sub{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/************* #thumb styles ***************/

.thumb{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}
.thumb img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 0px 0;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	color: #654;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
text-decoration: underline;
display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #b4d8c5;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #navBar2 link styles ***********/

#navBar2 ul a:link, #navBar2 ul a:visited {display: block;}
#navBar2 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* hack by Ross changing border to background color to stop double lines in IE/Win's */

#navBar2 li {border-bottom: 1px solid #cb8;}

/* fix for browsers that don't need the hack */
html>body #navBar2 li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #654;
	font-size: 75%;
	text-align: center;
	left: -1px;
	text-decoration: none;

}


#sectionLinks h3{
	padding: 10px 0px 10px;
}

#sectionLinks a:link{
	text-decoration: none;
	padding: 10px 0px 10px;
	border-top: 1px solid #654;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #654;
	padding: 10px 0px 10px;
	text-decoration: none;

}

#sectionLinks a:hover{
	border-top: 1px solid #654;
	padding: 10px 0px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 5px 5px 10px 10px;
	font-size: 75%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


