
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
   text-align: center;
   margin: 0 auto;
  padding: 2em;
	background-color: #003366;
	background: url(background.jpg)
}

#container {width: 50.26em;
	   margin: auto;
      padding: 0;
      background-color: white;
      position: relative;
      border: .2em double #0052a3;
	    
	   position: relative; }
       
html>body #container {
	width: 50.85em;}
	
#nav ul {border: .2em solid #003366;
			background-color: #809AB3;
			padding-bottom: .2em;
			z-index: 10;
			 }


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li { /* all list items */
	position: relative;
	width: 16.6em;
	float: left;
	background-color: #003366;
	

}

ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.6em;
	left: 2em;
	
 }
 
 
#nav li {
	padding: .2em 0;
	
	}

#nav li {font-weight: bold;}


#nav li ul li {
	background-color: #809AB3;
	width: 12.8em;
 	font-weight: 200;
}

#nav li ul li a:link, #nav li ul li a:visited {
	color: #ffffff;
	background-color: #809AB3;
	font-size: .8em;
	padding: 0.2em;
	font-weight: normal;
}

#nav li ul li a:hover {
   padding: 0.2em 5px;
   border-right: .2em solid #003366;
	border-left: .2em solid #003366;	
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


#content {
   	padding: 1em;
	text-align: left;
	background-color: white;
	color: black;
	font-size: .95em;
    }



#nav li#first {
	border-left: 1em solid #003366;
}

#nav li #last {
	border-right: 1em solid #003366;
}


/*
#nav li {background-color: white;
			 } */

#nav a:link, #nav a:visited {color: #ffffff;
			background-color: #003366;
			text-decoration: none;}

}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
}

h1 {background-color: #809AB3;
	margin: 0;
	padding-top: 5px;}

h2 {font-size: 1.3em;
	color: #003366;
	padding-top: .1em;
	}

h3 {font-size: 1.1em;
	color: #003366;
	margin-top: 0px;}
	
	

/*Stuff below here needs to get added */

td#topic {font-size: 1em;
	font-weight: bold;
	color: #003366;
	padding-top: 15px;}
	
table { 
	font-size: .9em;
	padding: 2px;
	}
	
#content ul li {
	position: relative;
	width: auto;
	float: none;
	background-color: #ffffff;
	z-index: 1;
	list-style: disc inside;
}

#faqq {
  	color: #003366;}

#faq {
  	color: #003366;
  	font-style: italic;}
	
#tagline {
	font-size: .8em;
	font-weight: 200;
	color: #ffffff;
 	background-color: #809AB3;
	margin: 0;
	padding-bottom: .5em;
	}
	
#footer {  
	font-size: .8em;
	font-weight: 200;
  	padding: 1em 0 0 0;
	text-align: right;
	min-height: 10em;
	padding-bottom: 5em;
	}

#art {
	float: left;
	}
	
#art img {
	border: 0;
	align: top;
	padding: .1em;
	}

#art a {
	text-decoration: none;
	font-size: 1.1em
	}
	
	
ol li {margin-bottom: .5em}

img {border: 0;}

h1 img { border: 1px solid #ffffff;
		  height: 90;}
