

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1em;
background-color: #f4f2e6;
}


#header {
padding-right: 170px;
font-size: 1.3em;
letter-spacing: 5px;
text-align: center;
background-color: #f8dc9d;
height: 80px;
color: #a31914;
padding-top: 20px;
}


#content {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
margin-right: 200px;
padding-right: 20px;
background-color: #ffffff;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 30px;
font-size: 1.2em;
word-spacing: 0px;
letter-spacing: normal;
text-align: left;
}

p, ul, ol, table {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
font-size: .7em;
line-height: 1.5em;
}

ol, ul {
margin-left: 25px;
}

h1 {
font-size: 1.2em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

h2 {
font-size: .9em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link  {
text-decoration: underline;
color: blue;
}

a:visited {
text-decoration: underline;
color: purple;
}

a:hover {
text-decoration: underline;
color: red;
}


#navbar {
position: absolute;
top: 100px;
left: 0;
width: 160px;
font-size: .9em;
height: 60%;
padding-top: 0px;
padding-bottom: 1px;
font-weight: bold;
border-top: 1px #ffb34d solid;

background-color: #f8dc9d;
text-decoration: none;
}

#navbar a:link, #navbar a:visited {
display: block;
color: #000;
text-align: left;
padding-left: 10px;
padding-bottom: 8px;
padding-top: 8px;
border-bottom: 1px #ffb34d solid;
text-decoration: none;
}

#navbar a:hover {
color: #000;
background-color: #ffb34d;
text-decoration: none;
}

#navbar a.current {
color: #000;
border-top: 1px #ffb34d solid;
border-bottom: 1px #ffb34d solid;
background-color: #ffb34d;
text-decoration: none;
}


#rightcol {
position: absolute;
font-size: .8em;
top: 80px;
right: 0;
width: 200px;
}

#rightcol strong {
font-size: .7em;}

#rightcol p {
font-size: 1em;
padding-left: 10px;
padding-right: 5px;
padding-top: 50px;
line-height: 1.5em;}


#footer {
	color: #000;
	font-size: 0.9em;	
	background-color: #ff9900;
	text-align: center;
	letter-spacing: 0;
	height: 20px;	
	padding-top: 5px;
padding-bottom: 5px;
}


#footer {
	color: #a31914;
	font-size: 0.9em;	
	background-color: #f8dc9d;
	text-align: center;
	letter-spacing: 0;
	height: 20px;	
	padding-top: 5px;
padding-bottom: 5px;
}


#footer a:link, #footer a:visited, #footer a.current{
color: #a31914;
font-size: 0.9em;
}

#footer a:hover {
color: #000;

}