@charset "UTF-8";
/* CSS Document */



#homelinks a, #homelinks a:visited {
	color: #000066;
}
#homelinks  a:hover {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

#contact {
	text-align: left;
	background-color: #CCCCCC;
	background-position: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px dotted #990000;
	position: absolute;
	top: 25px;
	padding-bottom: 22px;
}
#contact p {
	text-align: left;
}
.center {
	text-align: center;
	vertical-align: super;
	color: #990000;
}
.center2 {
	color: #990000;
	position: relative;
	left: 35px;
}
b {
	display:block;
	width:75px;
	text-align:right;
	float:left;
}