/* CSS Document */
/* top nav */
 #navcontainer_top ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
color:
}

#navcontainer_top ul li { display: inline; }

#navcontainer_top ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	font-weight: bold;


}

#navcontainer_top ul li a:hover
{
color: #000;
text-decoration: underline;
	list-style-position: inside;
	list-style-type: disc;
}
.cell1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
hr {
	background-color: #3C6DAF;
	color: #3C6DAF;
}
a:link {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #3C6DAF;
	text-decoration: underline;
}
a:visited {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #3C6DAF;
	text-decoration: underline;
}
a:hover {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #3C6DAF;
	text-decoration: underline;
}
