body{
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	background: #CCCCCC;
}
#wrapper{
	border:1px solid black;
	clear:both;
	width:770px;
	background:white;
	padding:5px;
}
#topheader{
	width:770px;
	height:100px;
	background: url(../../images/DETNsiteheader.jpg) no-repeat;
}
#utilbar{
	width:770px;
	height:25px;
	background: url(../images/subhead.jpg) repeat-x;
}
#bodyarea{
	width:770px;
	background: #FFFFFF;
	height:auto !important;
	height:500px;
	min-height:500px;
}
#leftcol{
	width:200px;
	float:left;
	clear:left;
	height:auto !important;
	height:500px;
	min-height:500px;
}
#rightcol{
	width:570px;
	float:right;
	clear:right;
	height:auto !important;
	height:500px;
	min-height:500px;
}
.pad{
	padding:5px;
}
#footer{
	width:770px;
	height:25px;
	background: url(../images/subhead.jpg) repeat-x;
}
/* start menu button styles */
a.imglink{ 
    font : bold 9pt verdana, sans-serif; 
    color:white; 
    width:194px; 
    height:25px; 
    background: #3D8AC0; 
    display:block; 
    text-decoration:none; 
	 margin:3px;
    } 
    a.imglink:Hover{ 
    font : bold 9pt verdana, sans-serif; 
    color:white; 
    text-decoration:none; 
    background: #75ADD2}
	.mpad{
		padding:5px;
	}
