/* CSS Document */
body{background-color:#000000; text-align:center;margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:10pt;}
h1 { font-size:16pt; font-weight:bold; font-style:italic;}
h2 { font-size:14pt; font-weight:bold;}
div.outer {width: 1010px;height:100%; border: 3px double #333333; background-image:url(Images/backmtl3.jpg); background-repeat:repeat-y; background-position: center; border-top:0px; padding-left:3px; padding-right:3px; padding-bottom:5px; text-align:center;}
div.contentspace {
	position:relative;
	width: 980px;
	border: 3px solid black;
	background: url(Images/MastHead.jpg) no-repeat top center white;
	border-top:0px;
	text-align:left;
	margin:auto;
	padding-top:144px;
	left: 2px;
}
div.nav {position:absolute; top:169px; left:5px; width:120px; padding-left: 0px; padding-right:0px; background: #FFFFFF; }
div.inner {width:620px; margin-left:160px; margin-right:5px; padding-top:10px; padding-left:10px; padding-right:10px; border-left: 1px solid black; border-right: 1px solid black; overflow:auto; height:575px;}
div.inner p img { margin-right:5px; margin-left:5px; }
div.innerleft {width:500px; margin-left:170px; margin-right:5px; padding-top:10px; float:left; border-right: 1px solid black;}
div.rightpanel {
	position: absolute;
	top:145px;
	width:176px;
	height:584px;
	left:804px;
	overflow: auto;
}
p.bulletitem { text-indent: -15px; padding-left:15px;}
img.boxframe {border:solid #222a62 5px;}
a.topnav:link {color: #222a62; font-weight: bold; text-decoration: none; }
a.topnav:visited {color: #222a62; font-weight: bold; text-decoration: none; }
a.topnav:hover {text-decoration: underline; color: #EEE8AA; }
a.topnav:visited:hover {text-decoration: underline; color: #EEE8AA; }
a.topnav:active {color: #222a62; font-weight: bold; text-decoration: none; } 

.menu {
z-index:1000;
font-size:90%;
/*margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:0px; }
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#222a62;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#eadec6;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#222a62; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#000000;}

.menu :hover > a {
color:#fff; 
background:#000000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:visible;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:visible;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
