﻿document, html, body, form
{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #4D4D4D;
    background-color: #42669d;
    font-family: Palatino, Helvetica, Arial, Verdana;
    text-align: center;
}

.center
{
	width: 989px;
	margin: 0 auto;
}

#divContentWrapper
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#MainContentWrapper
{
    width: 989px;
    position: relative;
    margin: 0 auto;
}

#divHeader a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 115%;
}

#divHeader a:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#divHeader a:hover
{
    color: #B7D7F0;
    font-weight: bold;
    text-decoration: none;
}

#divHeader
{
	background-image: url('/img/site/gradient-bg-top.png');
	background-repeat: repeat-x;
    width: 100%;
    height: 75px;
    position: relative;
    z-index: 1;
    background-color: #42669D;
    text-align: center;
    margin: 0 auto;
}
nothingatall
{
	background-color: #595959;
	
}
#HeaderBottomBackground
{
	background-image: url('/img/site/header-transition-bg.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
	position: absolute;
	top: 74px;
	left: 0px;
	z-index: -1;
}

.spacer
{
    height: 5px;
}

#headerMessage
{
    position: relative;
    clear: both;
    width: 950px;
    text-align: left;
}
#bottomContent
{
    position: absolute;
    bottom: 18px;
    clear: both;
    width: 100%;
    text-align: left;
}
#info
{
    padding-top: 10px;
    font-size: smaller;
    font-size: 8pt;
}

a img
{
    border: none;
}

.banner
{
    text-align: center;
    font-size: xx-large;
    color: #81AF37;
}

#main
{
    position: relative;
    background-color: #FFFFFF;
    min-height: 400px;
    width: 100%;
}

#main a
{
    color: #fca719;
    font-weight: bold;
    text-decoration: none;
}
#main a:visited
{
    color: #fca719;
    font-weight: bold;
    text-decoration: none;
}
#main a:hover
{
    color: #fca719;
    font-weight: bold;
    text-decoration: underline;
}
h1, h2, h3, h4
{
    font-family: Arial;
    font-weight: lighter;
}
.FooterLinkCell
{
	padding-right: 20px;
}
a.HeaderLink
{
	padding-left: 25px;
	color: #ffffff;
	font-size: 120%;
}
a:hover.HeaderLink
{
	padding-left: 25px;
	color: #4eb3e5;
	font-size: 120%;
	text-decoration: underline;
}
#LoginContainer
{
	position: absolute;
	top: 7px;
	right: 48px;
}
#LoginContainer a
{
	color: #ffffff;
}
#HeaderLinks
{
	height: 25px;
	text-align: right;
	vertical-align: top;
	color: #ffffff;
	position: absolute;
	top: 40px;
	right: 47px;
}
div#SocialLinks
{
	position: relative; text-align: left; font-weight: bold; font-size: 10pt; width: 200px; float: right; margin-top: 7px;
}
div#SocialLinks a
{
	color: #ffffff; text-decoration: none;
}
div#SocialLinks a:hover
{
	color: #B7D7F0; text-decoration: none;
}
div#divFooter
{
	background-color: #42669D;
	margin: 0 auto; min-height: 75px; position: relative;
}
div#FooterLinks
{
	font-size: 12pt; width: 600px; float: left; margin-top: 12px;
}
div#FooterLinks a
{
	color: #ffffff; text-decoration: none; font-weight: bold; padding-left: 20px;
}
div#FooterLinks a:hover
{
	color: #B7D7F0; text-decoration: none; font-weight: bold; padding-left: 20px;
}

div#FooterTopBackground
{
	background-image: url('/img/site/header-transition-bg-reversed.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0px;
	z-index: 1;
}
greyed-out
{
	color: #D8D7D7;
}