/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size:18px;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 8px 0px 0px 0px;
	height:24px;
	background-color:#000000;
	color:#FFFFFF;
	border-bottom: 3px solid #993300;
	display: block;
}

#navBar{
	float:left;
	width: 200px;
	height: 660px;
	background-color: #000000;
}

#content{
	float:left;
}


/************* #breadCrumb styles *************/

.breadCrumb{
	font-size: 60%;
	color:#993300;
	padding: 0px 10px 2px 10px;
	margin-left:3px;
	border-right: 3px solid #993300;
	border-bottom: 3px solid #993300;
	float:left;
	position: relative;
	background-color: #FFFFFF;
}

.breadCrumb a:link, a:visited, a:hover{
	color:#000099;
}

.breadCrumb a:hover{
	background-color: #DAE5F1;
}

/************** .story styles *****************/

.story{
	display: block;
	width: 550px;
	margin-left: 40px;
	font-size: 80%;
}

.story p{
	display: block;
	font-size: 80%;
}

/*********** #navBar link styles ***********/

#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar ul a {
	display: block;
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EACFBC;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles **********/

#sectionLinks{
	position: relative;
	padding: 0px 0px 15px 0px;
	font-size: 110%;
	line-height: normal;
}

#sectionLinks a{
	padding: 12px 10px 12px 10px;
	color:#DAE5F1;
}

#sectionLinks a:hover{
	background-color: #eacfbc;
	color:#003399;
}
