﻿
html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body
{
	text-align: center;
	background-color: #234582;
}

img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ListViewItem
{
	background-color: #FFFFF5;
	color: #333333;
}

.AlternateListViewItem
{
	background-color: #EEEEDD;
	color: #111111;
}

/*

Positional CSS elements to replace table usage

*/

#pagecontainer
{
	width: 752px;
	margin: 1em auto;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: White;
}

#menu
{
	text-align: left;
	background-color: #336699;
}


#header
{
	height: 140px;
}

#menu
{
	background-color: #336699;
}

div#container
{
	margin: 1em auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contentblock
{
	margin: 1em auto;
	margin-left: 1.2em;
	margin-right: 1.2em;
	text-align: left;
}


#footer
{
	margin: 1em auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*

Text based elements for formatting

*/


H1
{
	font-size: 18pt;
	font-family: Times New Roman, Serif;
	color: #D1204E;
	line-height: 1.2em;
	font-weight: bold;
}

H2
{
	font-size: 16pt;
	font-family: Times New Roman, Serif;
	color: #D1204E;
	font-weight: bold;
}

H3
{
	font-size: 14pt;
	font-family: Times New Roman, Serif;
	color: #D1204E;
	font-weight: bold;
}


H4
{
	font-size: 12pt;
	font-family: Times New Roman, Serif;
	color: #D1204E;
	font-weight: bold;
}

P, TD, LI
{
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	line-height: 12pt;
}

A
{
	color: #234582;
}

A.white
{
	color: White;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	line-height: 12pt;
}

P.white
{
	color: White;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	line-height: 12pt;
}

A.black
{
	color: #234582;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	line-height: 12pt;
}

P.black
{
	color: Black;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	line-height: 12pt;
}

/* 
Include Menu Styles 
*/

.TopMenuGroupHorizontal
{
	background-color: #006D7F;
	width: 752px;
}

.TopMenuGroupHorizontalDefault
{
	background-color: #006D7F;
	width: 800px;
}


.MenuGroup
{
	background-color: #006D7F;
	color: white;
	cursor: pointer;
}

.MenuItem
{
	background-color: #006D7F;
	color: white;
	font-family: verdana,tahoma,arial;
	font-size: 8pt;
	font-weight: normal;
	cursor: pointer;
	line-height: 12pt;
}

.MenuItemHover
{
	background-color: #336699;
	color: #333333;
	font-family: verdana,tahoma,arial;
	font-size: 8pt;
	font-weight: normal;
	cursor: pointer;
	line-height: 12pt;
}


