
body {
	font-family: "Times New Roman", serif;
	font-size : 1em;
	font-weight : normal;
	color : #006600;
	background-color : #ffffe0;
	margin : 25 0 0 0;
	padding : 10 10 10 10;
	width : auto;
}

H1, H2, H3, H4, H5, H6{
	font-size : 1.0em;
	font-family : Alial, Verdana, sans-serif;
	font-weight : bold;
	color : #006600;
    text-align: center;
    font-variant: small-caps
}

H1{
    font-size: 1.2em;
    
}


H2{
    font-size: 1.0em;
}

ul {
    font-family: Alial, Verdana, sans-serif;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0; /* Controls horizontal position of second level margin: 0 */
	list-style: none;
	line-height: 1.5;
	font-weight: bold;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	border: 1px solid #060;
    padding-left: 3px;
	width: 10em; /* width needed or else Opera goes nuts */
	background-color : #ffff99;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	background-color : #ffff99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists. This one controls the vertical position of the level lists -1em */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

li{
    font-variant: small-caps;
    border: 1px;
    
}

a:link {
    font-size:100%;
	font-variant:bold;
	text-decoration: none;
	color: #009900;
}

a:visited {
    font-size:100%;
	font-variant:bold;
	text-decoration: none;
	color: #336633;
	}

a:hover {
    font-size:100%;
	font-variant:bold;
	text-decoration: none;
	color: #ff0000;
	background-color:#ffff00;
	}

a:active {
    font-size:100%;
	font-variant:bold;
	text-decoration: none;
	color: #ff0000;
	}
