/*
======================================================================== BODY
*/
body {
	background: #981E88 url(../images/PurpleBody_BG.gif) no-repeat center top;
	_background: #981E88 url(../images/PurpleBody_BG.gif) no-repeat center 10px;  /* IE 6 FIX */
}

/*
======================================================================== HEADER 
*/
#header {background: #1BBBC9 url(../images/Cards_LightBlueBG.gif) no-repeat top right;}

/*
======================================================================== MAIN CONTENT 
*/

#content {background: #CC0086;}

/*
======================================================================== MAIN MENU 
*/

#main_menu a:hover,
#home_menu a:hover  {color: #FCEA24;}

#main_menu a.main_menu_active,
#home_menu  a.main_menu_active {color: #FCEA24;}


/*
======================================================================== ATTRIBUTES 
*/

ul.list_1 {
	list-style:url(../images/Green_Arrow_LI.gif);
	font-size:15px;
	margin:0 10px;padding: 8px 30px !important;
}
ul.list_1 li {margin: 5px 0;}

ul.list_2 {
	list-style:url(../images/Green_Point_LI.gif);
	font-size:15px;
	margin:0 10px;padding: 8px 30px !important;
}
ul.list_2 li {margin: 5px 0;}


/*
======================================================================== REGION CURVES 
*/

/*-- Header Curves --*/
#curveTopL {
	background: url(../images/Purple_Top_CurveL.png) no-repeat bottom left;
	_background: url(../images/Purple_Top_CurveL.gif) no-repeat bottom left;  /* IE 6 FIX */
	}
#curveTopR {
	background: url(../images/Purple_Top_CurveR.png) no-repeat bottom right;
	_background: url(../images/Purple_Top_CurveR.gif) no-repeat bottom right;  /* IE 6 FIX */
	}


/*-- Content Curves --*/
#curveBottomL {
	background: url(../images/Purple_Bottom_CurveL.png) no-repeat bottom left;
	_background: url(../images/Purple_Bottom_CurveL.gif) no-repeat bottom left;  /* IE 6 FIX */
	}
#curveBottomR {
	background: url(../images/Purple_Bottom_CurveR.png) no-repeat bottom right;
	_background: url(../images/Purple_Bottom_CurveR.gif) no-repeat bottom right;  /* IE 6 FIX */
	}

