/*******************************************************************************
* GENERAL
*******************************************************************************/

body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

.Normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #020202;
	line-height: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #243484;
	font-style: normal;
	font-weight: normal;
}

h2, h2 span.Head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #243484;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #243484;
	font-style: normal;
	font-weight: normal
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #020202;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
}

.Caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #808080;
}

/*******************************************************************************
* CONTAINERS
*******************************************************************************/

#ContainerPage {
	width: 1000px;

	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	clear: both;
}

#ContainerHeader {
	width: 1000px;
	height: 122px;
	overflow: hidden;
}

#ContainerMainMenuL {
	width: 14px;
	height: 38px;
	overflow: hidden;
	
	background-image: url('Images/Background-MainMenuLeft.png');
}

#ContainerMainMenu {
	height: 38px;
	overflow: hidden;
	
	background-image: url('Images/Background-MainMenu.png');
}

#ContainerMainMenuR {
	width: 14px;
	height: 38px;
	overflow: hidden;
	
	background-image: url('Images/Background-MainMenuRight.png');
}

#ContainerContent {
	background-image: url('Images/Background-Content.png');
	background-repeat: repeat-x;
	background-position: top;
	padding: 32px 12px 12px 12px;
}

#ContainerContentRight {
	width: 330px;
	
	background-color: #CED6E7;
}

.ContainerBottom {
	background-color: #243484;
	text-align: center;
}

.ContainerBottom p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 5px 0;
}

#ContainerBottom {
	width: 1000px;
	background-color: #243484;
	text-align: center;
}

#ContainerBottom p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 5px 0;
}

.HorizontalDivider {
	background-image: url('Images/Background-Divider.png'); 
	background-repeat: repeat-x;
	background-position: center center;
	height: 20px;
}

.VerticalDivider {
	background-image: url('Images/Background-Divider.png'); 
	background-repeat: repeat-y;
	background-position: center;
}

/*******************************************************************************
* MAIN MENU
*******************************************************************************/

#MainMenu {
}

#MainMenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
}

#MainMenu ul li.SelectedTab {
	float: left;
	height: 38px;
	line-height: 38px;

	display: block;
	vertical-align: middle;
}

#MainMenu ul li { /* all list items */
	float: left;
	height: 38px;
	line-height: 38px;

	padding-left: 8px;
	padding-right: 8px;
	
	background-image: url('Images/Background-MainMenuDelim.png');
	background-position: left center;
	background-repeat: no-repeat;

	list-style: none;
}

#MainMenu a:link, #MainMenu a:visited {
	display: block;
	vertical-align: middle;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #3E509C;
	text-decoration: none;
}

#MainMenu a:hover, #MainMenu a:active
{
	display: block;
	vertical-align: middle;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#MainMenu37 {
	background-image: none !important;
}

#MainMenu li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#MainMenu li ul li {
	padding: 4px 4px 4px 8px;
	background: #C0C0C0;
	width: 160px;
	float: none;
	z-index: 999;
}

#MainMenu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#MainMenu li:hover ul ul, #MainMenu li:hover ul ul ul, #MainMenu li.sfhover ul ul, #MainMenu li.sfhover ul ul ul {
	left: -999em;
}

#MainMenu li:hover ul, #MainMenu li li:hover ul, #MainMenu li li li:hover ul, #MainMenu li.sfhover ul, #MainMenu li li.sfhover ul, #MainMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*******************************************************************************
* ADMIN/HOST MENU
*******************************************************************************/

#AdminHostMenu {
	position: absolute;
	left: 300px;
	width: 300px;
	top: 3px;
}