/* CSS Document */

body {
	font-family: "Bookman Old Style", arial, helvetica, serif;
	font-size: 80%;
	background-image: url(graphics/2008_new_background.png);
	padding: 1em;
	margin: 0;
}

p {
	font-family: "Bookman Old Style", arial, helvetica, serif;
	font-size: 1.1em;
	}

.nonnavlist {
	font-family: "Bookman Old Style", arial, helvetica, serif;
	list-style-type: square;
	width: auto;
	font-size: 1.1em;
	}
	
h2 {font-family: "Bookman Old Style", arial, helvetica, serif;
	text-align:center;
	font-size: 3em; 
	font-weight:bold;
 }


h4 {
	font-family: "Bookman Old Style", arial, helvetica, serif;
	font-size: 1.2em; 
	font-weight:normal;
	
}
.caption {
	font-family: "Bookman Old Style", arial, helvetica, serif;
	font-size: 1.2em; 
	font-weight:normal;
	
}

#footer {
	background-color: #DC852A;
	padding: 0 0 1em 0;
	border: 6px double #7d6340;
	border-top: 2px #7d6340;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 960px;}




#content {
	width: 980px;
	background-color: #f4ecd9;
	padding: 0 0 1em 0;
	border: 6px double #7d6340;
	border-bottom: none;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 960px;
}
html>body #content {
	width: 960px;
} 

a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #080;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	font-family: arial, helvetica, serif;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index:2;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-family: arial, helvetica, serif;
	font-weight: normal;
	text-align:center;
	color: #060;
	padding: 0.5em 5px;
	border-width: 0;
	z-index:3;
	
}

#nav li li a:hover {
	padding: 0.5em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
	background-color: #f4ecd9;
}

li {
	float: left;
	position:relative;
	width: 240px;
	text-align: center;
	font-family: arial, helvetica, serif;
	cursor: default;
	/*background-color: white;
	border: 1px solid #7d6340;*/
	border-width: 1px 0;
	
}

li.whitebackground {
	background-color: white;
	border-bottom: 1px solid #7d6340;
	border-top: 1px solid #7d6340;
	/*border: 1px solid #7d6340;*/
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: white;
	/*background: url(images/ddbg3.gif) bottom left no-repeat;*/
	padding: 1.5em 0 0 0;
	/*border-right: solid 1px #7d6340;
	border-bottom: solid 1px #7d6340;*/
	z-index:4;
}



li > ul {
	top: 1 em;
	left: 0;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}


p {
	/*clear: left;*/
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.narrow {
	
	padding: 1em 12em;}
