/***********************************************/
/* den.css  use with index.htm                 */
/***********************************************/
/***********************************************/
/**  HTML tag styles for top frame and main   **/
/***********************************************/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px; */
	line-height: 1.166; /* 24px; */
	color: #3399cc;
	margin: 0px;
	padding: 0px;
}

/*
a:hover {
	text-decoration: underline;
	color: #3399ff;
	font-weight: bold;
}
*/
/*
a:link, a:visited, a:hover {
	color: #3399cc; /* #006699; */ /*
	text-decoration: none;
}
*/
a:hover {
	text-decoration: none;
/*	color: #3399ff; */
	font-weight: bold;
}

a:link, a:visited, {
	color: #3399ee;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #0099ff;
}

h2{
 font-size: 114%;
 color: #1999e6;
}

h3{
 font-size: 100%;
 color: #1999e6;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color: #1999e6;
}

h5{
 font-size: 100%;
 color: #146e96;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #1999e6;
}
/*******************************************/
/*******************************************/
/* Top Frame Layout Divs                   */
/*******************************************/
/*******************************************/
#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #006699;
	width: 100%;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
/*******************************************/
/************* #globalNav styles ***********/
#globalNav{
color: #009999;
padding: 0px 0px 0px 10px;
height: 36px;
/* white-space: nowrap; */
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
.subglobalNav{
    font-size:75%;
	position: absolute;
	top: 68px;
	left: 0px;
	width: 100%;
/*	min-width: 640px; */
	height: 20%;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #1999e6;
}
/*******************************************/
/* Main Frame Layout Divs                  */
/*******************************************/
/************* .lcontent styles ************/
.lcontent{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 0px solid #006699;

	margin: 0 82% 0 0;
	background-color: #000000;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}

.lcontent img{
	display: block;
}

.lcontent headline{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 110%;
	font-weight: bold;
}

.lcontent p{
	padding: 5px 0px 5px 0px;
}
/*******************************************/
/************ #rcontent styles *************/
#rcontent{
    float:center;
	width: 100%;
	margin: 0;
	padding: 0 2% 0 0;
}
/*******************************************/
/************** .feature styles ************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature h2{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature h4{
	padding: 0px 0px 10px 0px;
	font-size: 140%;
	font-weight: bold;
/*	text-align: center; */
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */
/*******************************************/
/************** #bottom styles *************/
/*******************************************/
#bottom{
    text-align:center;
	clear: both;
	border: 0px solid #006699;
	font-size: 75%;
	color: #005a8c;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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" */
#bottom img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/***********************************************/
/********************* end *********************/
