/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
#body {
	background-image: url(back.jpg);
	margin:0px;
	padding:0px;

}
body {

}
/* GENERAL */
/* style for module titles */
.Head   {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
font:bold;
color:#cccccc;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family:Arial, sans-serif;
font-size:13px;
font:bold;
color:#cc0000;
}

/* text style used for most text rendered by modules */
.Normal
{font-family: Verdana, Geneva, sans-serif;
font-size:11.5px;
color:#000000;
}

.MainMenu_SubMenu {
{font-family: Arial,;
	font-size:  11px;
    font-weight: bold;
    color: #006699;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=2);
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1; 	
}