BODY {
	Background-color: #CCCCCC;
	margin-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

 navigation code below
a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: left;
	padding: 0 0 0.25em 0;
	margin: 0;
	font-size: 24px;
	font-style: italic;
	color: #837642;
	margin-bottom: -10px;
}
#maincontent #mainfeature .sitelink {
	margin-top: -15px;
	margin-bottom: -15px;
}

#maincontent #mainfeature img {
	padding: 2px;
	border: 1px solid #AB350D;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: -10px;
}
#maincontent #mainfeature projectname {
	color: #AC350D;
	text-align: center;
	font-size: 14px;
}

#maincontent #mainfeature h3 {
	font-size: 14px;
	color: #B1330B;
	text-align: center;
	margin-left: 2px;
}



ul {
	list-style: none;
	vertical-align: right;	
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
}

#nav a:link {color: #BDD17A;}
#nav a:visited {color: #BDD17A;}
#nav a:hover {color: white;}
#nav a:active {color: white;}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #938D50;
	padding: 0.2em 0px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #AC350B;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 12em;
	text-align: center;
	cursor: default;
	background-color: transparent;
	border: 1px solid #7d6340;
	border-width: 1px 0;
}

li#first {
	border-left-width: none;
}

li#last {
	border-right-width: none;
}

li ul {
	display: none;
	position: absolute;
	top: 112%;
	left: 0;
	font-weight: normal;
	background: url(images/menu-dropdownbg.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

li>ul {
	top: auto;
	left: auto;
	background-position: 0,0;
}

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

li:hover ul, li.over ul {
	display: block;
	text-align: left;
}
#nav {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#main-image {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
#nav li:hover, #nav li.hover {
    position: static;
}
#maincontent h2 {
	font-size: 16px;
	color: #837642;
}
#maincontent p {
	font-size: 12px;
}
#maincontent li {
	list-style-position: inherit;
	list-style-type: square;
	margin: 0px 20px 5px 0px;
	padding: 0px;
	clear: none;
	float: none;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: relative;
	left: 10px;
	height: auto;
	width: auto;
	font-size: 12px;
	font-style: italic;
	font-stretch: condensed;
}
#maincontent #bottom-nav {
	font-size: 12px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #837642;
	border-right-color: #837642;
	border-bottom-color: #837642;
	border-left-color: #837642;
}
#maincontent #mainfeature {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #837642;
}
#maincontent p {
	margin-right: 5px;
}
#maincontent #mainfeature p {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
#maincontent #bottom-nav {
	margin-top: 12px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #837642;
}

#maincontent #maincontent-main {
	margin-top: 15px;
}
#maincontent #mainfeature {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent #mainfeature h4 {
	font-size: 14px;
	color: #AC350D;
	text-align: center;
	margin-top: -10px;
	margin-bottom: -5px;
}
#maincontent #mainfeature p {
	font-size: 10px;
	text-align: justify;
}


.projectlist {
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 5px;
	margin-bottom: 5px;
}	

p.projectlist a:link {color: #AC350B;}
p.projectlist a:visited {color: #AC350B;}
p.projectlist a:hover {color: #847542;}
p.projectlist a:active {color: #847542;}

.visitSitelink {
	font-size: 10px;
	font-weight: bold;
}

