body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 0px;
    background-image: url(/assets/images/bg.png);
    background-repeat: repeat-x;
    background-color: #85A8C0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, area {
    border: 0px solid transparent;
}

img.inline {
    display: inline;
}

img.content {
	padding: 0 4px 4px 0;
	float: left;
}

ul#contactInfoList, ul#mailingAddress, ul#otherContactMethods {
	list-style: none;
}

h2.pageSection {
	border-top:thin solid silver;
	padding-top: 3px;
}

a:link {
    color: #396DDB;
    text-decoration: none;
}

a:visited {
    color: #6F44D2;
}

a:hover {
    color: #617EBF;
}

a:active {
    color: #E32E33;
}

h1, h2, h3, hx4, h5 {
    font-family: "Trebuchet MS", Geneva, Verdana, Aria, sans-serif;
}

#divContainer {
    width: 934px;
    margin: auto;
}

#divHeader {
    width: 934px;
}

#divPage {
    background: url(/assets/images/content.png);
    background-repeat: repeat-y;
}

#divContent {
    padding: 10px 60px 2em 60px;
}

#divContent {
    line-height: 2em;
    font-size: 12px;
}

#divFooter {
    background: url(/assets/images/footer.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 75px;
    font-size: 10px;
    color: #FFF;
}

#divNav {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 14px;
    background-image: url(/assets/images/navigation.png);
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px 34px;
    line-height: 2em;
    text-align: right;
}

#divNav a:link, #divNav a:visited, #divNav a:hover, #divNav a:active {
    color: #FFF;
    text-decoration: none !important;
    line-height: 1em;
    padding: .45em 12px !important;
    margin: -20px 0px !important;
}

#divNav a:hover, #divNav a.current {
    background: #315E40;
    color: #FFF;
}