html, body{ 
 margin:20px; 
 padding:0; 
 text-align:center;
 background-color:#90B586; 
 font-size:small;
 font-family:Arial, Helvetica, sans-serif;
} 

.menu a:link { text-decoration: none ; color: #000000 ; font-weight: bold ;}
.menu a:visited { text-decoration: none ; color: #000000 ; font-weight: bold ;}
.menu a:hover { text-decoration: none ; color: #72A266 ; font-weight: bold ;}
.menu a:active { text-decoration: none ; color: #72A266 ; font-weight: bold ;}
 
a:link { text-decoration: none ; color: #000000 ; font-weight: bold}
a:visited { text-decoration: none ; color: #000000 ; font-weight: bold}
a:hover { text-decoration: underline ; color: #000000 ; font-weight: bold}
a:active { text-decoration: underline ; color: #000000 ; font-weight: bold}
 
#titlelinks{
 position:relative;
 height:auto;
 width:auto;
 text-align:left;
 top:-20px;
}
 
#pagewidth{ 
 width:760px; 
 text-align:left; 
 min-width:500px;
 margin-left:auto; 
 margin-right:auto;
 border:15px dashed #A1BC9A;
} 
 
#header{ 
 height:100px; 
 width:100%; 
 background-color:#CFDFC9;
 background-image:url(../top.gif);
 background-repeat:repeat-x;
 background-position:0px 0px;
 background-attachment:scroll;
 } 
 
#outer{ 
 border:solid white 0px; 
 background-color:#CFDFC9; /* center column colour */ 
 width:auto; 
 } 
 
#footer{
 height:50px; 
 width:100%; 
 background-color:#72A266; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float:left; 
 width:100%; 
 position:relative;
}
 
#mainbox{
 width:75%;
 border:5px double #72A266;
 position:relative;
 margin:20px 90px 30px 90px;
 background-color:#FFFFFF;
}

#outer>#inner { border-bottom:1px solid #72A266;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 