﻿body
{
	font-family: Trebuchet MS;
	font-size: 12px;
}

.InfoPanel
{
	font-family: Trebuchet MS;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(Img/infopanelbg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FAEBD7;
}

a:link
{ 
	text-decoration: underline;
	color: #1C5CC4;
}

a:visited
{ 
	text-decoration: underline;
	color: #1C5CC4;
}

a:hover
{ 
	text-decoration: underline;
	color: #1C5CC4;
}

a:active
{
	text-decoration: underline;
	color: #1C5CC4;
}

.NavTable a:link
{
	text-decoration: none;
}

.NavTable a:visited
{
	text-decoration: none;
}

.NavTable a:hover
{
	text-decoration: none;
	color: #005CF0;
	font-weight: bold;
}

.NavTable a:active
{
	text-decoration: none;
	color: #005CF0;
	font-weight: bold;
}

.Title
{
	font-family: Trebuchet MS;
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 8px;
}

.MasterPanel
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.MasterTable
{
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.MasterLeftMargin
{
	width: 15px;
	background-image: url(Img/Edge-L.png);
	background-repeat: repeat-y;
}

.MasterRightMargin
{
	width: 15px;
	background-image: url(Img/Edge-R.png);
	background-repeat: repeat-y;
}

.MasterTableMiddle
{
}

.HeaderBanner
{
	padding-left: 20px;
	height: 62px;
	background-image: url(Img/HeaderBG2.png);
}

.Logo
{
	width: 175px;
	height: 62px;
	background-image: url(Img/Logo.jpg);
}

.LeftNav
{
	width: 200px;
	background-repeat: repeat-x;
	background-color: #f0f8fc;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #c3e9fc;
}

.RightNav
{
	width: 200px;
	background-repeat: repeat-x;
	background-color: #f0f8fc;
	vertical-align: top;
	padding: 10px;
	border-left: 1px solid #c3e9fc;
}

.ContentPanel
{
	vertical-align: top;
	padding: 10px;
}

.Footer
{
	background-image: url(Img/FooterBG2.png);
	background-color: Gray;
	height: 30px;
	font-size: 8pt;
}

.Footer a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

.Footer a:active
{
	color: #FFFFFF;
}

.Footer a:hover
{
	color: #005cf0;
}

.Footer a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

.NavTable
{
	width: 100%;
}

.NavTable a
{
	display: block;
	padding: 4px;
}

.NavTable td
{
}

.NavPanel
{
	vertical-align: middle;
}

.NavCell
{
}

.NavCellCurrent
{
	font-weight: bold;
}

.InfoTable
{
	border-collapse: collapse;
	border-width: 1px;
	border-color: Black;
	width: 400px;
}

.InfoTable td, th
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	width: 50%;
}

.InfoTable td
{
	text-align: left;
	vertical-align: top;
}

.InfoTable th
{
	padding-left: 10px;
	padding-right: 10px;
}

.InfoTable ul
{
	padding-left: 20px;
	padding-right: 10px;
}

.InfoTable li
{
	padding-bottom: 4px;
}

.ContactTable
{
	vertical-align: top;
	text-align: right;
}

.DateLabel
{
	padding-right: 6px;
	color: White;
}