/* reset margin and padding to 0 for all elements */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li {
margin: 0;
padding: 0;
}

/* This fixes an IE bug that caused awkward text-resizing */
html {
font-size: 100%;
}

body {
text-align: center;
font-size: 0.8em;
font-family: Arial, Helvetica, sans-serif;
background: none;
line-height: 2em;
}

a {
text-decoration: none;
color: #6d9d52;
}

li {
margin-left: 1em;
}

.secondary h1 {
font-size: 130%;
margin-bottom: 0.1em;
font-weight: bold;
}


/* this prevents images from disappearing in IE 6 */
img { 
position: relative;
border: none; /* and this removes image borders unless explicitly set */
}

#header {
background: none;

}

#footer {
display: none;
}

#page {
margin: auto;
}

.secondary #content {
background: none;
position: relative;
}

#content p {
margin-bottom: 1em;
}

.secondary #sidebar {
display: none;
}

.line {
margin: 10px 0;

}

.preload {
display: none;
}

.clear {
clear: both;
}

#site-id {
display: none;
}

#content-bottom {
display: none;
}

#footer-cross {
display: none;
}

.highlight {
color: #ae5e09;
}

#mainmenu {
display: none;
}

#headerimage {
display: none;
}

#maincontent .SectionTitle {
font-size: 150%;
margin-bottom: 0;
border-top: solid 1px black;
padding-top: 1em;
padding-bottom: 0.5em;
line-height: 1em;
}

.sectionmenu a {
color: #ae5e09;
}

.sectionmenu a:hover {
color: #016b98;
text-decoration: none;
}

.emphasis {
color: #016b98;
}

h1 {
font-size: 140%;
}

#print-header {
display: block;
margin-bottom: 20px;
}

#maincontent {
text-align: left;
}
