html {
background: url('/images/background.jpg');
}
body {
width: 750px;
margin: 0 auto;
padding: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
background: white;
}

h1#top {
width: 750px;
height: 200px;
background: white url('/images/header.jpg') no-repeat;
margin: 0;
}

h2, h3, h4, h5, h6 {
text-align: center;
background: url('/images/darker-background.jpg') repeat-y right top;
padding-right: 68px;
border-bottom: 2px solid #266423;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 14px;
border: none;
}

p {
text-align: justify;
}

#menu {
float: left;
width: 187px;
margin: 0;
}

#content {
margin: 0 4px 1em 197px;
}


#menu ul, #menu li {
text-indent: 0;
margin: 0.2em 0;
padding:0;
list-style:none;
}

#menu li {
padding: 0.3em;
background: url('/images/darker-background.jpg');
}

#menu li:hover {
background: url('/images/background.jpg');
}

#menu li li {
font-size: 90%;
}

#menu, #menu a {
font-weight: bold;
color: white;
text-decoration: none;
}

#footer {
clear: both;
border-top: 1px solid #979996;
text-align: center;
background: url('/images/darker-background.jpg');;
color: white;
padding: 0.1ex;
margin: 0.1ex 0;
font-size: 80%;
}

#footer p {
margin: 0.3em;
}

a img {
border: 0;
}

.news {
margin: 1em 0;
}

.news h4 {
border-bottom: 1px solid #266423;
}

.msgs, .msge {
padding: 4px;
text-align: center;
font-weight: bold;
}

.msgs {
background: green;
}

.msge {
background: orange;
}

table {
border-collapse: collapse;
margin: 1em auto;
}

table td, table th {
border: 1px solid #979996;
padding: 4px;
font-size: 12px;
}

.row0 {
background: white;
}

.row1 {
background: #eee;
}

.c {
text-align: center;
}

.wide {
width: 250px;
}

.borderless, .borderless td, .borderless tr {
border: none;
}

.fullInfo {
background: yellow;
}

div:target {
background: #ccc;
padding: 4px;
}

h3:target {
background: yellow;
}

a:link, a:visited, a:hover, a:active {
color: navy;
}

dt {
	margin-top: 1em;
}
