A {
	text-decoration: none;
	color: #003663;
}

A:HOVER {
	text-decoration: none;
	color: black;
}

BODY, TD, input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#sideNav {
	position:relative;
	width: 145px; 
}

#headline {
	color: #003663;
	font-size: 18px;
	font-weight:bold;
	font-family: Arial
}

ul.rollmenu {
	list-style-type: none;
	color: #003663;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border-top:black 1px solid;
	width: 145px;
}

ul.rollmenu a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #003663;
	background-color: #ffffff;
	margin: 0;
	padding: 7;
	/* padding-bottom: 5px;
	padding-top: 5px; */
	width: 145px;
	display: block;
	border-bottom: black 1px solid;
}

ul.rollmenu a:hover {
	color: white;
	background-color: #003663;
}

li.liSpacer {
	background-color: white;
	height:1px;
	padding:0px;
	border-bottom: black 1px solid;
}

.textField {
	height: 18px;
	width: 175px;
	font-size: 90%;
	border: black 0px solid;
}
