﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #004C93;
	background-color: #EEEAE1;
	margin: 0;
	padding: 0;
	border: 0;
}

a:link {text-decoration: none; color: #004C93;}
a:visited {text-decoration: none; color: #004C93;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

.imageBorder
{
	display: inline;
	float: left;
	border: solid 1px #004C93;
	margin: 0px 20px 5px 0px;
}

.imageNoBorder
{
	display: inline;
	float: left;
	border-style: none;
	margin: 0px 20px 5px 0px;
}

#Container
{
	width: 770px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("Images/Body.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding: 0;
	border: 0;
}

#Header1
{
	width: 770px;
	background-color: #bde;
	margin: 0;
	padding: 0;
	border: 0;
}

#Header1 img
{
	float: left;
}

#Header1 p
{
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#Header2
{
	width: 770px;
	background-color: #bde;
	margin: 0;
	padding: 0;
	border: 0;
}

#Header2 img
{
	float: left;
}

#Header2 p
{
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#Header3
{
    margin-top: -10px;
    margin-bottom: 0;
    margin-right : 0;
    margin-left: 180px;
	padding: 0;
	border: 0;
}

#Header3 p
{
	color: #004C93;
	font-size: 0.8em;
	text-align: left;
	margin-top: 4px;
	margin-left: 10px;
}

#SideBar
{
	color: #004C93;
	float: left;
	width: 130px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 24px;
}

#Content
{ 
	float: right;
	width: 530px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}

#Footer
{
	color: white;
	text-align: center;
	position: relative;
	height: 90px;
	width: 770px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	overflow: hidden;
	background-color: #EEEAE1;
	background-image: url("Images/FooterImage.jpg");
	background-repeat: no-repeat;
}

#Footer p
{
	font-size: 0.8em;
	color: #fff;
	margin: 33px 0px 0px 0px;
	padding: 2px;
}

#Footer a:link {text-decoration: none; color: white;}
#Footer a:visited {text-decoration: none; color: white;}
#Footer a:active {text-decoration: none;}
#Footer a:hover {text-decoration: underline;}

.style_bold
{
	font-weight: bold;
}

.style_italic
{
	font-style: italic;
}

.defaultFont
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 12px;
}

.titleFont
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.subTitleFont
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
}

.textBox
{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.bannerLeft
{
	float: left;
	background-color: #D8E4F2;
}

.bannerRight
{
	float: right;
	background-color: #D8E4F2;
}
