/* CSS Document */

/* --- base settings for body and html --- */

html {
color:#000;
margin:0;
padding:0;
}

body {
	font-family:Georgia,Palatino,Palatino Linotype,Times,Times New Roman,URW Chancery L,serif ;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	/* background-color: #5E610B; */
	background-color: #666600;
	font-size: 100%; /* All other sizes are based off this size and line-height */
	line-height: 1.125em;
}

<!--[if !IE]>-->

<style type="text/css">
body {
    font-size:16px;
}
</style>

<!--<[endif]-->

img {
border:none;
}

a {
outline:none;
}

/* --- typography --- */

p, h1, h2, h3, h4, h5, h6, li {
font-family:Georgia,Times,Times New Roman,serif;
}

h1 {
font-size: 1.333333em;
line-height: 1.5em;
}

h2 {
font-size: 1.166667em;
line-height: 1.3em;
margin: 0; 
padding-bottom:0.35em; 
}

h3 {
font-size: 1em;
line-height: 1.125em;
font-weight: normal;
margin:0;
padding-top:0.07em; 
padding-bottom:0.14em; 
}

h4 {
font-size: 0.833333em;
line-height: 0.94em;
}

h5 {
font-size: 0.75em;
line-height: 0.84em;
}

#header {
	text-align: center;
	margin: 0 0 0 0;
	width: 100%;
	height: 150px;
	color: #B41F36;
	background-color: white;
}

#calheader {
	width: 100%;
	height: 35px;
	margin-top: 10px;
	text-align: center;
	font-size: 1.5em;
	color: #000;
}

#navbarcontainer {
	text-align: center;
	width: 100%;
	background-color: #B41F36;
	height: 20px;
}

#content {
	text-align: center;
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	/* border: 1px solid black; */
}

#leftcol {
float:left;
margin-left:50px;
width:150px;
text-align:left;
}

#rightcol {
float:right;
margin-right:50px;
width:150px;
text-align:right;
}

#centercol {
float:left;
width:150px;
text-align:center;
}

.spacer10 {
margin-bottom:10px;
}

.spacer30 {
margin-bottom:30px;
}

.alignleft {
text-align: left;
}

#footer {
clear:both;
font-family:Arial, Helvetica, sans-serif;
padding-top:20px;
text-align:center;
}

a:link,a:active,a:visited {
text-decoration:none;
color: blue;
}

/* --- Navigation Bar  --- */

#navbar
{
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid yellow; */
	padding: 0;
	height: 20px;
}

#navbar ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navbar ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navbar ul li a
{
	background: #B41F36;
	width: 78px;
	height: 20px;
	border-top: 1px solid #393B0B;
	border-right: 1px solid #393B0B;
	border-bottom: none;
	border-left: 1px solid #393B0B;
	padding: 0;
	color: silver;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 0.8em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navbar ul li a:hover
{
	color: #8A0808;
	background: white;
}

#navbar a:active
{
	background: #666600;
	color: #fff;
}

#navbar li#active a
{
background: #666600;
border-top: 1px solid #393B0B;
border-right: 1px solid #393B0B;
border-bottom: none;
border-left: 1px solid #393B0B;
color: #fff;
}