html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-color: #C0DFFD;
color: #003366;
text-align: center;
}

#wrapper {
width: 770px;
background-color:#C0DFFD;
margin:10px auto;
border: 1px solid #000000;
text-align:left;
}

#banner {
height: 110px;
background-image: url(../den_images/den_top_banner.jpg);
background-repeat: no-repeat;
background-color: #003366;
}

#underbanner{
	height: 20px;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #63a515;
}

/* //////////////// horizontal navigation */

#topnav{
border-bottom: 1px solid #000000;
}



#topnav ul{
padding: 0;
margin: 0;
background-color:#3333cc;
}

#topnav ul li{
display: inline;
padding: 0;
margin: 0;
}

#topnav ul li a{

color: #FFFFFF;
background-color: #3333CC;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
} 

#topnav ul li a:hover, #nav ul li a:focus{
background-color: #990000;
}

/* //////////////// horizontal navigation */

#leftcol #nav ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 80%;
border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 

#leftcol #nav ul li {
padding: 0;
margin: 0; 
}

#leftcol #nav ul li a{
background-color: #E6F3FF;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}


#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}


#content{
margin-left: 175px;
margin-right: 100px;

width: 450px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #3366CC;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer{
border-top: 1px solid #000000;
background-color: #003366;
color: #FFFFFF;
clear: both;
}

#footer p {
font-size: 70%;
padding: 3px;
}

#leftcol{
margin-left: 5px;
margin-top: 20px;
width: 150px;
margin-bottom: 20px;
float: left;
}

#rightcol{
margin-right: 0px;
margin-top: 20px;
width: 100px;
margin-bottom: 20px;
float: right;
}


#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
}

.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
}

