﻿*
{
	font-family: Arial;
	font-size: 12px;
}

body
{
	margin: 0;
	text-align: left;
	color: #333333;
	background: #FFFFFF /*url(Images/Background.png) repeat-x*/;
}

#Header-Wrapper
{
    margin: 0 auto;
    width: 950px;
    margin-left: 7px;
	background: #FFFFFF url(Images/background-header.png) repeat-x;
}

img
{
    border: 0;
}

input
{
    font-size: 12px;
}

.TextBox
{
    border: solid 1px #747BC1;
}

a
{
	text-decoration: none;
	color: #40478D;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

h1
{
 	font-size : 20px;
 	color: #40478D;
	font-weight: bold;
}

h3
{
 	font-size : 14px;
	font-weight: bold;
}

h2
{
 	font-size : 18px;
 	color: #40478D;
	font-weight: bold;
}

h4
{
 	font-size : 16px;
 	color: #FFFFFF;
	font-weight: bold;
}

h5
{
    font-size: 14px;
    color: #444444;
	font-weight: bold;
}

#PageWrapper
{
    width: 965px;
    margin: 0 auto;
    background: url(Images/background-shadow.png) no-repeat;
}

#Header
{
    margin: 0 auto;
	width: 950px;
	max-height: 247px;
}

#MenuContent1
{
    width: 300px;
    float: left;
    height: 35px;
    padding-left: 15px;
    font-size: 20px;
    color: #990000;
    line-height: 35px;
}

#MenuContent2
{
    width: 300px;
    float: right;
    background-repeat: no-repeat;
    height: 35px;
    color: yellow;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 27px;
}

#MenuWrapper
{   
    margin: 0 auto;
    height: 36px;
    width: 943px;
    color: #FFFFFF;
    padding-top: 0px;
    text-align: center;
    padding-left: 7px;
}

.BodyBack
{
    background: url(Images/Top_Nav_Background.png) repeat-x;
    position: absolute;
    height: 35px;
    width: 100%;
    top: 185px;
    left: 0px;
}

#MenuWrapper a
{   
    color: #FFFFFF;
    font-size: 16px;
    padding-top:10px;
    padding-bottom: 10px;
    font-weight: normal;
    line-height: 35px;
}

#MenuWrapper a:Hover
{   
    color: #FFFF99;
    font-size: 16px;
    padding-top:10px;
    padding-bottom: 10px;
    font-weight: normal;
    line-height: 35px;
}

#MainWrapper
{
    width: 950px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#MainContent
{
	width: 715px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#HomeMainContent
{
    position: relative;
    width: 650px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #40478D;
}

#FormMainContent
{
	font-size: 0.8em;
	width: 730px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px 5px 10px 10px;
	text-align: left;
	font-weight: bold;
	min-height: 300px;
}

#Sidebar
{
    float: right;
	font-size: 0.8em;
	width: 200px;
	padding-top: 50px;
	padding-right: 5px;
	margin-right: 15px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

#HomeSidebar
{
    float: right;
	width: 275px;
	padding-top: 10px;
	margin-right: 10px;
	
}

#Footer
{
	width: 100%;
	background-color: #E7E7E7;
	color: #555555;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Footer a 
{
    color: #333333;
    text-decoration: underline;
}

#seo-Footer
{
	width: 100%;
	background-color: #FFFFFF;
	color: #777777;
	padding-top: 10px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	padding-bottom: 10px;
}
#seo-Footer a 
{
    color: #666666;
    text-decoration: underline;
}

