@charset "UTF-8";

#navtop {
	background-color: none;
	height: 20px;
	border: 0px;
	text-align: right;
	width: 960px;
	color: #2A3077;
	line-height: 0.9em;
}
#navtop ul {
	list-style: none;
	margin:0px;
	padding-top: 0px;
	border: none;
	padding-right: 0px;
}
#navtop li {
	width: 160px;
	margin:0;
	padding: 0px 18px 0px 18px;
	font-size:70%;
	font-weight: bold;
	display: inline;
	border-right: solid white 1px;
	}

#navtop li#navtopnoborder{
	border: 0;
	}

#navtop a:link, #navtop a:visited {
	color: #2A3077;
	text-decoration: none;
}

#navtop a:hover {
	color: #FF9900;
	text-decoration: none;
}

#leftcontainer {
	margin-left: 0px;
	margin-right: 10px;
	line-height: 1.3em;
	padding-top: 120px;
	padding-left: 0;
	width: 140px;
}

#leftcontainer h1{
	font-size: 90%;
	font_weight: normal;
	padding-top: 30px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 1.3em;
}
#leftcontainer a {color:#990000; text-decoration: none;}
#leftcontainer a span {color:#2A3077; text-decoration: none;}
#leftcontainer a:hover {
	color:#666; 
	text-decoration: none;
	background-image: url(../graphics/triangle_grn_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#leftsmall {
	color:#666666;
	font-size:80%;
	line-height: 1.2em;
	padding-left: 12px;
}

