h1 {
font-size:24pt;
font-family:gill sans MT;
font-weight:normal;
text-align:left;
background-color:white;
color:rgb(0,0,128);
}
h2 {
font-size:18pt;
font-family:gill sans MT;
font-weight:bold;
text-align:center;
background-color:white;
color:rgb(0,0,128);
}
h3 {
font-size:11pt;
font-family:gill sans MT;
font-weight:normal;
text-align:justify;
background-color:white;
color:rgb(0,0,128);
}
.fronttextl {
font-size:14pt;
font-family:gill sans MT;
font-weight:normal;
text-align:left;
background-color:white;
color:rgb(0,0,128);
}
.fronttextc {
font-size:14pt;
font-family:gill sans MT;
font-weight:normal;
text-align:center;
background-color:white;
color:rgb(0,0,128);
}
.fronttextr {
font-size:14pt;
font-family:gill sans MT;
font-weight:normal;
text-align:right;
background-color:white;
color:rgb(0,0,128);
}
.fronthead {
font-size:36pt;
font-family:gill sans MT;
font-weight:bold;
text-align:center;
background-color:white;
color:rgb(0,0,128);
}
.head {
font-size:18pt;
font-family:gill sans MT;
font-weight:bold;
text-align:left;
color:rgb(0,0,128);
background-color:white;
}
body{
margin:0px;
padding:0px;
text-align: center;
}
#wrapper{
margin: 0 auto;
padding: 0;
width: 750px;
text-align: left;
}
/* Toolbar text  */
body {
margin: 0;
padding: 0;
font-family: "Gill Sans MT"; 
font-size: 12px;
}
#dl, dt, dd, ul{
background: rgb(192,192,192);
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
font-family: "Gill Sans MT"; 
z-index:100;
width: 100%;
}
#menu dl {
float: left;
font-family: "Gill Sans MT"; 
width: 120px;
margin-right:1px;
}

/* box*/
#menu dt {
cursor: pointer;
font-family: "Gill Sans MT"; 
text-align: center;
font-weight: normal;
background: rgb(192,192,192);
border: 1px solid gray;
color:rgb(0,0,128);
padding:0;
}
#menu dd {
background-color: rgb(192,192,192);
color:rgb(0,0,128);
font-family: "Gill Sans MT"; 
border: 1px solid gray;
}
/*secondary box*/
#menu li {
text-align: center;
font-family: "Gill Sans MT"; 
background: solid #808080;
}

#menu li a, #menu dt a {
font-family: "Gill Sans MT"; 
color: rgb(0,0,128);
text-decoration: none;
display: block;
height: 100%;
border: 0px none;
}
#menu li a:hover {
font-family: "Gill Sans MT"; 
color: rgb(0,0,128);
background: #eee;
}

#menu dt a:hover {
font-family: "Gill Sans MT"; 
color: rgb(0,0,128);
background: #eee;
}
#site {
font-family: "Gill Sans MT"; 
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}