body {
background-color: white;
background-repeat: repeat-y;
background-position: center;
}


#topcover {
position: absolute;
top: 0px;
left: 50%;
background-color: white;
margin-left: -384px;
width: 770px;
height: 50px;
z-index: 1;
}


#container {
position: absolute;
top: 0px;
left: 50%;
width: 768px;
margin-left: -384px;
}


#container #nav {
position: absolute;
top: 14px;
left: 0px;
width: 768px;
height: 24px;
border-bottom: 0px;
border-left: 0px;
z-index: 4;
}


#container .tab {
position: relative;
top: 10px;
font-family: arial, helvetica, verdana, tahoma, sans-serif;
font-size: 9px;
color: #fff;
padding: 8px;
padding-bottom: 8px;
margin: 0px;
border: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px #000;
border-right: 0px;
background-color:  #CC5500;
text-decoration: none;
}


#container .navlink {
position: relative;
top: 12px;
font-family: arial, helvetica, verdana, tahoma, sans-serif;
font-size: 9px;
color: #660000;
padding: 8px;
margin: 0px;
border: 1px solid #000;
border-left: 0px;
background-color: #CC5500;
text-decoration: none;
}


#container .navlink:hover {
text-decoration: underline;
color: white;
}


#container #head {
position: absolute;
top: 50px;
width: 768px;
height: 90px;
z-index: 2;
border: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}


#container #headtext {
position: absolute;
top: 120px;
left: 410px;
z-index: 5;
color: #fff;
font-size: 11px;
font-family: tahoma, verdana, sans-serif;
}

#container #leftbar {
border: thin double rgb(0,0,0);
position: absolute;
top: 141px;
left: 0px;
width: 150px;
height: 700px;
z-index: 0;
background-color: #CC5500;
margin: 0px;
}


#container #leftbar h2 {
background-color: #660000;
width: 132px;
padding: 4px;
margin-bottom: 2px;
font-family: palatino, "times new roman", times, serif;
color: white;
font-size: 14px;
font-weight: bold;
}


#container #leftbar p {
background-color: #CC5500;
color: white;
font-family: tahoma, verdana, sans-serif;
font-size: 11px;
width: 130px; 
padding: 4px;
padding-top: 0px;
margin-top: 0px;
}


#container #leftbar a {
color: #660000;
}


#container #leftbar a:hover {
color: white;
}


#container #main {
position: absolute;
top: 141px;
left: 141px;
width: 627px;
border: 1px solid #000;
border-top: 1px solid #000;
background-color: #fff;
}


#container #main h1 {
padding: 10px;
margin: 0px;
font-family: tahoma, verdana, sans-serif;
font-size: 16px;
color: #660000;
font-weight: regular;
}


#container #main p {
padding: 10px;
padding-top: 0px;
font-size: 12px;
font-family: tahoma, verdana, sans-serif;
color: #333;
margin-bottom: 20px;
}


#container #main a {
color: #660000;
}


#container #main a:hover {
color: #faa540;
}

#container #main .posted {
color: #ea7f0c;
text-decoration: none;
}