body {
margin: 0px;
padding: 0px;
font-family: geneva, arial, sans-serif;
font-size: 12px;
}

h1 {
font-size: 18px;
font-weight: bold;
}
h2 {
font-size: 16px;
font-weight: bold;
}
h3 {
font-size: 14px;
font-weight: bold;
}
h4 {
font-size: 12px;
font-weight: bold;
}

input {
border: 1px solid #999;
font-family: sans-serif;
font-size: 10px;
margin-bottom: 3px;
}

textarea {
border: 1px solid #999;
font-family: sans-serif;
font-size: 10px;
margin-bottom: 3px;
height: 150px;
}

div.label {
font-size: 10px;
}

#header {
height: 45px;
background-color: #fff;
border-bottom: 1px solid #333;
padding-top: 10px;
padding-left: 10px;
font-weight: bold;
font-size: 24px;
color: #666;
}

.fatborder {
height: 1px;
background-color: #ccc;
border-top: 1px solid #fff;
border-bottom: 1px solid #666;
}
.fatborder img {
border: none;
}

#menu {
border-right: 1px solid #999;
}

#menu a {
display: block;
background-color: #fff;
color: #000;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 3px;
border-bottom: 1px solid #999;
}

#menu a.active {
background-color: #eee;
border-right: 1px solid #eee;
margin-right: -1px;
}

#menu a.active:hover {
background-color: #eee;
color: #000;
cursor: default;
}
#menu a:hover {
background-color: #999;
color: #fff;
}

img {
border: 1px solid #000;
}

#notice {
border-right: 1px solid #999;
}

#content {
font-size: 10px;
background-color: #eee;
border-right: 1px solid #999;
padding: 10px;
padding-left: 15px;
}

#content td{
font-size: 10px;
}

#content .preamble {
font-weight: bold;
}

#news {
float: right;
width: 200px;
}

#news a {
color: #900;
text-decoration: none;
}
#news a:hover {
text-decoration: underline;
}
#news .title {
color: #900;
font-size: 12px;
font-weight: bold;
}

#news .date {
color: #666;
font-size: 10px;
font-weight: normal;
}

#news .preamble {
margin-bottom: 10px;
font-weight: normal;
}


#footer {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
font-size: 10px;
background-color: #eee;
padding: 3px;
margin-bottom: 10px;
color: #666;
text-align: center;
}

#footer a {
color: #ddd;
}
