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

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

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;
	background-color: #000000;
	position: static;
	height: 12px;
}

#content{
	position: relative;
}

/*#overbox{
	position: absolute;
	left: 200px;
	width: 650px;
	height: 12px;
	top: 0px;
}

/************* #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;
}
