﻿body, html
{
    margin: 0;
    padding: 0;
    background-color: #88C0E1;
    color: #000000;
}
body
{
    min-width: 995px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#wrap
{
    background-color: #256387;
    margin: 0 auto;
    width: 995px;
    border-bottom: solid 2px #000000;
    border-left: solid 2px #000000;
    border-right: solid 2px #000000;   
}
#nav
{
    height: 14px;
    padding: 5px;
}
#nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li
{
    margin: 0;
    padding: 0;
    display: inline;
}
#menu
{
    background-image: url('../Images/menu_logo.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
    width: 200px;
    min-height: 450px;
    padding-top: 95px;
}
#menucontactinfo
{
	padding: 8px;
	line-height: 16px;
	color: #FFFFFF;
}
#mainheader
{
    width: 795px;
    height: 56px;
    background-color: #B6AC66;
    border-top: solid 1px #A60A42;
    border-bottom: solid 4px #000000;
}
#main
{
    background-color: #FFFFFF;
    float: right;
    width: 795px;
}
#content
{
    padding: 20px;
    min-height: 450px;
}
#footer
{
    clear: both;
    border-top: solid 4px #000000;
}
#footermenu
{
    padding: 12px;
    background-color: #FFFFFF;
}
#footermenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footermenu li
{
    margin: 0;
    padding: 0;
    display: inline;
}
#footerdisclaimer
{
    border-top: solid 1px #A60A42;
    padding: 12px;
    line-height: 16px;
    background-color: #B6AC66;
    font-weight: bold;
}
a.HeaderLink
{
    font-weight: bold;
    color: #3393CC;
    text-decoration: none;
}
a.HeaderLink:Hover
{
    color: #88C0E1;
    text-decoration: underline;
}
a.LeftMenuLink
{
    display: block;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    width: 200px;
    padding: 5px;
}
a.LeftMenuLink:Hover
{
    background-color: #FFFFFF;
    color: #000000;
}
.noborder
{
	border: 0;
}
/* Stuff from the old stylesheet */
#ContentSiteNav
{
	padding: 8px;
}
div.Content
{
	/* width: 100%; took this out because it was causing the site to display poorly in IE6 */
	padding: 12px;
	border-top: solid 1px #A60A42;
}
p.PageContentHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #A60A42;
}
p.PageContent
{
	line-height: 16px;
}
div.ContentSpacer
{
	width: 100%;
	height: 12px;
}
#RightContentWrapper
{
	background-image: url('../Images/Splash/adobe_stock.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 450px;
	padding-right: 275px;
}
#RightContentWrapper2
{
	min-height: 450px;
	padding-right: 22px;
}