html {
	overflow: scroll;
}

body {
	background-color:	#fff;
	color:				#000;
	font-family:		Verdana, sans-serif;
	font-size:			11pt;
	margin:				0px;
	padding:			0px;	
}

hr {
	background-color: #999999;
    border: 0px;
    height: 1px;
}

div.dh {
	padding:			0px;
	margin:				0px;
	/*border:				1px solid black;*/
}

div#dh_title {
	margin:				auto;
	width:				1000px;
}

div#dh_content {
	margin:				auto;
	width:				800px;
}

div#dh_menunews {
	width:				200px;
	float:				left;
}

div#menu  {
	padding:			10px
}

div#news {
	padding:			10px
}

div#dh_main {
	width:				570px;
	float:				right;
	padding:			10px;
}

div#dh_footer {
	clear:				both;
	padding:			10px;
	color:				#999;
	border-top:			1px solid #999;
	font-size:			smaller;
}




h1 {
	font-size:			13pt;
	font-weight:		bold;
	margin:				0px;
	margin-bottom:		5px;
	padding:			0px;
	padding-top:		10px;
	/*border: 1px solid red;*/
}

h2 {
	font-size:			11pt;
	font-weight:		bold;
	font-style:			normal;
	margin:				0px;
	margin-bottom:		5px;
	padding:			0px;
	padding-top:		10px;
	/*border: 1px solid red;*/
}

a {
	color:				#000;
	text-decoration:	underline;
}

div#menu a {
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

img {
	border:				0px;
}

img.mid {
	display:			block;
	margin-left:		auto;
	margin-right:		auto;
}

p.mid {
	text-align:			center;
}

a.sponsorIcon {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
}


/*Cross-Browser solution for correct placement of list bullet*/
div#menu ul {
	list-style-type:	none;
	padding:			0px;
	margin:				0px;
}

div#menu > ul > li {
	background-image:	url(bullet0.png);
	background-repeat:	no-repeat;
	background-position:0px 10px; /*0px left, 5px top + another 5 to space the li elements out*/
	padding-left:		14px;
	padding-top:		5px; /*this spaces the li elements out*/
}
div#menu > ul > li:first-child {
	padding-top:		0; /*...except for the first one*/
	background-position:0px 5px;  /*same for its bullet picture*/
}

div#menu > ul > li.active {
	background-image:	url(bullet1.png);
}

div#menu ul.inner > li {
	background-image:	url(bullet0.png);
	background-repeat:	no-repeat;
	background-position:20px 5px; 
	padding-left:		34px; 
}

div#menu ul.inner > li.active {
	background-image:	url(bullet1.png);
}

 
div#news ul {
	list-style:			none;
	margin:				0px;
	padding:			0px;
	/*padding-bottom:		10px;
	border-bottom:		1px solid #999;*/
}

div#news li {
	padding:			5px;
	margin-top:			10px;
	border-left:		1px solid #999;
	border-right:		1px solid #999;
	border-top:			1px solid #999;
}

ul.vertispaced > li {
	margin-bottom:		10px;
}
