/* CSS Document */
#navcontainer {
	width: 170px;
	background-color: #3B5586;
	text-align: left;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left:0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

#navcontainer a
{
	display: block;
	width:155px;
	background-color: #3B5586;
	border-bottom: 1px solid #eee;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: normal;
	background-color: #000066;
}
#subnav {
	text-align: center;
	padding: 5px;
	width: 500px;
	margin-left: 40px;
}
#officelist {
	float: left;
	width: 100px;
}
.redtext {
	color: #FF0000;
}
.linksout {
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	padding: 5px;
	width: 550px;
	border: 1px solid #000066;
}
.clickhere {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
