@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/red_bg.gif');
	background-repeat: repeat-x;
	background-color: #660000;
}
#container {
	width: 750px;
	margin: auto;
	padding: 0px;
	background: #FFFFFF;
	background-image: url('images/content_bg.png');
	background-repeat: repeat-x;
}
#dhlogo {
	float: left;
}
#MenuBar1 {
	float: left;
	margin-top: 70px;
	clear: right;
	display:inline;
}
#pagebanner {
	clear: both;
}
#sidebar {
	width:190px;
	min-height:500px;
	padding: 30px;
	float: left;
}
#maincontent {
	float: left;
	width: 440px;
	min-height: 500px;
	padding: 30px;
}
#maincontent_dhb {
	float: left;
	width: 440px;
	min-height: 500px;
	padding: 30px;
	background-image: url('images/logobg_dhbeat.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#maincontent_dhg {
	float: left;
	width: 440px;
	min-height: 500px;
	padding: 30px;
	background-image: url('images/logobg_dhgjg.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#maincontent_dhm {
	float: left;
	width: 440px;
	min-height: 500px;
	padding: 30px;
	background-image: url('images/logobg_dhmagnum.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#sponsor{
	clear: both;
	width: 750px;
	min-height: 530px;
	text-align: left;
	text-indent: 30px;
	background-image: url('images/sponsor_terrylai4.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer{
	clear: both;
	display: block;
	background-image: url('images/footerbg.gif');
	text-align: center;
	padding: 20px;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	padding-top: 1.5em;
}
h3 {
	font-size:16px;
	text-transform: uppercase;
	color: #006699;
}
h4 {
	font-size:16px;
	color: #006699;
}
#guestbook {
	height:450px;
	width:700px;
}

.lastupdate {
	text-align: right;
}

/*schedule layout*/
.schedule table {
	width: 450px;
}
.schedule th {
	border: 0px; 
	border-bottom: 2px solid #006699;
	border-right: 1px solid #006699;
	text-align: center;
	text-transform:uppercase;
}
.schedule td {
	width: 90px;
	height: 40px;
	padding: 2px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}
.schedule  tr  td.teams{
	border: none;
	border-bottom: 1px solid #006699;
	border-right: 2px solid #006699;
	font-weight: bold;
}

/*event layout*/
.event {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px;
}
.event td {
	width: 300px;
}

/*links layout*/
.next {
	text-align: right;
}
.next a {
	color: #006699;	
}
.next a:hover {
	color:#FF9900;
}
.footer a:link, .footer a:active, .footer a:visited{
	color:#222;
}
.footer a:hover {
	color:#FFF ;
}


/*blogs layout*/
.blogdate {
	color:#666;
	text-transform: uppercase;
	padding-top: 1.5em;
}
.blogtitle {
	font-size:20px;
	text-transform: uppercase;
	color: #006699;
	padding-top: 5px;
}
.blogwriter {
	padding-bottom: 5px;
	border-bottom:inset thin;	
}
.blog {
	padding-bottom: 1.5em;
	border-bottom:inset thin;
}

/*misc layout elements*/
.question, .questionQ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
}
.question {
	font-weight: bold;
}
.date {
	width: 80px;
	vertical-align: top;
}
.important {
	color:#FF0000;
}
.strikethru {
	text-decoration: line-through;
}
#news td {
	padding: 5px;
}
