body {
	background-image: url(pix/top.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding: 5px;
}

h1 {
	font-size: 10pt;
	color: #0000CC;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}

div#menu {position:absolute; width:580px; height:28px; z-index:1; left: 28px; top: 81px;}
div#box{position:absolute; padding:15px; width:590px;z-index:2; left: 11px; top: 106px; background-color: #F0F0F0; layer-background-color: #F0F0F0; border: 1px none #000000;}
div#wit{position:absolute; padding:15px; width:601px; height:474px; z-index:0; background-color: #FFFFFF; border: none; left: 0; top: 0px; visibility: visible;}


ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{width:600px}
ul#nav li{float:left;margin-right: 2px;text-align: center}
ul#nav a{float:left;width: 6.7em;padding: 5px 2px 7px 2px;background: #FFF;text-decoration:none;color: #666}
ul#nav a:hover{background: #0000CC;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #EFEFEF;color: #003}
