/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

Body
{background-image:url("/Portals/0/ballback2.jpg");
background-repeat:repeat-x;
background-color:#497536;
}

/* GENERAL */
/* style for module titles */
.Head   {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}

/* text style used for most text rendered by modules */
.Normal
{font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

.MainMenu_MenuItem {
font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight: bold;
    color: #000033;
}

.MainMenu_SubMenu {font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  11px;
    font-weight: bold;
    color: #006699;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=2);
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; 
}

.MainMenu_MenuItemSel {
font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  11px;
    font-weight: bold;
    color:#FF6600;
}
.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}