		html, body 		{ margin: 0; padding: 0; }



		body 			{

	color: #010066;
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 18px;
	background-image:url(../_images/style/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: ;
	background-repeat: repeat-x;
}



		h3				{
	color: #006;
	font-size: 16px;
	text-align: center;

}



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



		p				{

	margin: 0;

	color: #010066;

	font: 14px Helvetica, Arial, sans-serif;

	text-align: center;

}



		#container		{ width: 940px; margin: 0 auto;}



		



        a:link { color: #8cc63f; } 



        a:visited { color: #8cc63f; } 



        a:hover {
	color: #060;
} 



        



 



        a.main:link { color: #010066; text-decoration:none;} 



        a.main:visited { color: #010066; text-decoration:none;} 



        a.main:hover { color: white; text-decoration:none; }

/*-------------- navigation----------------*/

* 									{ margin: 0; padding: 0; }
#navBox								{
	font: 12pt Arial, Sans-Serif;
	padding-top: 4px;
	float: right;
	width: 940px;
	background-color: 010066;
	} 
#navBoxM								{
	font: 12pt Arial, Sans-Serif;
	padding-top: 4px;
	float: right;
	width: 940px;
	background-color: 000;
	} 

ul									{
	list-style: none;
	font-size: 11pt;
	font-weight: bold;
	background-color: #8CC63F;
	
	
}
ul2									{
	list-style: none;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000;
}
#mysterylist									{
	font-size: 11pt;
	font-weight: bold;
	list-style-image: none;
	list-style-type: disc;
	
}
ulM2									{
	font-size: 11pt;
	font-weight: bold;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;	
}
/* 
	LEVEL ONE
*/


ul.dropdown                         {
	position: relative;
	color: 010066;
	background-color: 010066;
}

ul.dropdown li                      {
	float: left;
	zoom: 1;
	color: 010066;
	background-color: 010066;
}
ul.dropdown a:hover		            {
	color: #FFF;
	background-color: 010066;
		
}
ul.dropdown a:active                {
	color: #ffa500;
	background-color: 010066;
}
ul.dropdown li a                    {
	display: block;
	color: #010066;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	background-color: 010066;		
}
ul.dropdown li:last-child a         {
	border-right: none;
	font-family: "HelveticaNeueLT Std Med", Arial, sans-serif;
} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	position: relative;
	background-color: 010066;	
}


ul.dropdownM                         {
	position: relative;
	color: cc0000;
	background-color: 010066;
}

ul.dropdownM li                      {
	float: left;
	zoom: 1;
	color: cc0000;
	background-color: 010066;
}
ul.dropdownM a:hover		            {
	color: #FFF;
	background-color: 010066;
		
}
ul.dropdownM a:active              {
	color: #ffa500;
	background-color: 010066;
}
ul.dropdownM li a                  {
	display: block;
	color: #cc0000;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	background-color: 010066;		
}
ul.dropdownM li:last-child a         {
	border-right: none;
	font-family: "HelveticaNeueLT Std Med", Arial, sans-serif;
	text-align: justify;
} /* Doesn't work in IE */
ul.dropdownM li.hover,
ul.dropdownM li:hover                {
	position: relative;
	background-color: 010066;	
}

/* 
	LEVEL TWO //if you want a side menu change top to 0 and left to 100%
*/
ul.dropdown ul 						{
	width: 100px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: 010066;
}
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	float: none;
	background-color: 010066;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	background-color: 010066;
} 

ul.dropdownM ul 						{
	width: 100px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: 010066;
}
ul.dropdownM ul li 					{
	font-weight: normal;
	color: #000;
	float: none;
	background-color: 010066;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdownM ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	background-color: 010066;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{
	left: 100%;
	top: 0;
	background-color: 010066;
}
ul.dropdown li:hover > ul 			{
	visibility: visible;
	background-color: 010066;	
}

ul.dropdownM ul ul 					{
	left: 100%;
	top: 0;
	background-color: 010066;
}
ul.dropdownM li:hover > ul 			{
	visibility: visible;
	background-color: 010066;	
}


/* 


/*--------------------- navigation----------------*/






		/* Header */



		#header			{

	background-color: #000064;

	margin-top: 15px;

	border-top: 1px solid #8cc63f;

	border-left: 1px solid #8cc63f;

	border-right: 1px solid #8cc63f;

}



		#header h1  	{ color: #8cc63f; margin: 0 0 3px; padding: 24px 18px 0; }



		#header p		{ color: #8cc63f; font-size: 11px; font-weight: bold; text-decoration:none;}



		



		/* Content Style */



		#wrapper        {
	background-color: #ffffff;
	min-height:450px;
	width:940px;
	background-color:#FFF;
	border: 1px solid #8cc63f;
}
#wrapperm        {
	background-color: #000;
	min-height:450px;
	width:940px;
	background-color:#000;
	border: 1px solid #000;
}







		#logo           { float: left; text-align: left; margin-top: 2px; margin-left: 70px;}



		#search         { float: right; width: 140px; margin-top:5px; margin-right:25px;}



        #logout         { float: right; margin-top:10px;margin-left:100px;}



		#tabmenu        { float: left; width: 100%; clear:both; margin-top:-7px; margin-left:180px;}



		#headerreq      { }



		#headerreq p    { color: #01ce01;  font-size:12px; text-align:right; padding-right:10px;}



		#headertext     { }



		#headertext p   { color: #01ce01;  font-size:18px; text-align:right; padding-right:10px; padding-top:62px;}







        #toptext    	{ font: 14px Helvetica, Arial, sans-serif; border-bottom: 1px solid #c8ffc8;}



        #toptext p      { margin-right: 35px; margin-left: 35px; padding-top:5px; text-align:left;}



        #toptext_m   	{
	font: 14px Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #c8ffc8;
	background-color:#8CC63F;
}
#toptext_mM   	{
	font: 14px Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #000;
	background-color:#000;
}


        #toptext_m p    { padding-right: 10px; padding-left: 10px; color:#010066; padding-top:5px; text-align:center;}



     	#slideshow_m	{ margin: 0px 0px 0px -20px; border-bottom: 1px solid #8cc63f;}



        #content_m		{
	font: 14px Helvetica, Arial, sans-serif;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}

        #content_b      {
	background-color:#CEB4E3;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
}

        #content_c		{
	margin-top:10px;
	margin-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
	background-image: url(../images/style/contentBackground.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 900px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #010066;
}

  #content_cM		{
	margin-top:10px;
	margin-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	background-position: bottom;
	background-repeat: repeat-x;
	height: 900px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #010066;
}

 #content_c2		{
	margin-top:10px;
	margin-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
	background-image: url(../images/style/contentBackground3.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #010066;
}


        #content_f		{
	font: 14px Helvetica, Arial, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
	background-color: #FFF;
	background-image: url(../images/style/contentBackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}



        #content_f_left	{ font: 14px Helvetica, Arial, sans-serif; margin-left:5px; margin-right:5px;}	



        #content_f_right{ font: 14px Helvetica, Arial, sans-serif; margin-left:5px; margin-right:5px;}	

		#content_m2{
	width: 690px;
	float: right;
	padding-right: 10px;
	color: #010066;
		}
				
		#content_m3{
	width: 210px;
	float: left;
	height: 100%;
	margin-left: 5px;
	color: #010066;
	padding-right: 10px;
		}
		
		#content_m4{
	text-align: left;
	margin-left: 15px;
	font-size: 16px;
		}
		
		#content_m5{
	margin-left: 50px;
		}
		
		/* Content Positioning & Size */



		#header_index         {
	height: 200px;
	width: 100%;
	background-color: #010066;
}
		
		#header        { height: 100px; width: 100%;}

#headerM        { height: 225px; width: 100%;}

        #toptext	    { width: 940px; height:25px; } 



        #toptext_m	    { width: 940px; height:25px; }        



        #slideshow_m	{ float: right; width: 500px; height:200px; }



       	#content		{ float: right; width: 940px; min-height:426px; }



        #content_m		{
	float: left;
	width: 830px;
	min-height:426px;
	font-size: 12px;
	text-align: left;
	
}



        #content_c		{ float: left; width: 930px; min-height:426px; }

		#content_c2		{ float: left; width: 930px; min-height:426px; }

        #content_f		{ float: left; width: 940px; }        



        #content_f_left { float: left; width: 220px;}  



        #content_f_right{ float: right; width: 220px;}  

		#content_h {
	float:right;
	width:470px;
	margin: 5px;
	color: #010066;
}

        		/* Footer */



		#footer			{ background-color:#010066; width:100%; clear:both; text-align:center;border-top: 1px solid #8cc63f;}



		#footer a		{ color: #eee; }



		#footer	p		{ color: white; margin: 0;  }



		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }



		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

