body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/ma_background.jpg);
	background-repeat: repeat-x;
	background-color: #C68AEA;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}
h1 {font-size: 20px; color:#8425BF;}
a.greenbg:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.greenbg:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.greenbg:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8425BF;
	text-decoration: none;
}
a.greenbg:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.right { float: right; }
.left { float: left }

#leftNavigation {
width: 188px;
text-align: left;

}
#leftNavigationTop {
height: 27px;
width: 188px;
background-image:url('../images/greenbox2-top.gif');
background-repeat:no-repeat;
}

#leftNavigationBottom {
height: 27px;
width: 188px;
background-image:url('../images/greenbox2-low.gif');
background-repeat:no-repeat;
}

#leftNavigationMid {
background-image:url('../images/greenbox2-mid.gif');
background-repeat:repeat-y;
text-align: left;
}

#leftNavigation ul {list-style-type:none; padding: 0px; padding-left:2px; margin: 0px;}
#leftNavigation ul li {margin: 0px; margin-left: 10px; font-size:11px; font-weight: bold; line-height: 1.7em;}

#leftNavigation ul ul {list-style-type:square;margin-left: 12px;}
#leftNavigation ul ul li { font-size: 11px; font-weight: bold; color: #ffffff; margin-left: 5px;  line-height: 1.2em;}
#leftNavigation a {color: #FFFFFF; text-decoration: none;}
#leftNavigation a.selected {color: #8425BF; }
#leftNavigation a:HOVER {color: #8425BF;}