﻿div#skip
{
	background: #0237F6 url('../Images/BodyFill.gif') repeat-x top left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#skip img
{
	margin: 0;
	padding: 0;
	border-style: none;
}

body 
{
	margin: 0px;
	background: #0237F6;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

div#Middle
{
	width: 950px;
	height:100%;
	margin: auto;
	background-color: #333333;
}

div#ContentArea
{
	color: White;
	position: absolute;
	top: 145px;
	margin: auto;
	background-color: #333;
	width: 950px;
}

div#ContentHolder
{
	margin-top: 10px;
	min-height: 350px;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 945px;
}

div#Banner
{
	width:950px;
	background-image: url("../Images/Banner.jpg");
	position: absolute;
	top: 0px;
	background-color: #333;
}

#Banner img
{
	margin-left: 67px;
	border: none;
}

div#TextBanner
{
	width:950px;
	color: #333;
	background-color: #FF9933;
	position: absolute;
	top: 80px;
	vertical-align:middle;
	border-top: solid 2px black;
	background: #FF9933 url("../Images/menu-over.gif") no-repeat 0 33px;		
}

#TextBanner h1 
{ 
	color: #333;
	vertical-align: middle;
	display: inline;
	text-transform:uppercase; 
	font-size: medium; 
	font-family: 'Tw Cen MT', Arial, Helvetica, sans-serif; 
	background: #FF9933 url("../Images/menu-over.gif") no-repeat 0 33px;	
}

#TextBanner img
{
	margin-left: 40px;	
	vertical-align:middle;
	border-style: none;
}

div#MenuBackground 
{
	position: absolute;
	top: 114px;
	width: 950px;
	background-color: #333;
}

div#Menu
{
	margin-top: 1px;
	float:left;
	background:#333333 url('../Images/menu-bg.gif') repeat-x top left;
	height: 100%;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: medium;
	display:inline;
}

#Menu ul {margin: 0; padding:0;position:relative;}
#Menu ul li { display:inline; }
#Menu ul li a.First{ background-color:transparent; background-image: none; }
#Menu ul li a.FirstSelected{ color: white;  background-color:transparent; background-image: none; font-weight:bold; cursor:default;}
#Menu ul li a { float: left; padding: 3px 7px 0px 7px; text-decoration:none; font-weight:bold; color:#333; text-align: center; width:110px; height:30px; font-variant: small-caps;  background:transparent url('../Images/menu-div.gif') no-repeat top left; }
#Menu ul li a:hover { color:#333; background: #333 url('../Images/menu-over.gif') no-repeat top left; height: 30px;}
#Menu ul li a.FirstSelected:hover {color: white; background: transparent none; }
#Menu ul li a.Selected {color: white;  font-weight:bold; cursor:default; }
#Menu ul li a.Selected:hover {color: white;  font-weight:bold; cursor:default; background:transparent url('../Images/menu-div.gif') no-repeat top left; }

a
{
	color: #FFFFCC;
}

h1
{
	color: White;
	font-size: large;
	font-weight: bolder;
	margin-bottom: 0.4em;
}

h1.mediumHeading
{
	color: White;
	font-weight: 600;
	font-size: large;
	margin-top: 0.3em;	
	margin-bottom: 0.2em;	
}

div.largeBoldText
{
	color: White;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 0.4em;	
}

div.boldText
{
	font-size: medium;
	font-weight:400;
	margin-bottom: 0.4em;	
}

h2
{
	color: White;
	font-size: large;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}

h3
{
	color: White;
	font-size: medium;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

h1.smallHeading
{
	font-size: medium;
	font-weight: normal;
	margin-top: 0.2em;	
	margin-bottom: 0.1em;	
	color: #ffffdd;
}

.indented
{
	margin-left: 40px;
}

p
{
	 margin-top: 0em;
	 margin-bottom: 1em;
}

div#Footer
{
	border-top: solid 1px white;
	padding: 10px 0 15px 0;
	background-color: #0237F6;
	color: White;
	text-align: center;
	width: 100%;
	font-size:x-small;
}

div#Footer p a
{
	vertical-align: middle;
}

.RightAlign
{
	float: right;
}

.pagePath
{
	font-variant: small-caps;
}

table.blueTable
{
	margin-bottom: 1em;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #C8CDDE;
	}
	

table.blueTable td {
	border-bottom: 1px solid #C8CDDE;
	border-right: 1px solid #C8CDDE;
	vertical-align: top;
	background-color: #F7F7FF;
	color: #000048;
	}

table.blueTable th
{
	color: #000083;
	background: #EFEFF7;
	border-bottom: 1px solid #C8CDDE;
	border-right: 1px solid #C8CDDE;
}

table.blueTable tr a
{
	color:#2222F2;
}

.pagePath
{
	position: relative;
	top: -5px;
	padding-top: 0;
}

#footLinks a,  #footLinks img
{
	vertical-align: middle;
	margin-right: 6px;
}

.lastFootLink
{
	margin-right: 0;
}

