body	{text-align:center;background-color:#EFF7FC;margin-top:0px;font-family:verdana;font-size:80%}
table	{font-family:verdana;font-size:100%}


/* Main Menu */


.MainMenu_MenuItem
{
	height:21px;
	cursor: pointer;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 0px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #EEEEEE 0x solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	
	height:21px;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color:white;
	background-color:#417496;
	opacity:0.4;
	filter:alpha(opacity=40);
	zoom:1;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}




.MainMenu_SubMenuItem 		{ color:black;background-color:#599fce;border-width:0px;width:200px}


.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #599fce;
    border-bottom: red 0px solid;
    border-left: red 0px solid;
    border-top: red 0px solid;
    border-right: red 0px solid;
}

.MainMenu_SubMenuBreadcrumb
{
    border: wheat 4px solid;
    background-color: lightblue;
    height: 30px;
}



.CSSMenuIcon	{width:20px}

.container 			{ margin-left: auto;margin-right:auto;width:800px; auto;background-color:#1160A5;border:2px solid #6699cc}
.content			{ background-color:white;padding-left:0px}
.contentText			{ padding-left:20px}










.footer		{background-color:white;font-size:80%;color:black;padding-top:50px;;padding-bottom:10px;text-align:center;width:100%}
.footer A:link	{color:blue;font-weight:normal;font-size:100%;font-family:verdana}
.footer A:hover	{color:navy;font-weight:normal;font-size:100%;font-family:verdana}
.footer A:visited	{color:blue;font-weight:normal;font-size:100%;font-family:verdana}



.copyright	{font-size:80%;text-align:center;padding-top:20px;padding-bottom:5px}