body {
    font-family: sans-serif;
    background: #f6f0dd;
    padding: 0;
    margin: 0;
}

h1 {
    margin: 0;
    padding: 1em 0;
}

h2 {
    font-size: medium;
    margin: 0;
    padding: 1em 0;
}

p {
    margin: 0 0 1em 0;
    line-height: 150%;
}

acronym {
    cursor: help;
}

div#master {
    width: 45em;
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
}

#header {
    color: white;
    background: #921609;
}

#mainmenu {
    background: #444;
    font-size: small; 
}

#mainmenu td {
    width: 25%;
    text-align: center;
    border-top: #777 solid thin;
    border-bottom: #777 dashed 0.5em;
}

a:link { color: #921609; text-decoration: none; }
a:visited { color: #921609; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

#mainmenu a:link { display: block; color: white; font-weight: bold; text-decoration: none; padding: 0.5em 0; }
#mainmenu a:visited { display: block; color: white; font-weight: bold; text-decoration: none; padding: 0.5em 0; }
#mainmenu a:link:hover { background: #666; }
#mainmenu a:visited:hover { background: #666; }

#content {
	background: white;
	border-top: #eee solid 1em;
	font-size: small;
	color: #444;
	text-align: justify;
	padding: 1em 0;
	text-decoration: none;
}

div.item {
    margin: 0 15em 0 1em;
    border-bottom: #eee solid 1px;
    border-right: #eee solid 1px;
    padding: 0 1.5em 0 1em;
}


div.sidebar {
	border-right: none;
	background: #eee;
	padding: 1em;
	width: 150px;
	float: right;
	margin: 0 1px 1em 0;
	color: #777;
	clear: both;
	position: static;
}

div.sidebar p {
	font-size: small;
	width: 150px;
}

div.sidebar a {
    font-size: small;
}

div.sidebar h3 {
    text-align: right;
    margin: 0;
}

ul {
    padding: 0 0 0 3em;
}

ul.links {
	list-style-type: none;
	font-size: small;
}

div.border {
    border: #eee solid thick;
    border-right: none;
}

#footer {
    background: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}

#bottommenu {
    background: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa
}
#bottommenu a { color: #aaa }

