body,html {
	margin:0px;
	padding:0;
	background:#446688;/*rgb(0,85,163);*/  /*rgb(122,139,159);*/ /*122,139,159*/
	text-align:center;
	height:100.1%;
	font-family:verdana,helvetica,"luxi sans",sans-serif;
}
#wrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 880px;
	background: url(images/content_bg.png) repeat;
}
#header {
	height:226px;
	background:#fff;
	background-image:url(images/dmb_logo.png);
	background-repeat:no-repeat;
	background-position:center;
}
#titlebar {
	height:24px;
	background:#f8f8f8;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#titlebar h2 {
	height:24px;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	color:rgb(0,85,163);
	font-style:italic;
	font-size:16px;
	margin:2px 0 2px 0;
}

#sidebar {
	float: left;
	width: 240px;
}
#sidebar h3 {
	font-family:georgia;
	background:#f8f8f8;
	color:rgb(238,28,35);
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	border-bottom: 1px dotted #33486c;
}
.buttonscontainer {
	width: 240px;
}
.buttons a {
	color: rgb(0,85,163);
	background-color: #ffffff; /*rgb(255,249,174);*/
	padding: 2px;
	padding-left: 10px;
	display: block;
	border-bottom: 1px dotted #33486c;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.buttons a:hover {
/*	background-color: rgb(0,124,195);*/
	background-color: #ccccdd;
/*	color: rgb(255,249,174);*/
	text-decoration: none;
}
#main { 
	margin: 0;
	padding-top:20px;
	float: left;
	width: 640px;
	height: 1%;
}
#main ul {
	margin-bottom:0;
}
#main li {
 font-size:11px;
 color:#203040;
}
#main h2 {
 padding:0px;
 margin:0px;
 font-size:20px;
 font-weight:bold;
 color:#203040;
 text-align:center;
}
#main h3 {
 padding:0px;
 margin:0px;
 font-size:14px;
 font-weight:bold;
 color:rgb(238,28,35);
 text-align:left;
}
#main h4 {
 padding:0px;
 margin:0px;
 font-size:12px;
 font-weight:bold;
 color:#203040;
 text-align:left;
}
#main blockquote {
 font-size:11px;
 color:#203040;
 padding:0 10px 0 0;
}
#main p {
 font-size:12px;
 color:#333333;
 padding:0 10px 0 0;
}
#main a,td {
 font-size:12px;
 color:#203040;
}
#main a:hover {
 color:#cc0000;
}

#main_hdr {
	border: 1px solid #cc0000;
	width:80%;
	margin:0 auto;
}
#main_hdr h2 {
	font-family:georgia;
	margin-bottom:12px;
	color:rgb(0,85,163);
	text-align:center;
}
#main_hdr h3 {
	text-align:center;
}
#main_content {
	padding:0 10px 0 10px;
	line-height:125%;
}
#footer {
	clear: both;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	font-size:12px;
	background:#d0d0e0;
	text-align:left;
	padding-left:8px;
}
#subftr {
 height: 20px;
 color:#ffffff;
}
#subftr a {
 font-size: 12px;
 color: #ffffff;
}
#subftr a:hover {
 color:rgb(238,28,35);
}
#subftr em {
	font-size:12px;
}

