body { 
font-family:Arial, Helvetica, sans-serif; 
font-size: 12pt; 
color: #000000; 
background: #66ccbb; /*PAGE BG*/
padding:0 0 0 0;
text-align:center;
}

.border {border:1px solid #000000; width:750px; background: #ffffff;}

.outer {
position:relative;
font-size: 28pt; 
width:750px;
height:50px;
margin:0 0 0 0;
padding:40 0 0 0;
text-align:left;
background: #ccffee; /* HEADER BG */
/*border-left:1px solid #000000;*/
/*border-right:1px solid #000000;*/
/*border-top:1px solid #000000;*/
}

.bar {
position:relative;
clear:none;
width:750px;
height:10px;
margin:0 0 0 0;
padding:0 0 0 0;
background:#000000;
color:#000000;
text-align:right;
/*border:1px solid #000000;*/
}



.content{
position:relative;
width:700px;
padding: 0;
background:#ffffff;
color:#000000;
text-align:left;
/*border-left:1px solid #000000;*/
/*border-right:1px solid #000000;*/
}

.navi {
position:relative;
clear:both;
width:750px;
height:25px;
margin:0 0 0 0;
padding:5 0 0 0;
background:#ffffff;
font-size:10pt;
/*border-left:1px solid #000000;*/
/*border-right:1px solid #000000;*/
}

#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
font-size:12pt;
font-weight:bold;
color:#ffffff;
/*float:left;*/
width:100%;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: 2 8 2 8;
color: #000000;
text-decoration:none;
/*float:left;*/
/*border-right:1px solid #cccccc;*/
}

#nav ul li a:hover{
background:#66ccbb;
color: #000000;
text-decoration:none;
/*border-right:1px solid #cccccc;*/
}

a {
color:#000000;
text-decoration:none;
}



