/* CSS Document */

p {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
padding:6px;
}

.quote { font-style:italic; color:#539F7D; font-weight:bold; }

a:link, a:visited { 
color:#475925;
text-decoration:underline;
}

a:hover{
 color: #003399;
  text-decoration:none;
}

.footer{
color:#475925;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
border-top-color:#CCDFB7;
border-top-width:thin;
}

.imgborder { border:#000000 solid 1px; margin:5px 5px 5px 5px; }


.nav{
width: 100%;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

.nav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.nav ul{
	width: 100%;
	background: url(../images/2008/3-18-08/images/nav_bg2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 3px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.nav ul li{
display: inline;
}

.nav ul li a{
color: #FFFFFF;
padding: 14px 7px;
margin: 0;
text-decoration: none;
border-right:dotted 1px #333333;
}

.nav ul li a:hover{
color:#FFFFFF;

background: url(../images/2008/3-18-08/images/nav_bg2_over.jpg) center center repeat-x;
 /*THEME CHANGE HERE*/
}

.nav ul li a:visited{
color:#FFFFFF;
}

.nav ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}