div.navcontainer { text-decoration:none;  height:32px; width:360px; float:bottom;}
.home { width:84px; 	margin-top:72px;	background:url(graphics/daphome.gif); 	background-position: 0px -36px; 	float:left;  text-decoration:none;}
.about { width:84px; 	margin-top:72px;	background:url(graphics/dapabout.gif); 	background-position: 0px -36px; 	float:left; margin-left:-10px;   }
.search { width:88px; 	margin-top:72px;	background:url(graphics/dapsearch.gif); 	background-position: 0px -36px; 	float:left;  }
.contact { width:112px; 	margin-top:72px;	background:url(graphics/dapcontact.gif); 	background-position: 0px -36px; 	float:left;  }
.home:hover { width:84px; 	margin-top:72px;	background:url(graphics/daphome.gif); 	background-position: 0px 58px; 	float:left;  }
.about:hover { width:84px; 	margin-top:72px;	background:url(graphics/dapabout.gif); 	background-position: 0px 58px; 	float:left;  }
.search:hover { width:88px; 	margin-top:72px;	background:url(graphics/dapsearch.gif); 	background-position: 0px 58px; 	float:left;  }
.contact:hover { width:110px; 	margin-top:72px;	background:url(graphics/dapcontact.gif); 	background-position: 0px 56px; 	float:left;  }




body {margin-top:0px; }
a.mainlevel:link, a.mainlevel:visited {
        display: block;
        background: url("menu_bg.png") no-repeat;
        vertical-align: middle;
        font: bold 16px Verdana, sans-serif;
	color: #fff;
        text-align: left;
        padding-top: 0px;
        padding-left: 22px;
        height: 20px;
        height: 25px;
        width: 100%;
        text-decoration: none;
}

a.mainlevel:hover {
        background-position: 0px -25px;
        text-decoration: none;
        color: #fff;
}
div.banner 	{ width:900px; background-color:white; height:886px;}
div.leftblank 	{ float:left; height:186px;  background-color:green; }
div.leftbanner	{ float:left; height: 186px; width:225px; background-color:yellow; }
div.midbanner	{ float:left; height: 186px; width:420px; ;background:url("graphics/midbanner.jpg"); }
div.rightbanner	{ float:left; height:186px; width:220px;  }
div.rightblank	{ float:left; height:186px; }
div.body	{ background-color:FFF; width:900px;  }




