/* CSS Document 
Thanks to Maks Feltrin, http://css.maxdesign.com.au/listamatic/vertical18.htm*/

ul#navlist
{
	width: 148px;
	padding: 0px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: 700;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #808080;
	background-color: #E5E5E9;
}

ul#navlist .highlight {
background-color:#FFCC00;
}

ul#navlist li a
{
	display: block;
	width: 122px;
	width: 158px;
	width: 130px;
	padding: 1px 4px 1px 4px;
	border: 0px;
	border-left: 10px solid;
	text-decoration: none;
	text-align: left;
	border-left-color: #000066;
}

ul#navlist li a:link {
	color: #213E58;
}
div#navcontainer li a:visited { color: #660000; }

ul#navlist li a:hover
{
	border-color: #8C1818;
	color: #ffffff;
	background-color: #213E58;
}
.active {
	background-color: #00CC66;
}
p {
	font-family:"Trebuchet MS", Verdana, Arial;
	color: #213E57;
	line-height: 1.8em;
}

.acronym {
	color: #6A81A2;
	margin-left: 10px;
	font-size: 95%;
}
ul#navlist .navhead {
	color:white;
	text-transform:uppercase;
	padding: 1px 4px 1px 4px;
	font-size: 100%;
	margin: 2px 0 0 0;
	letter-spacing: 0.1em;
	background-color: #6A81A2;
	border-top: 1px solid #213E58;
	border-bottom: 1px solid white;
	}
	
a.link {
	text-decoration: none;
	color: #980C16;
	font-weight: bold;
        }
a.link:hover, a.link:focus {
	/*adds color when mouse hovers over buttons*/
	background-color: #9CA6B2;
	color:white;
	font-weight: bold;
	border-bottom: 1px solid;
	border-bottom-color: #980C16;
	text-decoration: none;
        } 
.gray {
	color: #7D7D7D;
	font-size: 0.9em;
	margin-left: 5px;
}

