@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

#marquee {
	clear: both;
	width: 100%;
	height: 50px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #000000;
}
#marquee a:link, #marquee a:visited {
	color: #00CCFF;
	text-decoration: none;
}
#marquee a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#marquee img {
	vertical-align:middle;
}
#nav_tabs {
	clear: both;
	width: 100%;
	height: 21px;
	background-image:url(../images/tab-back.gif);
	background-repeat:repeat-x;
}
#nav_tabs a {
	display: block;
	float: left;
	height: 21px;
	width: 117px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	background-image:url(../images/tab.gif);
	text-align: center;
}
#nav_tabs a:link, #nav_tabs a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead {
	clear: both;
	width: 100%;
	height: 73px;
	background-image:url(../images/dwm-logo-back.gif);
	background-repeat:repeat-x;
}
#nav_blackbar {
	clear:both;
	height: 25px;
	line-height: 25px;
	width: 100%;
	color: #FFFFFF;
	background-color: #000000;
}
#content_container {
	width: 90%;
	margin: 0 auto 0 auto;
	background-color: #FCFCFC;
}
.constrain {
	width: 90%;
	margin: 0 auto 0 auto;
}
.site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.site a:link, .site a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
.site a:hover {
	color: #800000;
	text-decoration: underline;
	font-weight: bold;
}
.site .status {
	font-weight: bold;
}
.site .desc {
	color: #003300;
}
#searchform {
	width: 650px;
	height: 60px;
	line-height: 60px;
	margin: auto auto 10px auto;
	text-align:center;
	border: 1px solid #356692;
	background-color: #EEEEFF
}
#footer {
	text-align: center;
	font-size: 12px;
}
#googlecontent {
	width:728px;
	height: 90px;
	margin: 0 auto 0 auto;
}
#googlecontent iframe {
	margin: 0 auto 0 auto;
}
#google_search_content {
	float: right;
	width: 130px;
	margin-right: 5px;
}
