﻿body { 
	margin: 0 auto;
	text-align: center;
	font: 12px "Tahoma", "Arial", sans-serif;
	background: #FFF;
}
a {text-decoration: none;}
a:link {color: #8C7B56;text-decoration: none;}
a:visited {color: #99CC00;text-decoration: none;}
a:hover {color: #FF9900;text-decoration: underline;}
input.submit {
	background: #E1EEBB url(../img/submit.gif) no-repeat;
	border: 0;
	width: 60px;
	height: 40px;
	color: #FFF;
}
input {font:11px "Tahoma", sans-serif;}
input.username { 
	background: #FFF url(../img/username.gif) no-repeat;
	padding: 2px 0px 2px 18px;
}
input.password { 
	background: #FFF url(../img/password.gif) no-repeat;
	padding-left: 18px;
}
input.validate { 
	background: #FFF url(../img/validate.gif) no-repeat;
	padding-left: 18px;
}


#container {
 	width: 800px;
	margin: 0 auto;
}
#header {
 	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#nav {
	width: 800px;
	height: 48px;
	margin: 0 auto;
	font-size: 12px; 
    list-style-type: none;
    text-align: center;
	background: url(../Images/DHBG.gif) no-repeat;
}



#index_container {
 	width: 800px;
	margin: 0 auto;
	border-left: #cccccc 2px solid;
    border-right: #cccccc 2px solid;
}
#index_header {
 	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#index_content {
	width: 800px;
	margin: 0 auto;
}


#windows {
	float: right;
	width: 50px;
	height: 12px;
	margin: 6px;
}
#login_content {
	width: 400px;
	height: 180px;
	margin: 0 auto;
	background: url(../img/login_bg.gif) no-repeat;
}
#login_logo {
	width: 400px;
	height: 60px;
}
#login_body {
 	width: 280px;
	height: 80px;
	margin: 0 auto;
	color: #666;
}
#login_left {
 	float: left;
	width: 200px;
	height: 80px;
	text-align: left;
}
.line {
 	height: 25px;
}
#login_right {
 	float: right;
	width: 60px;
	padding: 15px 0px 15px 0px;
}
#login_footer {
 	width: 400px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/login_footer.gif) no-repeat;
	text-align: center;
}
#login_up {
 	width: 400px;
	height: 60px;
	margin: 0 auto;
	background: url(../img/login_up.gif) no-repeat;
	text-align: center;
}

#copyright {
 	float: left;
	width: 100%;
	text-align:center;
	font-size: 11px;
	line-height: 150%;
	margin-top: 0px;
}


