@charset "utf-8";
/* CSS Document */

body {
	font-family: arial, helvetica, serif;
	font-size: 10px;
	text-align:center;
	background: white url(images/ddbg3.gif) no-repeat 6000px 6000px;
	margin: 0;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 380px;
	height: 66px;
}

#widestripe {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 80px;
	background-image: url(../images/bg.jpg);
}
#navigation {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	height: 80px;
	background-color:#00FFFF;
}
	


#content {
	background-color: #ffffff;
	padding: 1em 0;
	margin-left: auto;
	margin-right: auto;
	width: 820px;	
}


html>body #content {

} 

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

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

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

#nav a {
	font-weight: normal;
	color: #000000;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	padding: 0.2em 5px;
	border: 0px solid #D4D0C8;
	border-width: 0px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 0px solid #D4D0C8;
	background-color: #899b2d;
	color:#FFFFFF;
	border-width: 0px;
}

li {
	float: left;
	cursor: hand;
	position: relative;
	width: 65px;
	text-align: center;
	background-color: #D4D0C8;
	border: 1px solid #FFFFFF;
	border-width: 1px;
	height: 80px;
}

li#wide {
	float: left;
	position: relative;
	width: 16em;
	top: 30px;
	left: -60px;
	text-align: left;
	text-indent: 10px;
	cursor: default;
	background-color: #D4D0C8;
	border-width: 0px;
	height: 16px;
}

li ul {
	display: none;
	position: absolute;
	top: -5px;
	left: 60px;
	margin-left: 60px;
	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.1em 0 1em 0;
	text-align: left;
}

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;
}

div.vmiddle {
	margin: 3.5em 0 0 0;
}


img.border {
	text-align: center;
	color: #D4D0C8;
	padding: 1.25em 1.25em 1.25em 1.25em;
	border: 1px solid #D4D0C8;
}


