body { 
/* background-color: antiquewhite; */
/* background-image: images/nazseal.png; */
/* background-repeat:no-repeat; */
/* background-attachment:fixed; */
font-family: Verdana;
font-size: 12px;
color:brown;
margin:auto;
padding-bottom:20px;
scrollbar-face-color:antiquewhite;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:brown;
scrollbar-shadow-color:pink;
scrollbar-arrow-color:red;
scrollbar-track-color:ivory;
width: 80%;
}

#top	{
	height: 90px;
	}

.img a:hover img {border: 1px solid #0000ff;}

.img
{
  margin: 3px;
/*   border: 1px solid #0000ff; */
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

.desc
{
  text-align: center;
  font-weight: normal;
/*   margin: 2px; */
}

.header { 
	height:210px;
/* 	background:antiquewhite; */
/* 	border:1px solid brown; */
	}

.header p{
	text-align: center;
<!-- 		width: 960px; -->
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	}

.header a{
	text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.em;
	font-weight: bold;
	line-height: 1em;
		padding: 5px 5px;
		text-decoration: none;
		color: #000000 ;
		border-width: 5px;
		border-style:outset;
		border-color:red;

	}

#mainbody {
/* 	max-width:100%; */
	margin:auto;
/* margin-left:140px; */
/* margin-right:160px; */
/* padding-top:0px; */
padding-right:20px;
padding-bottom:5px;
padding-left:20px;
/* background:antiquewhite; */
/* border:1px solid brown; */
/*    padding:10px; */
   padding-bottom:60px;   /* Height of the footer */
}

#menu 	{ 
	float:left;
	margin:auto;
top:120px;
right:10px;
max-width:180px;
/* background:antiquewhite; */
color:brown;
text-align: center;
/* border:1px solid brown; */
	}

#sidebar {
	width: 40%;
	float:right;
	padding: 0 0 0 2em;
	background:#FFE2E1;
/* 	background:antiquewhite; */
/*	background:plum;
	border:1px solid blue;*/
	}

.normallink a{
	font-weight:bold;
	text-size:14px;
	text-align:center;
	Color:blue;
	}

/*.menuitem a { 
		float:left;
<!-- 		width:20%; -->
		margin:0;
<!-- 		padding-right:3em;	width:100px; -->
	background:ivory;
<!-- 	color:brown; -->
<!-- 	font-size:10px; -->
<!-- 	border:3px solid cornsilk ; -->
<!-- 	text-align: center; -->
	height: 80px;
		width: 90%;
		display: block;
<!-- 		float: left; -->
		padding: 5px 5px;
		text-decoration: none;
		font-size: 1.4em;
		font-weight: bold;
		color: #000000 ;
		border-width: 5px;
		border-style:outset;
		border-color:red;
		text-align: center;
	}

<!--.menuhead a{ 
	left: 0px;
	width:95px;
	background:cornsilk ;
	color:brown;
	border:3px solid cornsilk ;
	text-align: center;
	font-weight:bold;
	font-size:10px;
	}-->-->
*/

#footer {
   position:absolute;
 width:100%;
text-align:center;
margin-top:5px;
/* padding:1px; */
/* background:ivory; */
color:brown;
/* border:1px solid red; */
   bottom:0;
   height:60px;   /* Height of the footer */
   background:#6cf;
}

a:hover { 
/* 	font-size:20px; */
background-color:#990000;
color:#FFFFFF;
	}

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

li { list-style:none}

.heading { font-family:Lucida Calligraphy;
font-size:36px;
background-color:yellow;
color:brown;
font-weight:bold;
text-align: center} 

.sidebar1 p{
	font-size:1.2em;
	font-weight:bold;
	text-align: left;
	font-style:italic;
	line-height:2;
/* 	max-width:10%; */
	}

.sidebar1 a{
	font-size:1.2em;
	font-weight:bold;
	text-align: left;
	font-style:italic;
	color:brown;
	margin:10px 10px 10px  10px ;
	line-height:2;
/* 	max-width:10%; */
	}

.sidebar1 h1 h2 h3{
	font-variant:small-caps;
	}

.sidebar1 h3{
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	font-style:italic;
	font-variant:small-caps;
	}

.sidebar1 h2{
	font-size:2em;
	font-weight:bold;
	text-align: center;
	font-style:oblique;
	}

.sidebar1 a:hover { 
/* 	font-size:20px; */
	background-color:#990000;
	color:#FFFFFF;
	}
	
#container {
   	min-height:100%;
   	position:relative;
 	height:100%;
	}

.inlinelist ul{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.inlinelist li{
	float:left;
	}
.inlinelist a{
	display:block;
	width:60px;
	background-color:#dddddd;
	}

/* Popup boxes adapted from http://web.ncf.ca/pat/pdqlib/popup.html */
a.popuph1{position:relative;
/* 	z-index:24; */
/* 	color:#046; */
/* 	border-bottom:thin dotted #046; */
/* 	text-decoration:none */
	}

a.popuph1:hover{
	z-index:25; 
/* 	background-color:#FF0 */
	}

a.popuph1 span{
	display: none
	}

a.popuph1:hover span{ /*On Mouseover*/
	display:block;
	position:absolute;
	top:-5em; 
	left:10em; 
	padding:1em;
	color:brown;
	background:#FFE2E1;
	font-size:.60em;
	text-align:left;
	}

a.popuphdr{position:relative;
/* 	z-index:24; */
/* 	color:#046; */
/* 	border-bottom:thin dotted #046; */
/* 	text-decoration:none */
	}

a.popuphdr:hover{
	z-index:125; 
/* 	background-color:#FF0 */
	}

a.popuphdr span{
	display: none
	}

a.popuphdr:hover span{ /*On Mouseover*/
	display:block;
	position:absolute;
	top:1em; 
	left:-30em; 
	padding:1em;
	color:#000000;
	background:#FFFF66;
	font-size:.60em;
	text-align:left;
	}
