@charset "ISO-8859-1";

body {
	font-family: Times New Roman, Times, Sans-Serif;
	font-size: 16;
	color: #000080;
	background-attachment: fixed;
}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 250%;
	color: #0000a0;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Times New Roman, Times, Sans-Serif;
	font-size: 185%;
	color: #0000d0;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-family: Times New Roman, Times, Sans-Serif;
	font-size: 110%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}


a {
	color: #ff0000;
}

a:visited {
	color: #c00000;
}

a:hover {
	color: #ffffff;
	background-color: #0000ff;
}

a:visited:hover {
	color: #ffffff;
	background-color: #0000ff;
}

a:active {
	color: #ffffff;
	background-color: #000000;
}

a:visited:active {
	color: #ffffff;
	background-color: #000000;
}

.menu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0000ff;
}
