/* march */

/* ========== Legalmenu Right at buttom ================ */

.mainlevel-legals {
font-size: 8pt;
font-style: normal;
font-family: Helvetica, Verdana, Arial, sans-serif;
text-align: right;
line-height: 11pt;
text-decoration:  none; 
color: #3F3F3F;
/* margin-right: 16px;
margin-top: 5px; */
}

.mainlevel-legals a {
color: #3F3F3F;
text-decoration: underline; 
}

a.mainlevel-legals:hover {
text-decoration:  none; 
color: #F00;
}

/* ========== Legalmenu LEFT at buttom ================ */

ul#mainlevel-legalsleft {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

ul#mainlevel-legalsleft li {
	background-image: none;
	padding-left: 0px;
	padding-right: 5px;
	float: left;
	margin: 0;
	white-space: nowrap;
}

ul#mainlevel-legalsleft li a {
	display: block;
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	color: #666;
}

#buttons>ul#mainlevel-legalsleft li a { width: auto; }

ul#mainlevel-legalsleft li a:hover {
	color: #FFF;
}

/*  ========== Backgrounds ================ */

#page_bg {
	background: #97beaf;
}

div#theme_shadowleft {
    width: 100%;
    background: url(../monthlyimages/march_shadowleft.gif) 0 0 repeat-y;
}

div#theme_shadowright {
    width: 100%;
    background: url(../monthlyimages/march_shadowright.gif) right repeat-y;
}

div#theme_shadowleftbottom {
    width: 100%;
    background: url(../monthlyimages/march_shadowleftbottom.gif) 0 0 no-repeat;
}

div#theme_shadowrightbottom {
    width: 100%;
    background: url(../monthlyimages/march_shadowrightbottom.gif) top right no-repeat;
}

div#theme_shadowbottom {
    height:10px;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../monthlyimages/march_shadowbottom.gif) 0 0 repeat-x;
}


