body
{
	margin: 0px;
	background-color: #ffffff;
}

h1
{
	font-family: Verdana;
	font-size: 16pt;
}

h2
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000055;
}

h4
{
	font-family: "Arial Black";
	font-size: 14pt;
	font-weight: bold;
	color: #F47300;
	margin: 10px 0px 10px 0px;
}

h3
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	/*margin: 40px 0px 0px 0px;*/
}

div.slogan
{
	padding: 0px 0px 0px 50px;
	font-family: "Arial Black";
	font-size: 14pt;
	font-weight: bold;
	color: red;
}

div.infobox
{
	border: solid 1px #303C62;
	padding: 10px 20px 10px 20px;
	background-color: #BCCCE4;
	margin: 10px 0px 10px 0px;
}

td.menuitem
{
	font-family: Arial;
	font-size: 8pt;	
	color: Black;
	background-color: #dddddd;
	padding: 3px 5px 3px 10px;
}

td.selectedmenuitem
{
	font-family: Arial;
	font-size: 8pt;	
	font-weight: bold;	
	color: Black;
	background-color: #dddddd;
	padding: 3px 5px 3px 10px;
}

div.submenu
{
	padding: 3px 0px 3px 10px;
}

td.content
{
	background-color: White;
	padding: 20px;
	width: 450px;
}

td.menucontentdivider
{
	background-color: #bbbbbb;
	width: 1px;
}

td.menudivider
{
	background-color: #bbbbbb;
	height: 1px;
}

td.title
{
	 background-color: #68B3B6;
	 height: 80;
	 padding: 0px 0px 0px 30px;
}

td.footer
{
	background-color: #68B3B6;
	padding: 8px 0px 8px 130px;
	color: White;
	font-family: Verdana, Arial;
	font-size: 8pt;	
}

p
{
	margin: 10px 10px 10px 20px;
}

div.toplevel
{
	margin: 10px 0px 10px 0px;
}

td
{
	font-family: Arial;
	font-size: 10pt;
}

a
{
	color: Blue;
}

a:visited
{
	color: Blue;
}

a:active
{
	color: Red;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

a.menu
{
	color: Black;
	text-decoration: none;
}

a.menu:visited
{
	color: Black;
	text-decoration: none;
}

a.menu:active
{
	color: Red;
}

a.menu:hover
{
	color: Red;
	text-decoration: underline;
}

a.footer
{
	color: white;
}

a.footer:visited
{
	color: white;
}

a.footer:active
{
	color: #334466;
}

a.footer:hover
{
	color: #334466;
	text-decoration: underline;
}