BODY {
 font-family: book antiqua, courier new, monospace;
}
A:link { 
 color: #202020;
}
A:visited { 
 color: #404040;
}
A:active {
 color: #F9962B;
}
H1 {
 font-size: 300%;
 font-weight: 900;
}
LI {
 text-align: left;
}
HR {
 color: #800000;
}
DT {
 font-weight: 700;
} 
TEXTAREA {
 font-family: book antiqua, courier new, monospace;
}
#map {
 position: absolute;
 top: 3px;
 height: 47px;
 width: 99%;
 overflow: hidden;
 background-image: url('images/layout/map_back.gif');
 background-repeat: repeat-x;
 z-index: 100;
}
#mapend {
 position: absolute;
 top: 3px;
 width: 100%;
 margin-right: 0;
} 
#body {
 position: relative;
 top: 35px;
 background: #EFCD91;
 width: 100%;
 height: 85%;
 margin-right: 3px;
 border-right: 3px solid #000000;
}
#nav {
 position: absolute;
 top: 0;
 left: 0;
 width: 13em;
 background: #EFCD91 url('images/layout/borderpaper.gif') repeat-y;
 padding-left:65px; padding-top:0.5em; padding-right:0; height:100%; font-size:84%; background-image:url('images/layout/borderpaper.gif'); background-repeat:repeat-y
}
#main {
 padding-left: 12em;
 padding-right: 1em;
 padding-top: 0.5em;
 width: 100%;
 height: 100%;
 background: #EFCD91;
 overflow: auto;
 text-align: justify;
 font-size: 100%;
}
#fyeobox {
 position: absolute;
 top: 14em;
 left: 26em;
 z-index: -1;
} 
#bottom {
 position: relative;
 top: 35px;
 height: 54px;
 width: 100%;
 font-size: 72%;
} 
#bottomleft {
 position: absolute;
 top: 0;
 height: 54px;
 width: 99%;
 overflow: hidden;
 background-image: url('images/layout/bottommiddle.gif');
 background-repeat: repeat-x;
 z-index: 100;
}
#bottomright {
 position: absolute;
 top: 0;
 height: 54px;
 width: 100%;
 z-index: 200;
}
#cctabhead {
 color: #FFFFFF;
 font-size: 100%;
 background-color: #000000;
 font-weight: bold;
 text-align: center;
} 
#cctableft {
 font-size: 72%;
 text-align: right;
 background-color: #FEFAF4;
 padding-bottom: 1px;
 padding-top: 1px;
 padding-right: 5px;
 padding-left: 2px;
}
#cctabright {
 font-size: 72%;
 text-align: left;
 background-color: #FEFAF4;
 padding-left: 5px;
 padding-bottom: 1px;
 padding-top: 1px;
 padding-right: 2px;
 font-variant: small-caps;
}