html{
	min-height: 100%;
}

body {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	min-height: 100%;
	background-color: #C8E475;
}



#main {
	position:relative;
	top: 10px;
	width:677px;
	min-height:100%;	
	background-color:white;
	padding:0;
	border: 1px dotted;
	text-align: center;
	margin-left: auto;
	margin-right: auto;


}

#nav
{
width: 100%;
text-align: center;
border: 0px;
height: 50px;
font-size: 16px;
}

#content
{
margin-bottom: 40px;
padding: 5px;
}

a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: bold;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;

}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #60860C;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	text-decoration: underline;
	border-width: 0 3px;
}

td#header {
	background-image:url(bg1.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	
	}

li {
	float: left;
	position: relative;
	width: 177px;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 3px solid #60860C;
	border-width: 3px 0;
}

li#first {
	border-left-width: 1.5em;
	
}

li#spacer {
width: 49px;

}

li#last {
	border-right-width: 1.5em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 3px #60860C;
}

li>ul {
	top: auto;
	left: auto;
}

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.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}


#container
{
z-index: 2;
position: relative;
width: auto;
background-color: #ffffff;
text-align: justify;
margin: 0 auto;
min-height: 80%;
padding: 0px;
}

#breadcrumbs
{
width: auto;
border: 0;
padding-left: 1em;
background-color:#60860C;
color: #FFFFFF;
font-size: 20px;
text-align: left;

}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs a:link {
	color: #C8E475;
}

#breadcrumbs a:visited {
	color: #C8E475;
}


#footer
{
border: 0px;
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 20px;
z-index: 999;
padding: 0px;
margin: 0px;
text-align: center;
color:#FFFFFF;
background-color: #60860C;
}

#footer a {
	text-decoration: none;
}

#footer a:link {
	color: #C8E475;
}

#footer a:visited {
	color: #C8E475;
}