/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : Gray;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px
}

.navButts a {
	background-color : #fffff0;
	border : 1px solid #999999;
	color : Black;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%;
	}

.navButts a:hover {
	background-color : #4A934A;
	border : 1px solid #999999;
	color : #FFFFFF;
	text-decoration : none
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubs a {
	background-color : #FFFFFF;
	color : #333333;
	display : block;
	padding-left : 14px;
	text-decoration : none;
	width : 100%
}

.navSubs a:hover {
	background-color : #DCDCDC;
	color : #000000;
	text-decoration : none
}

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a {
	background-color : #4A934A;
	border : 1px solid #999999;
	color : #FFFFFF;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}

/* newsbox */
#news {
	border: 1px solid #7B8C94;
}
.newsCont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding: 0px 5px 5px;
}

.newsCont p { line-height : 120%}

.newsContBold {
	color: #637373;
	font-weight: bold;
	font-size: 11px;
}

.newsCont a:link { color : #DE8C00}

.newsCont a:visited { color : #DE8C00}

.newsCont a:hover {
	color : #DE8C00;
	text-decoration: none;
}

/* style aplied to footer tabel */
#footer {
	margin: 24px 0 0 0;
	padding: 12px;
	border-top: 1px solid #333333;
	background-color: #FFFFF0;
	border-bottom: 1px solid Black;
	}
/* style aplied to footer content in tabel */
#footer p {margin: 0 0 12px 0; font-size: 10px;}
span.pipe {
	display: none;
	color: #FFFFF0;
}

#footer a { margin: 0 3px 0 0;}
#footer a, #footrule a:visited {
	color: #666666;
	padding: 2px 8px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-decoration: none;
}
#footer a:hover, #footrule a:active {
	color: #FFFFFF;
	background-color: #4A934A;
	border: 1px solid #FFFFFF;
}
span.pipeimg {
 display: none;
}
