body {
    background-image: url(images/dgren050.gif);
	background-attachment: fixed;
    font-family: verdana, trebuchet, helvetica, sans-serif;
}

p {
	font-family: verdana, trebuchet, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


h1 {
    font-family: verdana, trebuchet, helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
}
h2 {
	font-family: verdana, trebuchet, helvetica, sans-serif;
	font-size: 18px;
	color: #003300;
}
h3 {
	font-family: verdana, trebuchet, helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}
h4 {
	font-family: verdana, trebuchet, helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
h5 {
	font-family: verdana, trebuchet, helvetica, sans-serif;
	font-size: 10px;
	color: #001E00;
}
h6 {
	font-family: verdana, trebuchet, helvetica, sans-serif;
	font-size: 9px;
	color: #003300;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.style1 {font-size: 10px}
.style6 {font-family: "Arno Pro Bold Italic Display"}
.style7 {font-size: 18px}
.style9 {font-size: 10px}
.style10 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

.style11 {font-style: italic}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */ Hide entire CSS code from IE6 <![if !IE 6]>



.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 650px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
	z-index: 0;
}
#navcontainer ul {
   margin : 0;
   padding : 0;
   list-style-type: none;
   text-align: center;
   }
   
#navcontainer ul li {
	display: inline;
 }
#navcontainer ul li a {
	text-decoration: none;
	padding:  1em;
	border: none;	
 }
