body {
color:#630;
background-color:#FAF4DC;
text-align:center;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:.9em;
font-family:Verdana, Helvetica, Arial, sans-serif;
}
div#container {
width:745px;
margin:0 auto;
text-align:left;
}
div#navbar {
text-align:center;
font-weight:bold;
width:745px;
padding-bottom:4px;
}
#navbar a:link, #navbar a:visited {
color:#633;
text-align:center;
font-size: .8em;
font-weight:bold;
background-color:#FAF4DC;
text-decoration:none;
margin:0px;
padding:4px;
display:inline;
}
a:link {
text-decoration:none;
font-weight:bold;
color:#044;
}
a:hover {
color:#404;
}
a:active {
color:red;
}
#navbar .current {
color:#f9fce8;
background-color:#cbab6e;
padding:4px;
}
#navbar a:hover {
color:black;
background-color:#cbab6e;
}
#navbar a:active {
color:red;
}

h1 {
font-size:1.2em;
text-align:left;
color:#630;
}
h2 {
font-size:1em;
font-weight:bold;
text-align:center;
color:#008;
}
ul {
margin-top: -.5em;
}
li {
margin-left: -1.5em;
}
.content {
width:50%;
background:white;
color:black;
padding:1em;
border:#663300 dotted;
}
.content2 {
background:white;
color:#000000;
}
.forms {
background:white;
color:#663300;
font-weight:bold;
text-align:right;
}
.copyright {
color:black;
font-size:small;
padding:1em;
text-align:center;
width:745px;
margin:0 auto;
}
.alignCenter {
text-align:center;
margin:0 auto;
}
.alignLeft {
text-align:left;
}
.alignRight {
text-align:right;
}