body
{
	margin: 0px;
	padding: 0px;
	background-color: #00036D;
	font:.8em verdana, arial, helvetica, sans-serif;
}

img
{
	border:none;
}

h1
{
	font-size:1.8em;
	color: #00036D;
padding: 0px;
margin: 0px;
}

h2
{
	font:bold 1.6em arial, helvetica, sans-serif;
	color: #00036D;
padding: 0px;
margin: 0px;
}

h3
{
	font:bold 1.3em arial, helvetica, sans-serif;
	color: #00036D;
padding: 0px;
margin: 0px;
}

h4
{
	font:bold 1em arial, helvetica, sans-serif;
	color: #00036D;
padding: 0px;
margin: 0px;
}

a
{
	color:#00036D;
	text-decoration: underline;
}
a:hover
{
	color:#000000;
	text-decoration: none;
}


#linksWrap span
{
	display:block;
	padding-left:24px;
	font:bold 1.8em georgia, serif;
	
}

}

html>body dd label input { vertical-align: text-bottom;}	/* Tweak for Moz to align checkboxes/radio buttons nicely */


#Header
{
	position: absolute;
	display: block;
	height: 128px;
	width: 100%;
	z-index: 100;
	background-color: #FFFFFF;
}

#BODY
{
	position:absolute;
	top: 125px;
	display: block;
	width: 100%;
	z-index: 0;
}

#Main
{
	position:relative;
	display: block;
	background-color: #FFFFFF;
	width: 92%;
	margin-left: 1%;
 padding: 3%;
}
#Footer
{
	position:relative;
	background-color: #FFFFFF;	color: #00036D;	
	width: 98%;
	margin-left: 1%;
	height: 170px;
	display: block;
	text-align: center;
	font-size: 12pt;
	border-top: 4px ridge #0000AA;
}

#contactWrap
{
width:455px;
margin:auto;
overflow:hidden;
}

/****************************************************************/
/* MAIN MENU													*/
/****************************************************************/
#Menu
{
	position:relative;
	width: 100%;
	display: block;
	height: 29px;
	background-image: url(/images/MenuBar.jpg);
	font-weight:bold;
	color: #FFFFFF;
}
#DropDownMenu
{
	float: left;
}

/* zeroing padding/margin for all elements */
#DropDownMenu,
#DropDownMenu *
{
	margin:0;
	padding:0;
}
/* "Master" UL (the whole Menu) */
#DropDownMenu
{
	position: relative;
	height: 20px;
}
/* sub-menu ULs */
#DropDownMenu li ul
{
	width: 200px !important;
	cursor:default;
	position:absolute;
	display: none;
	left: 0px;
	background-color: #FFFFFF;
}
#DropDownMenu li ul li ul
{
	width: 200px !important;
	cursor:default;
	position:absolute;
	display: none;
	left: 200px;
	top: 0px;
	background-color: #FFFFFF;
	border-top: 1px ridge #00036D;
}
/* All LIs */
#DropDownMenu li
{
	position:relative;
	width: 150px;
	cursor:pointer;
	float:left;
	list-style-type:none;
	padding-top: 5px;
	height: 29px;
	text-align: center;
}
/* sub-menu LIs */
#DropDownMenu li ul li
{
	width: 200px;
	border: 1px ridge #00036D;
	border-top:none;
	height: auto;
	text-align: left;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
}
/* All anchors */
#DropDownMenu li a
{
	color: #FFFFFF;
	text-decoration: none;
}

/* sub-menu Anchors */
#DropDownMenu li ul li a
{
	cursor:pointer !important;
	width: 200px;
	font-weight:normal;
	color: #000000;
	z-index: 900;
	display: block;
}

#DropDownMenu ul a:hover,
#DropDownMenu ul a:focus,
#DropDownMenu ul a:active
{
	color:#000 !important;
	background: #AABBFF;
}
/* display and z-index for the sub-menus */
#DropDownMenu li:hover ul
{
	display: block;
	top: 29px !important;
}

#DropDownMenu li:hover ul li ul
{
	display: none;
}

#DropDownMenu li ul li:hover ul
{
	top: 0px !important;
	display: block;
}

