/* CSS Document */
<!--
body {
	background: #403921 url(../_images/bg-gradient.gif) repeat-y;
	padding:0;
	margin: 0;
	text-align:center;
}
body, td, th {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFCC;
	margin-bottom:-10px;
	padding-left:15px;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFCC;
	margin-bottom:-10px;
	padding-left:15px;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFCC;
	line-height:24px;
	display:block;
	background:url(../_images/diagonal.gif) repeat;
	padding-left:15px;
	}
p {
	line-height:18px;
	color:#FFFFCC;
	margin:15px;
	}
a {
	color:#FF9933;
	text-decoration:none;
	text-shadow: 0px 0px 30px silver, 0px 0px 20px black, grey 10px -10px;
	}
a:hover {
	color:#5B9FE3;
	text-decoration:underline;
	}
form {
	margin-left:15px;
	}
.highlight {
	background:#D5E7ED;
	}
.introtext {
	font-size:14px;
	}
.credittext {
	font-style:italic;
	}
#container {
	position:relative;
	background: url(../_images/dm-bg-lg.gif) no-repeat;
	width:820px;
	margin-right:auto;
	margin-left:auto;
/*	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px; */
	}
#nav {
	position:relative;
	vertical-align:middle;
	height:35px;
	width:600px; 
	margin-bottom:70px;
	}
	
#nav, #nav ul { /* all lists */
	padding:0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	text-align:left;
}

#nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	margin:4px 10px 4px 10px;
	width:auto;
}
#nav a:hover {
	color:#FF9966;
	}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#666633;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0px !important;
	left: auto;
	color:#FF9933;
}
#left {
	position:relative;
	float:left;
	width:200px;
	margin-right:15px;
	text-align:left;
	}
#right {
	position:relative;
	float:right;
	width:600px;
	text-align:left;
	}
#bottom {
	position:relative;	
	width:820px;
	text-align:center;
	padding:90px 0px 10px 0px;
	clear:both;
	}
	#bottom p {
		color:#FFFFFF;
		margin:0px;
		}
-->