﻿@import url(sections/general.css);
@import url(sections/header.css);
@import url(sections/menu.css);
@import url(sections/heading.css);
@import url(sections/footer.css);
#innerBody
{
 margin: 0 auto;
 width: 900px;
}
h1
{
 font: bold 22px 'Trebuchet MS';
 color: #386093;
 text-align: left;
 font-weight: bold;
 margin-top: 10px;
 padding-left: 40px;
}
.sitemap td a, .sitemap td a:visited
{
 color:#375F92;
 text-decoration: none;
 font-weight: bold;
}
.sitemap td a:hover
{
 color: #666666;
}