﻿body
{
	margin: 20px 0 20px 0;
	background-color: #938D86;
	font-family: Helvetica-Condensed, Helvetica, Verdana, Geneva, Arial, sans-serif;
}

a
{
	font-size: 10pt;
	font-weight: bold;
	color: #11437A;
	text-decoration: none;
}

a.resources
{
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

h1.gray
{
	margin-top: 0;
	color: #9C9992;
	font-size: 20pt;
	font-weight: bold;
}

h2.red
{
	margin-top: 0;
	color: #8F0000;
	font-size: 14pt;
	font-weight: bold;
}

h2.blue
{
	margin-top: 0;
	color: #11437A;
	font-size: 14pt;
	font-weight: bold;
}

h3.red
{
	margin-top: 0;
	font-size: 12pt;
	font-weight: normal;
	color: #8F0000;
	margin-bottom: 5px;
	font-weight: bold;
}

h3.blue
{
	margin-top: 0;
	font-size: 12pt;
	font-weight: normal;
	color: #11437A;
	margin-bottom: 5px;
	font-weight: bold;
}

h4.blue
{
	margin-top: 0;
	font-size: 11pt;
	font-weight: normal;
	color: #11437A;
	margin-bottom: 5px;
	font-weight: bold;
}

hr
{
	color: #11437A;
	height: 1px;
}

ul
{
	margin-left: 17px;
	padding-left: 0;
}

ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-image: url(../Images/ListBullet.PNG);
}

.MainContent
{
	width: 830px;
	background-color: White;
	text-align: left;
}

.Red
{
	color: #8F0000;
}

.Blue
{
	color: #E9EEF4;
}

.DarkBlue
{
	color: #11437A;
}

.BorderNone
{
	border-style: none;
}

.FilesList
{
	padding-top: 10px;
}

.Submit
{
	background-color: #F3EFDC;
	background-image: url(../Images/Button.PNG);
	background-repeat: no-repeat;
	text-align: center;
	color: White;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	height: 20px;
	width: 70px;
}

.SmallMessage
{
	background-color: #F3EFDC;
	background-image: url(../Images/SmallMessage.PNG);
	background-repeat: no-repeat;
	color: White;
	font-weight: bold;
	border: 0;
	height: 18px;
	padding-left: 10px;
}

.LoginView
{
	font-size: 14pt;
	font-weight: normal;
	color: #11437A;
}

.MainMenu
{
	font-size: 15px;
	background-color: #11437A;
	height: 30px;
	width: 100%;
}

.AdminMainMenu
{
	font-size: 15px;
	padding: 0 10px 0 10px;
	background-color: #11437A;
	height: 30px;
	width: 25%;
}

.MainMenuItem
{
	font-weight: normal;
	text-align: center;
}

.MainMenuItem a
{
	color: White;
}

.MainMenuItemDynamic
{
	font-weight: normal;
	font-size: 10pt;
	padding-left: 10px;
	background-color: #BEBBB6;
	height: 25px;
	width: 130px;
}

.MainMenuItemDynamic a
{
	color: White;
}

.MainMenuItemDynamic a:hover
{
	color: #11437A;
}

.BottomMenu
{
	color: White;
	font-size: 12px;
	background-color: #11437A;
	width: 100%;
	padding: 10px 20px 10px 20px;
}

.BottomMenu a
{
	color: White;
	font-weight: normal;
}

.BottomMenuSeparator
{
	color: #8F0000;
}

.LeftContent
{
	padding: 20px 0 0 20px;
	width: 192px;
}

.RightContent
{
	padding: 20px 20px 0 20px;
	width: 100%;
}

.GreenBox
{
	padding: 20px 20px 20px 20px;
	background-color: #E5ECE1;
	font-size: 10pt;
	vertical-align: top;
}

.YellowBox
{
	padding: 20px 20px 20px 20px;
	background-color: #F3EFDC;
	font-size: 10pt;
	vertical-align: top;
}

.BlueBox
{
	padding: 20px 20px 20px 20px;
	background-color: #E9EEF4;
	font-size: 10pt;
	vertical-align: top;
}

.DarkBlueBox
{
	padding: 5px 20px 5px 20px;
	background-color: #11437A;
	color: #E4D5A7;
	font-size: 10pt;
	vertical-align: top;
}

.Copyrights
{
	font-size: 10pt;
	color: #938E86;
	padding-top: 20px;
	padding-bottom: 5px;
}

.Copyrights a
{
	font-size: 10pt;
	font-weight: normal;
	color: #938E86;
	margin-top: 20px;
}