body {
 font: 76%/150% Verdana,sans-serif;
 padding: 0px;
 margin: 0px;
}

h1 {
 font-size: 30px;
 line-height: 34px;
 letter-spacing: -1px;
 font-weight: 500;
 display: inline;
}

h2 {
 font-size: 17px;
 font-weight: 600;
 letter-spacing: -1px;
}

h3 {
 font-size: 12px;
 font-weight: 600;
 margin: 15px 0px 8px 0px;
}

h1, h2, h3 {
 font-family: "lucida console", "courier new", sans-serif;
}

ul {
 list-style-type: square;
 margin-top: 0px;
}

a:link, a:visited {
 text-decoration: none;
 font-weight: 500;
 font-size: 8pt;
}

a:hover, a:active {
 text-decoration: underline;
}

.pad {
 padding:10px;
}

.menuline {
 padding-left: 20px;
}

.news {
 padding-left: 20px;
}

.current {
 font-weight: bold;
}

.show {
 display: block;
}

.noshow {
 display: none;
}

#wrapper {
 position: relative;
 width: 925px;
 margin: auto;
}

#top {
 position: relative;
 left: 10px;
 top: 5px;
 border: 1px solid #000;
 height: 70px;
 width: 925px;
} 

#header {
 position: relative;
 top: 10px;
 text-align: center;
}

#left {
 position: relative;
 top: 10px;
 left: 10px;
 width: 220px;
 font-size: 10px;
 line-height: 16px;
}

#main {
 width: 700px;
 height: 500px;
 border: 1px solid #000;
 overflow: auto;
}

#menu {
 border: 1px solid #000;
 position: relative;
 height: 420px;
}

#update {
 border: 1px solid #000;
 position: relative;
 height: 33px;
 margin-top: 5px;
}

/* template colors */

body {
 color: #061208;
 background: #bfb8a6;
}

a:link    { color: #003399; }
a:visited { color: #003399; }

ul { color: #000000; }

h1 { color: #ffffee; }
h2 { color: #ff0033; }
h3 { color: #003399; }

#top    { background: #ffffff; } 
#main   { background: #bdcde4; }
#menu   { background: #bdcde4; }
#update { background: #ffffff; }
