body  {
	margin: 			0; 
	padding: 			0;
	text-align: 			center; 
	color: 				#000000;
	background-color: 		#EBEBEB;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 			100%;
}



#container {
	width: 				90%;
	text-align: 			center; 
	background-color: 		#CCCCFF;
	margin-top:			0;
	margin-right:			auto;
	margin-bottom: 			0;
	margin-left: 			auto;
	border: 			thick outset #7C3F52;
	z-index:			3;

} 


#canvas {
	width: 				90%;
	text-align: 			left; 
	background-color: 		#CCCCFF;
	border-right-width: 		thick;
	border-left-width: 		thick;
	border-right-style: 		outset;
	border-left-style: 		outset;
	border-right-color: 		#7C3F52;
	border-left-color: 		#7C3F52;
    	position: 			relative;
	margin-top:			0;
	margin-right:			auto;
	margin-bottom: 			20px;
	margin-left: 			auto;
	z-index: 			1;

}


#container  em {
	color:				#006633;
	font: 				bolder 14px italic Verdana,Arial,Helvetica,sans-serif;
	position: 			relative;
	background-color: 		#CCCCFF;
	text-align: 			center;
	border: 			thick outset #7C3F52;
	padding: 			10px;
	z-index: 			3;

}




#mainContent {
	width: 				90%;
	margin:			    0 auto;
	padding-top:10px;
	text-align: 			center; 
	background-color: 		#CCCCFF;
	border-right-width: 		thick;
	border-left-width: 		thick;
	border-right-style: 		outset;
	border-left-style: 		outset;
	border-right-color: 		#7C3F52;
	border-left-color: 		#7C3F52;
	border-bottom-width: 		thick;
	border-bottom-style: 		outset;
	border-bottom-color: 		#7C3F52;
	z-index: 			2;

} 


#mainContent  em {

	background-color: 		#CCCCFF;
	text-align: 			center;
	z-index: 			2;

}

#mainContent  h6 {
	background-color: 		#CCCCFF;
	margin: 			     20px;
	text-align: 			left;
	font: 				     normal 14px Georgia, "Times New Roman", Times, serif;
	z-index: 			     2;

}


#canvas #nav {
	position: 			relative;
	top: 				20px;
	left: 				0px;
	width:				100%;
	height:				20px;
	padding-bottom:			1px;
	padding-left: 			0px;
	margin-bottom: 			0px;
	background-position: 		left center;
	text-indent: 			30px;
	border-top-width: 		1px;
	border-bottom-width: 		1px;
	border-top-style: 		groove;
	border-bottom-style: 		groove;
	border-top-color: 		#666;
	border-bottom-color: 		#666;
	bottom: 			8px;
	background-image:		url('/images/Burned-Bar.jpg');
	z-index: 			1;

};

#canvas  #nav ul {
	margin:				0px;
	padding: 			0px;
	background-position: 		center center;
	background-image: 		url('/images/Burned-Bar.jpg');
	background-repeat: 		repeat-x;
	height: 			100%;
	z-index: 			1;

}

#canvas #nav ul li {
	display: 			inline;
	vertical-align:			middle;
	font: 				bolder 10px Verdana,Arial,Helvetica,sans-serif;
	z-index: 			1;


}

#canvas #nav ul li a, #nav ul li a:visited {
	display: 			block;
	float:				left;
	text-decoration: 		none;
	padding-left: 			10px;
	padding-right:			10px;
	margin-top: 			1px;
	margin-bottom:			0px;
	border:				0px;
	z-index: 			1;

}

#canvas #nav ul li a:hover,#nav ul li.selected a {
	background-color:		#FFFFFF;
	text-decoration:		none;
	z-index: 			1;

}

#canvas #nav ul ul {
	display: 			none;	
	z-index: 			1;


}


.selected { font-weight:bold; }
.normal { font-weight:normal; }




/* MENU STYLES */

.menuitem {
	position: 			absolute;
	font: bolder 			15px Verdana,Arial,Helvetica,sans-serif;
	padding-left: 			10px;
	padding-right:			10px;
	margin-top: 			1px;
	cursor:				pointer;
	color:				#FFFFFF;
	z-index: 			1;

}

.x {
	background-image:		url(/images/small_down_arrow.gif);
	background-repeat:		no-repeat;
	background-position:		bottom right;
		z-index: 			1;

}

.menutracer {
	position: 			absolute;
	width:				1px;
	height:				14px;
	background-color: 		#E5E6E7;
	font:				normal 10px ,Verdana,Arial,Helvetica,sans-serif;
	margin-top: 			1px;
	margin-left: 			0px;
		z-index: 			1;

}

.menuback {
	position:			absolute;
	width:				auto;
	height:				auto;
	background-color:		#666;
	border-bottom:			3px solid #666;
	padding:			0px;
	padding-left:			1px;
	padding-right:			1px;
	margin:				0px;
	visibility:			hidden;
		z-index: 			1;

}

.menulink {
	display:			block;
	padding:			3px;
	width:				150px;
	background-color:		#E5E6E7;
	font:				normal 10px Verdana,Arial,Helvetica,sans-serif;
	color:				#666;
	margin-bottom:			1px;
	text-decoration:		none;
	border-bottom:			1px solid #CBCCCF;
		z-index: 			1;

}
.menulink:hover {
	background-color:		#EFEFEF;
	color:				#223693;
	cursor:				pointer;
	border-bottom:			1px solid #CBCCCF;
		z-index: 			1;

}

.menulink.active {
	background-color:		#EFEFEF;
	color:				#333;
	cursor:				pointer;
}

.sub {
	background-image:		url(/images/small_right_arrow.gif);
	background-repeat:		no-repeat;
	background-position:		right center;
		z-index: 			1;

}
	


.menuback table {
	border-collapse:		collapse;
	margin:				0px;
	margin-left:			-1px;
		z-index: 			1;

}
.menuback td {
	vertical-align:			top;
	height:				100%;
	background-color:		#E5E6E7;
	border-left:			1px solid #666;
		z-index: 			1;

}

.td2 { display: none; }
.td3 { display: none; }
.td4 { display: none; }
.td5 { display: none; }

#container #footer div {
	font-size: 			12px;
		z-index:			3;

}

#footer { 
	padding: 			0 10px; 
	background:			#CCCCFF;
			z-index:			3;

}

#footer p {
	margin: 			0; 
	padding: 			10px 0;
			z-index:			3;
 
}
