﻿body {
	color: #000033;
	background-color: #666666;
	padding: 2em;
	margin: 0;
}


a {
	text-decoration: underline;
}

a:link {
	color: #000033;
}

a:visited {
	color: #000033;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}


hr {
	display: none;
}

#font1 {
color: #000000;
font-family: Arial;
font-size:12pt;
}

#BigBlueFont {
color: #006699;
font-family: Arial;
font-size:14pt;
}


#formfont1 {
color: #000000;
font-family: Arial;
font-size:12pt;

}

#SubmitButton {

	color: #000000;
font-family: Arial;
background-color: #ffffff;
}


#fontsmall {
color: #000000;
font-family: Arial;
font-size:10pt;
}


#font2 {
color: #CC0000;
font-family: Arial;
}

#h2 {
color:  #006699;
font-family: Arial;
font-size: 14pt;
text-align: center;
}
#h1 {
color:  #000000;
font-family: Arial;
font-size: 16pt;
text-align: center;
}




ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	width: 42em;
	font-size: 12pt;
	color: #000033;
}

#nav a {
	font-weight: bold;
	color: #000033;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000033;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #000033;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	border: 1px solid #000033;
	border-width: 1px 0;
	

}

li#first {
	border-left-width: 1px;
	background-color: #FFCC99;
}

li#last {
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #CCCCCC;
}

li#nor1 {
	border-left-width: 1px;
	background-color: #CCCCFF;
}

li#nor2 {
	border-left-width: 1px;
	background-color: #CCFFCC;
}

ul#ul1 {
background-color: #FFCC99;
}

ul#ul2 {
background-color: #CCCCFF;
}

ul#ul3 {
background-color: #CCFFCC;
}

ul#ul4 {
background-color: #CCCCCC;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 10em;
	font-size: 12pt;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #000033;
	border-left: solid 1px #000033;
	border-bottom: solid 1px #000033;
	border-top: solid 1px #000033;

}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

h1 {
	font-size: 16pt;
}


