﻿html, body, form
{
	height: 100%;
}
body
{
	margin: 0em;
	color: black;
	font-size: 62.5%;
	font-family:Tahoma;
}
img
{
	border: 0em;
}
a
{
	text-decoration: none;
}
a, a:visited, a:active
{
	color: rgb(26, 119, 167);
}
a:hover
{
	color: rgb(100, 194, 244);
}
.backgroundColor, body
{
	/*background-color:#c6d3d2;*/
	background-color:#ebeaea;
}
.borderColor
{
	border-color: silver;
}
.alignDivToCenter, #mainDiv
{
	margin-right: auto;
	margin-left: auto;
	display: table;
}
#mainDiv
{
	width: 1000px;
	font-size: 1.4em;
	/*background-color:#5a9bc5;*/
	background-color:#0f98c6;
	padding:0em 1em;
}
#headerDiv, #contentDiv
{
	width: 100%; position: relative;
}
#headerDiv, #contentDiv
{
	background-color: white;
}
#contentTable td
{
    vertical-align:top;
    padding:1em;
}
#logoDiv
{
    top:.8em;
    position:absolute;
}
#bottomLogoDiv
{
    margin-top:-10em;
    padding-bottom:1em;
}
.grayLink
{
    color:Silver;
}
#menuDiv, #footerDiv
{
	color: rgb(12, 76, 110);
}
#menuDiv a, #footerDiv a
{
    color:White;
}
.grayLink:hover, #menuDiv a:hover, #footerDiv a:hover
{
    color:#e3dfd0;
}
#footerDiv a:hover {
	color: white;
}
#headerDiv
{
	height: 14em;
	margin-top:1.3em;
}
#bannerDiv
{
	height: 10.8em;
	margin-top: 1em;
	cursor:default;
}
#subTitleDiv
{
    top:.5em;
	position: absolute;
}
#websiteTitleDiv, #menuDiv
{
	color: rgb(12, 76, 110);
}
#websiteTitleDiv
{
	padding: 1em;
	font-size: 4em;
}
#logoDiv
{
	top: 0.8em;
	position: absolute;
}
.whiteLink
{
	color: white; cursor: pointer;
}
#contentDiv, #footerDiv, #menuDiv
{
	margin-top: 1em;
}
#contentDiv div, #footerDiv div {
	padding: 1em;
}
#footerDiv div
{
	text-align: center;
}
#footerDiv a
{
	text-decoration: underline;
}
ul li, ol li
{
	padding-bottom: 0.5em;
}