@charset "UTF-8";
/* CSS Document */

.twoColElsLtHdr #container #footer #Footer p {
	font-size: small;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999966;
	background-color: #FFFFFF;
}
.twoColElsLtHdr #container #sidebar1 ul {
	list-style-image: none;
	list-style-type: square;
	line-height: 25px;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
}
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #999966;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-size: medium;
}

#navcontainer ul li a:hover
{
	background-color: #666633;
	color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
	
#botnavlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.twoColElsLtHdr #container #sidebar1 #Box photo img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

