.ddltable td {border-bottom: 1px dashed #D5DCE4;}

/* Navigation
------------------------------ */
.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:1px 3px;
	font-size:9px
}

.navigation a:hover {
	background:#799AE3;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:1px 3px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:9px;
}

body {
	background-color: #171717;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
#header {
	height: 144px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#nav {
	width: 800px;
	height: 32px;
	margin: 0 auto;
	line-height: 32px;
	background-image: url(/images/nav.png);
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: center;
}
#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	padding-right: 28px;
	padding-left: 28px;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a.current {
	font-weight: bold;
}
#content {
	width: 770px;
	margin: 0 auto;
	padding: 15px;
	background-image: url(/images/content.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#left {
	float: left;
	width: 539px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #d0d0d0;
}
#right {
	float: left;
	width: 200px;
}
#left h1 {
	background-color: #ff7200;
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 18px;
	margin-bottom: 10px;
}
#right h1 {
	background-color: #404040;
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	margin-bottom: 5px;
}
#right a:link, #right a:visited {
	color: #000000;
	text-decoration: none;
}
#right a:hover {
	color: #ff7200;
}
input.search {
	width: 194px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	padding: 2px;
}
input.searchsubmit {
	float: right;
	margin-top: 2px;
	padding: 3px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
	background-color: #636363;
	border: 0;
}
#list_top {
	padding-bottom: 1px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #c4c4c4;
	color: #000000;
	font-weight: bold;
	color: #ff7800;
}
#list {
	color: #636363;
	line-height: 17px;
}
#list a:link, #list a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#list a:hover {
	color: #ff7200;
}
#list a.mirror {
	font-weight: bold;
	font-size: 11px;
	color: #a60000;
}
#pages {
	width: 529px;
	padding: 5px;
	background-color: #ebebeb;
	border-top: 1px solid #c0c0c0;
	color: #9e9e9e;
	margin-top: 15px;
}
#pages a:link, #pages a:visited {
	color: #656565;
}
#pages a:hover {
	color: #000000;
}
#recentsearches {
	background-color: #353535;
	width: 760px;
	padding: 20px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #686868;
}
#recentsearches h1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #ff7200;
}
#recentsearches a:link, #recentsearches a:visited {
	color: #dadada;
	text-decoration: none;
}
#recentsearches a:hover {
	color: #ff7200;
}
#footer {
	padding-bottom: 20px;
	color: #717171;
	text-align: center;
}
