body {
background-color: #fff;
background: #fff url(images/backgroundImage.jpg) no-repeat fixed top center;
color: #006;
font-family: Arial, sans-serif;
font-size: 0.875em;
}
#container {
position: relative;
width: 90%;
left-margin: auto;
right-margin: auto;
text-align: center;
padding-left: 20px;
padding-right: 20px;
}
a:link {color:#006; text-decoration: underline} 
a:visited {color:#006; text-decoration: underline} 
a:hover {color:#b80000; font-variant:small-caps; text-decoration: underline} 
a:active {color:#006; text-decoration: underline}
#nav {
height: 30px;
width: 100%;
text-align: center;
border-top: solid #006 1px;
border-bottom: solid #006 1px;
}
header {
position: relative;
}
#nav ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #006;
line-height: 30px;
white-space: nowrap;
}
#nav li {
list-style-type: none;
display: inline;
}
#nav li a {
text-decoration: none;
padding: 7px 10px;
color: #006;
}
#nav li a:link {
color: #006:
}
#nav li a:visited {
font-weight: bold;
color: #006;
}
#nav li a:hover {
font-weight: bold;
color: #a80000;
}
#header {
text-indent: 5%;
}
#subheader{
}
#guts {
padding-left: 100px;
text-align: left;
width: 80%;
}
#lsidebar {
width: 15%;
float: left;
text-align: left;
background-color: #fff;
}
#midguts {
text-align: left;
left-margin: auto;
right-margin: auto:
width: 70%;

}
#rsidebar {
width:15%;
float:right;
}
#lcolumn {
text-align: left;
float: left;
width: 48%;
background-color: #fff;
padding: 5px;
}
#rcolumn {
float: right;
text-align: right;
width: 48%;
background-color: #fff;
padding: 5px;
}
#footer {
bottom: 5px;
width: 700px;
padding: 20px;
text-align: center;
font-size: .75em;
color: #909090;
}
h1 { 
font-family: Academy-Bold, Georgia;
font-size: 3em;
}
h2 {
font-family: Arial, sans-serif;
font-size: 1.5em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-family: Academy-Bold, Georgia;
font-size: 2em;
}
p {
text-align: left;
}
li {
text-align: left;
}
