BODY {
	color : Black;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 14px;
	line-height : 15px;
	margin-top:2px;
	margin-bottom:4px;
	}
P {
	color : Black;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 14px;
	line-height : 15px;
	margin-top:2px;
	margin-bottom:4px;
	}


TD{
	color : Black;
	text-align:left;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 14px;
	line-height : 15px;
	margin-top:2px;
	margin-bottom:4px;
}

A {
	color : #3D0089;
	text-decoration: none;
}

A:HOVER {
	color : #3D0089;
	text-decoration: underline;
}

H1 {
	text-decoration : none;
	font-weight : bold;
	font-size : 16px;
	line-height : 18px;
	color : #3D0089;
	margin-top:12px;
	margin-bottom:6px;
}

UL{
	list-style-position : outside;
	word-spacing : normal;
	margin-top:12px;
	margin-bottom:12px;
	}

OL {

	list-style-position : outside;
	word-spacing : normal;
	margin-top:12px;
	margin-bottom:12px;
	list-style-type : decimal;
}

LI{
	margin-top:12px;
	margin-bottom:12px;
}

H2 {
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
	color : #3D0089;
	margin-top:12px;
	margin-bottom:3px;
}

H3,H4,H5,H6 {
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
	color : #3D0089;
	line-height : 15px;
	margin-top:12px;
	margin-bottom:1px;
}
/* NavLevel0 CSS*/
.NavLevel0{
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	color : black;
	text-align : right;
	margin-right:3px;
	margin-bottom:3px;
	margin-top:3px;
	line-height :20px;
}

.NavLevel0:hover{
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	color : #3D0089;	
	text-align : right;
	margin-right:3px;
	margin-bottom:3px;
	margin-top:3px;
	line-height :20px;
}

.NavLevelActive0, .NavLevelActive0:hover{
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	color : #3D0089;	
	text-align : right;
	margin-right:3px;
	margin-bottom:3px;
	margin-top:3px;
	line-height :20px;
}

A.NavLevel0{

}


/* NavLevel1 CSS*/

.NavLevel1{
	text-decoration : none;
	font-weight : normal;
	text-align : right;	
	font-size : 12px;
	color : black;
}

.NavLevel1:hover{
	text-decoration : none;
	font-weight : bold;
	text-align : right;
	font-size : 12px;
	color :  #3D0089;
background-color : #E4E4E4;
}

.NavLevelActive1, .NavLevelActive1:hover{
	text-decoration : none;
	font-weight : bold;
	text-align : right;
	font-size : 12px;
	color :  #3D0089;
background-color : #E4E4E4;
}

A.NavLevel1{

}

/* NavLevel2 CSS*/

.NavLevel2{
	text-decoration : none;
	text-align : right;
	font-weight : normal;
	font-size : 12px;
	color : black;
}

.NavLevel2:hover{
	text-decoration : none;
	font-weight : bold;
	text-align : right;
	font-size : 12px;
	color :  #3D0089;
background-color : #E4E4E4;
}

.NavLevelActive2, .NavLevelActive2:hover{
	text-decoration : none;
	font-weight : bold;
	text-align : right;
	font-size : 12px;
	color :  #3D0089;
background-color : #E4E4E4;
}

A.NavLevel2{

}

.submenuTopLevel1  {
	position : relative;
	visibility: visible;
	display : block;
	z-index:1;
}


.submenuTopLevel2   {
	position:absolute;
	visibility:hidden;
	z-index:2;
	display: none;
	margin:0px;
	margin-left:0px;
	margin-top:-8px;
	padding:4px;
	
	border-style:solid;
	border-color:#3D0089;
	border-width:1px;
	background-color : #E4E4E4;
}

.submenuTopLevel3   {
	position:absolute;
	visibility:hidden;
	display : none;
	z-index:3;
	margin:0px;
	margin-left:0px;
	margin-top:-10px;
	padding:4px;

	border-style:solid;
	border-color:#3D0089;
	border-width:1px;
	background-color : #E4E4E4;
}

.submenuCloser      {position:absolute;visibility:hidden;margin-top:0px;margin-left:0px; z-index:1;width:700px;height:500px;}

.MainNavTable{
	text-align : right;
}

.submenuTopLevel2 A, .submenuTopLevel2 A:HOVER{
	text-align: left;
	display: block;
	padding-right: 10px;
}

.childPresent A {
	background: url(hoverNav.gif) no-repeat right;
}

.childPresent A:HOVER {
	background: url(hoverNav-over.gif) no-repeat right;
}
