/* dnbdemo CSS Document */
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
p {
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #B30000;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 5px solid #B30000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -8px;
	padding: 0px;
}
#label {
	font-size: 10px;
	line-height: 12px;
	vertical-align: text-top;
}
#topLink {
	clear: both;
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	margin: 0px;
	background-color: #000000;
}
#topLink a:link, a:visited {
	color: #B30000;
	text-decoration: none;
}
#topLink a:hover {
	color: #B30000;
	text-decoration: underline;
}
#container {
	width: 650px;
	background-color: #000000;
}
#header {
	width: 650px;
	height: 85px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#contentContainer {
	clear: both;
	width: 650px;
}
#navigation {
	float: left;
	width: 190px;
	background-color: #000000;
	font-size: 12px;
}
#spacer {
	float: left;
	width: 10px;
	background-color: #000000;
}
#content {
	float: right;
	width: 430px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #000000;
}
#footer {
	clear: both;
	font-size: 10px;
	text-align: left;
	padding-top: 30px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom: 1px solid #B30000;
	background-color: #000000;
}
#navlist
{
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	width: 180px;
	font-weight: bold;
}
#navlist li
{
	list-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding_right: 0px;
	border-bottom: 1px solid #B30000;
}
#navlist li a:link, #navlist li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navlist li a:hover
{
	text-decoration: none;
	color: #B30000;
}
#content a:link, a:visited {
	color: #B30000;
	text-decoration: none;
}
#content a:hover {
	color: #B30000;
	text-decoration: underline;
}