/* CSS Document */
a:link {
	text-decoration: none;
	color: #000066;
	font-size: 100%;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 100%;
}
a:hover {
	text-decoration: none;
	color: #CB2130;
}
#sidenav {
	height: auto;
	width: 166px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	display: block;
	white-space: nowrap;
	float: left; margin:0px;
}
a.sidenav:link, a.sidenav:visited  {
	background-image: url(assets/nav/sidenav.gif);
	height: 32px;
	max-height: 32px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	display: block;
	padding-right: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 4px;
	padding-top: 6px;
	



}

a.sidenav:hover {
	background-image: url(assets/nav/sidenav-over.gif);
		color: #FFFFFF;
}
a.sidenav2:link, a.sidenav2:visited {
	background-image: url(assets/nav/sidenav.gif);
	height: 32px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	display: block;
	padding-right: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 4px;
	padding-bottom: 6px;
}

a.sidenav2:hover {
	background-image: url(assets/nav/sidenav-over.gif);
	color: #FFFFFF;

}
a.footerlink:link {
	font-size: 11px;
	font-weight: bold;
	color: #32338D;
	text-decoration: none;
}
a.footerlink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #32338D;
	text-decoration: none;
}
a.footerlink:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}
a.homenav:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	display: inline;



}
a.homenav:visited {
	font-size: 10px;
	color: #33348E;
	text-decoration: none;
	display: inline;
	padding-top: 4px;




}
a.homenav:hover {

	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.greylink:link {
	font-size: xx-small;
	color: #999999;
}
a.greylink:visited {
	font-size: xx-small;
	color: #999999;
}
#topnav {

	height: 32px;
	width: 166px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	display: block;
	white-space: nowrap;
	float: left;
}
