/* CSS Document */

body{
	padding :0;
	margin :0;
}

#content{
	padding-top : 100px;
	padding-bottom : 30px;
	padding-left : 200px;
	padding-right : 19%;
}
#content h1  {
	/* the h1 in the case of the main page (h1 in a .toplevelheader div) is overruled in the next set of rules */
	font-family: "Courier New", Courier, monospace;
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	border: 1px dashed #666;
	padding: 2px 10px 2px 10px;
	margin-left:0px;
	margin-bottom:5px;
	margin-top:10px;
	background: #EEE8AA;
}


#content h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}
#content h5 {
	font-family: "Courier New", Courier, monospace;
	font-size:90%;
	color: #000000;
	font-weight: normal;
	background-color : transparent;
	color: #000000;
	border: 1px dashed #666;
	padding: 2px 10px 2px 10px;
	margin-left:0px;
	margin-bottom:5px;
	margin-top:0px;
	background: #F0F8FF;
}
#content ul {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	color: #000000;
	background-color : transparent;
}
#content p{
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 140%;
}


#logo{
	top : 10px;
	left : 10px;
	z-index : -50;
	font-family: "Courier New", Courier, monospace;
	font-size: 250%;
	font-weight: bold;
	color: #000000;
	border: 1px dashed #666;
	padding: 2px 10px 2px 10px;
	margin-left:0px;
	margin-bottom:5px;
	margin-top:10px;
	background: #EEE8AA;
	position: relative;

}
#topnav{
	font-family: "Courier New", Courier, monospace;
	position: absolute;
	top : 0px;
	font-size: 90%;
	width : 98%;
	color : #DAA520;
	background-color: #EEE8AA;
	border-top: 3px dashed Gray;
	z-index: -1000;
	font-family: "Courier New", Courier, monospace;
	font-size: 250%;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #808080;

}
#furby{
	position : absolute;
	top : 0px;
	right : 100;

	/*Mild hack for Netscape 4*/
}


#subnavigation{
	top : 120px;
	left : 20px;
	position: absolute;
	font-family: "Courier New", Courier, monospace;
	width : 150px;
	background : #EEE8AA;
}

#bottomnav{
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	width : 100%;
	color : #000;
	background-color: #EEE8AA;
	border-top: 1px solid #666;
	text-align: center;
}

.clrlnk A {
	color: #666666;
	text-decoration: none;
	background-color: #FFF;	
}
.clrlnk A:hover {
	color: #666666;
	text-decoration: none;
	background-color: #EEE8AA;	
}


/*********** menu *************/
#menu {
	width: 10em;
	background: #EEE8AA;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
	font: bold 14px/16px "Courier New", Courier, mono;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-top: 1px solid #FFCC00;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #660033;
	border-left: 1px solid #996600;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
text-decoration: none;
color: #996600;
background: #EEE8AA;
}

#menu a:hover {
color: #FFFFFF;
background: #DAA520;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
