/* CSS Document */

table, td {
	font-family:Arial, Helvetica, sans-serif;
}

table.menu {
	border:solid gray 0px;
	padding:5px;
}

table.menu td a {
	border:white solid 1px;
	display:block;
	width:175px;
	padding:5px;
}

table.submenu {
	border:solid gray 1px;
	background-color:#FFFFFF;
}

a {
	color:#990000;
}

a:hover{
	text-decoration:underline overline;
	background-color:#FFFFCC;
}

table.menu a:hover{
	text-decoration:underline;
	background-color:#FFFFCC;
	display:block;
	border:#990000 solid 1px;
}

td.address {
	font-size:small;
}

td.copyright {
	font-size:x-small;
}

p.head1 {
	font-size:large;
	font-weight:bold;
	text-decoration:underline;
}

a.techlink {
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}

p.smallhead {
	font-weight:bold;
	text-decoration:underline;
}

.smaller {
	font-size:small;
}

.techmenu {
	background-color:#FFFFFF;
	position:absolute;
	left:163px;
	top:242px;
	width:175px;
	height:142px;
	z-index:1;
	visibility:hidden;
}

.newsmenu {
	background-color:#FFFFFF;
	position:absolute;
	left:163px;
	top:452px;
	width:175px;
	height:75px;
	z-index:1;
	visibility:hidden;
}

ul {
	list-style-image: url("/images/bullet.gif");
}
