#container{
	position:absolute;
	width:960px;
	height:auto;
	background-color:#ffffff;
	margin-left:50px;
	margin-top:5px;
	}

#header{
	postion:absolute;	
	background:url(images/header.png) no-repeat;
	width:950px;
	height:250px;
	margin:0px;
	}

#header #wildcat{
	position:absolute;
	background:url(images/wildcat3.png) no-repeat;
	border:none;
	width: 379px;
	height:275px;
	margin-top:-2px;
	z-index:10;
	left: 14px;
	top: 12px;
	}
	
#navbar{
	position:absolute;
	background:url(images/navbar.png) no-repeat;
	width:128px;
	height:770px;
	border:none;
	left: 0px;
	top: 264px;
	z-index:20;
	}
	
#nav{
	position:absolute;
	width:128px;
	height:770px;
	border:none;
	left:20px;
	top:264;
	}
	
#topnav{
	position:absolute;
	background:url(images/topnav.png) no-repeat;
	width:950px;
	height:150px;
	border:none;
	left:0px;
	top:250px;
	z-index:3;
	}
	
#topnav2{
	position:relative;
	top:-1px;
	left:150px;
	z-index:15;
	}
	
#topnav2 a:link, #topnav2 a:visited{
	color:#1b14a9;
	text-decoration:none;
	}
#topnav2 a:hover{
	color: #fff;
	text-decoration:none;
	}
#content{
	position:absolute;
	width:750px;
	height:auto;
	border:none;
	left:200px;
	top:290px;
	z-index:3;
	}
	
#content #crest{
	position:absolute;
	background:url(images/crest.png) no-repeat fixed;
	background-position:350px 290px;
	width:750px;
	height:1000px;
	border:none;
	z-index: -1;
	}
	
#content .hidden{
	display:none;
	}

.menu{
	margin-top:15px;
	z-index:1000;
	font-size:90%;
	font-family:georgia;
/*margin:25px 0 50px 30px; 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:155px;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#1b14a9;
	height:35px;
	width:155px;
	border:1px solid black;
	margin-bottom:-1px;
	}
/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:33px;
	line-height:33px;
	width:155px;
	color:#ffbd00;
	text-indent:5px;
	}

* html .menu a:hover {color:#1b14a9; background:#fff;}
.menu :hover > a {
	color:#1b14a9;
	background:#fff;
	width:155px;
	height:35px;
	}
/* 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:0px;
	left:155px;
	}
/* 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:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	}
.menu2 ul{
	width:155px;
	}
.menu3 ul{
	margin-left:155px;
	}
li.menu4{
	margin-bottom:-3px;
	}
ul li a.menu5, li a.menu5:visited{
	line-height:16px;
	}
ul.sub a, ul.sub a:visited{
	color:#fff;
	}
ul.sub :hover a,
ul.sub :hover li{
	background:#2f29bf;
	width:155px;
	height:35px;
	color:#fff;
	}
ul.sub2 a, ul.sub2 a:visited{
	color:#fff;
	}
ul.sub :hover ul.sub2 a{
	background:#1b14a9;
	}
ul.sub :hover ul.sub2 a:hover,
ul.sub :hover ul.sub2 li:hover {
	background:#2f29bf;
	width:155px;
	height:35px;
	color:#fff;
	}

#footer {	
	position:abolute;
	visibility:hidden;
	position:relative;
	left:178px;
	width:750px;
	height:200px;
	z-index: -2;
	}
	
#footer #address{
	float: left;
	font-size:12px;
	z-index:-2;
	}
  
#footer #acknowledgements{
	float: right;
	font-size:12px;
	z-index:-2;
	}
