/* CSS Document */


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 36px;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #663300;
	padding: 54px 0px 0px 36px;
}

.navcontainer2 {
	margin-left: 10px;
	display: block;
	background-image: url(/olc/images/TUF/cpages/leftcol2.jpg);
	background-repeat: no-repeat;
	height: 216px;
	background-position: left top;
	text-indent: 4px;
}

.navlist2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	display: block;
	font-weight: bold;
}

.navcontainer2 a
{
display: block;
width: 148px;
color: #333333;
text-decoration: none;
}

.navcontainer2 a:hover
{
color: #336699;
text-decoration: none;
}

.subnavlist2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	display: block;
	font-weight: bold;
}

.navlist
{
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #FEB55C;
	border-right: 1px solid #FEB55C;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 48px;
	margin-left: 9px;
	display: block;
}

.navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
border-bottom: none;
text-decoration: none;
color: #663300;
}

.navlist a:hover {
	color: #336699;
	background-color: #FDCF8D;
}

#active a:link, #active a:visited, #active a:hover
{
	color: #336699;
	background-color: #FDCF8D;
}

