/* RED MAIN LINKS */
.rl:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC3234;
	text-decoration: none;
}
.rl:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC3234;
	text-decoration: none;
}
.rl:hover  {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC3234;
	text-decoration: underline;
}
.rl:active {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC3234;
	text-decoration: none;
}

/* BLUE LINKS */
.bl:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #669ACC;
	text-decoration: underline;
}
.bl:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #669ACC;
	text-decoration: underline;
}
.bl:hover  {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC3234;
	text-decoration: underline;
}
.bl:active {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #669ACC;
	text-decoration: underline;
}

/* SMALL LINKS */
.rls:link {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CC3234;
	text-decoration: none;
}
.rls:visited {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CC3234;
	text-decoration: none;
}
.rls:hover  {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CC3234;
	text-decoration: underline;
}
.rls:active {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/* BOTTOM GREY LINKS */
.gl:link {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.gl:visited {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.gl:hover  {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.gl:active {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

/* Side navigation components */

.bgsnav
{
	background-image:url(../images/sideblank.gif);
	background-repeat:repeat-y;
	padding: 0;
	position:relative; 
	left:-16px; 
	top:0px; 
	width:155px; 
	height:100%; 
	z-index:100;
}

#sidenav_container {	

	vertical-align: top;	
	padding: 0;	
	margin-top:-20px;
	margin-left:-4px;
	margin-bottom:0px;
	width:155px;
	float:left;
	
	}
#sidenav_container ul
{
margin:0;
padding:0;
}
#sidenav_container img
{
margin:0;
padding:0;
}


#sidenav_container li {	

	color: #666666;	

	/*background: transparent url(/images/sidebgoff.gif) repeat;	*/	

	font: 10px century gothic, verdana, arial, helvetica, sans-serif;	text-align: right;	

	vertical-align: top;	

	margin: 0 ;	

	padding: 0;	

	border: 0;	


	list-style:none;
	}



#sidenav_container li a:visited, #sidenav_container li a:link	{	

	color: #666666;	

	background-color: #333333;	

	background: transparent url(../images/sidebgoff.gif) repeat;	display: block;	

	font: 10px century gothic, verdana, arial, helvetica, sans-serif;	text-align: right;	

	vertical-align: top;	

	margin: 0 ;	

	padding: 0;	

	border: 0;	

	line-height: 20px;	}



#sidenav_container li a:hover, #sidenav_container li a:active	
{	color: #fff;	
background-color: #666666;	
background: white url(../images/sidebgon.gif) repeat;
display: block;	
font: 10px century gothic, verdana, arial, helvetica, sans-serif;	
text-align: right;	
text-decoration: none;	
vertical-align: top;	
margin: 0;	
padding: 0;	
border: 0;	
line-height: 20px;	}


#sidenav_container a
{
display:block;
text-decoration:none;
}


#sidenav_container li.sidenav_header a, #sidenav_container li.sidenav_header a:visited
{
	background-color: #333333;	
	background: transparent url(../images/sideblank.gif) repeat;
	padding:0;
	border: 0;	
	margin: 0;
	padding-top: 11px;
	vertical-align: top;	
	font: 11px century gothic, verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	display:block;
}
#sidenav_container li.sidenav_header a:hover, #sidenav_container li.sidenav_header a:active	
{	
color: #fff;	
background-color: #666666;	
background: white url(../images/sidebgon.gif) repeat;

	padding:0;
	border: 0;	
	margin: 0;
	padding-top: 11px;
	vertical-align: top;	
	font: 11px century gothic, verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	display:block;
}



