/* ----------- defaults ----------- */
* {margin:0;padding:0; color: #000;}
* {color: #663B8B;}
img {border: 0px none; margin: 15; }

/* ----------- defaults ----------- */

/* --------- coloring ------------ */
html {background:#D3C1E2;}
body {background: #D3C1E2;}
#wrapper {background: url('images/body-bg.gif') repeat-y left;}
#header {background: url('images/header.jpg'); }
#header2 {background: url('images/mm-header.jpg'); }
/* --------- coloring ------------ */


/* --------- body positioning --------- */
/*	body
	{
		/* center alining
		margin: 0 auto;
		text-align: center; */
		
		/* left alining */
		/*margin: 0; text-align: left;*/
		
		/* right alining */
		/* margin: 0; text-align: right; */
		/*width: 100%;	*/
		/*}*/
	
	
/* --------- body positioning --------- */


/* --------- body content positioning ------ */

		#content, #sub-section {float:left}
		#sub-section {width:190px;}

/* --------- body content positioning ------ */


/* --------- general formats ------ */

ol {margin-left:20px; margin-top: 10px}
ol li {margin:0 20px}

ul {margin-left:20px;margin-top:10px}
ul li {margin:0 20px;}

img{padding: 0px; margin: 0px}

a {text-decoration: none; color: #800080}

a:hover {text-decoration:none; border-bottom: 0px none;}



/* ------- HEADER menu ------------ */
.menu {font-size: 12px;clear:left; padding-top: 0px; padding-bottom: 10px; }
.menu {vertical-align:top; text-align:left; margin: 0; height: 100%; width: 190px;background: #8352AC url('images/menu-bottom.gif') no-repeat left;
	list-style-image: url('images/bullet.gif');

}
.menu li {margin: 0; padding: 0;display: block;width: 190px;}
.menu li a
{
	display: block;
	width: 190px;
	color: #fff; font-family: Arial, Tahoma, Verdana; font-weight: bold;
	margin: 0;
	text-decoration: none;
	border-top: 1px solid #AA80C9;
	border-bottom: 1px solid #592A88;
	background: url('images/bullet.gif') no-repeat left; padding-left: 0px; padding-right: 0px; padding-top:5px; padding-bottom:0px
}
.menu li a:hover {	border-top: 1px solid #592A88;
	border-bottom: 1px solid #AA80C9;
}
/* ------- menu ------------ */

/* -------- Content ----------*/
/*#content {padding: 20px 0 0 0;}
#content div {margin:0 10px; padding: 0 10px;}
#content div img {float: left; margin-right: 20px;}
#content div.highlight {padding: 0; 
display: inline !important;
display: inline-block; 
background: #FCE7B9;}

/*
#content div span.grey {text-indent: 0px; margin: 0; padding: 0 0 2px 0; color: #666; font-weight: bold;}
#content div span.red {text-indent: 0px; margin: 0; padding: 0 0 2px 0; color: #f11; font-weight: bold;}

#content p {text-indent: 20px;}
#content a:link {border-bottom: 1px dotted #963;}
#content a:hover {border-bottom: 1px solid #963;}
#content div p {text-indent: 0px; margin: 0; padding: 10px; text-align: justify}
#content div ul li {list-style: circle;}
/* -------- Content ----------*/