/******************************************
 * site specific classes                 
 ******************************************/ 

.menuLink 
{
    font-family: Arial, Helvetica, sans-serif, "Arial Narrow"; 
    font-size: 11px; 
    font-weight: bold;
}
a.menuLink:link, a.menuLink:visited { color: #FFFFFF; text-decoration: none;}
a.menuLink:active, a.menuLink:hover { color: #FFFFFF; text-decoration: underline; }

.SideMenu
{
    width: 100%;
    background-color: #A9BC6D;    
}

div.SideMenu
{
    font-family: Arial, Helvetica, sans-serif, "Arial Narrow"; 
    font-size: 12px; 
    font-weight: bold;
    margin: 0 auto;
}

div.SideMenu ul
{	
	margin: 0 0 0 0;
	padding: 0 5px 0.2em 0px;	
}

div.SideMenu ul li
{
	font-size: 12px;
	margin: 0 0 0.3em 0.5em;
	padding-left: 15px;
	list-style: none;
	background-image: url(/i/b/ma.gif);
	background-position:left center;
	background-repeat: no-repeat;
}

div.SideMenu a:link, 
div.SideMenu a:visited 
{ 
	color: #FFFFFF; 
	text-decoration: none; 
}

div.SideMenu a:hover,
div.SideMenu a:active 
{
	color: #FFFFFF; 
	text-decoration: underline; 
}

div.SideMenuBanners 
{ 
	text-align:center; 
	width: 130px; 
	margin: 0 auto; 
	margin-top: 5px; 
}

div.SideMenuBanners img 
{ 
	border: none; 
	margin-bottom: 5px; 
	display:block; 
}    

div.WhiteText { color: #FFFFFF; }

div.WhiteText a:link, 
div.WhiteText a:visited { color: #FFFFFF; text-decoration: underline; }

div.WhiteText a:hover,
div.WhiteText a:active { color: #FF9900; text-decoration: underline; }

/* FolderTemplate Styles */

.HomeFolder_Content
{
    vertical-align:top;
    width: 610px;
}

.HomeFolder_SideBar
{
    vertical-align:top;
    width: 140px;
}
