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

#bg {
	background-color:#CCCCCC;
	}
	
#dt {
	background-image:url(../Images/dtbrown.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
#db {
	background-image:url(../Images/dtbrown.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration:none;
	valign:middle;
	}
	
#centerbox {
	float:left;
	margin-left:95px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	width:600px;
	align:left;
	text-align:left;
	background-color:#CCCC99;
	background-image:url(../Images/dtbrown.png);
	background-position:top;
	background-repeat:repeat-x;
	}

#centerbox a {
	text-decoration:none;
	color:#006666;		
}

#centerbox a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#009999;
}

#contenttable {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	}
	
#img {
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	}