/* CSS Document */
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		background:#FFFFFF;
		}
	
	#leftcontent {
	position: absolute;
	left:10px;
	top:160px;
	width:300px;
	background-image:	url(mcimages/webground_lightgrays_000019.jpg);
	border-left:1px solid #000;
	
	}
	
	#leftcontent1 {
	position: absolute;
	left:10px;
	top:160px;
	width:250px;
	background-image:	url(mcimages/webground_lightgrays_000019.jpg);
	border-left:1px solid #000;
	height: 600px;
	}
		
	#centercontent1 {
	background:#FFFFFF;
   	top: 160px;
	margin-left: 250px;
   	margin-right:249px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
		
	html>body #centercontent1 {
	margin-left: 250px;
	margin-right:249px;
	background-color: #FFFFFF;
		}

	#centercontent {
		background:#FFFFFF;
   		margin-left: 301px;
   		margin-right:301px;
		voice-family: "\"}\"";
		voice-family: inherit;
   		}
		
	html>body #centercontent {
	margin-left: 300px;
	margin-right:299px;
	background-color: #FFFFFF;
		}



	#rightcontent {
	position: absolute;
	right:10px;
	top:160px;
	width:300px;
	background-image: url(mcimages/webground_lightgrays_000019.jpg);
	border-right:1px solid #000;
	}
	
	#rightcontent1 {
	position: absolute;
	right:9px;
	top:160px;
	width:250px;
	background-image: url(mcimages/webground_lightgrays_000019.jpg);
	border-right:1px solid #000;
	height: 600px;
	}
	
	
	#banner {
		height:150px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		
		voice-family: "\"}\"";
		voice-family: inherit;
		background-image:
		url(mcimages/webground_lightgrays_000019.jpg) 
		
		}
	html>body #banner {
		height:150px;
		}
			
	p,h1,pre {
		margin:10px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#banner h1 {
	font-size:30px;
	padding:10px 10px 0px 10px;
	margin:0px;
	font-family: "Trebuchet MS";
	text-align:center;
	color:#CC0000;
		}
		
.style3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
}
.style4 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
	color: #CC0000;
	margin-right: 0px;
}

.style5 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CC0000;
	}
	
	
.style6 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CC0000;
	margin-left:30px;
	margin-right: 30px;
	
	}

.style23 {
	font-family: "Trebuchet MS";
	font-size: 8px;
	color: #000000;
	}
.indent{
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-left: 20px;
	color: #CC0000;
	margin-right: 20px;
}

.indent2{
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-left: 30px;
	color: #336600;
}

a:link{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #990000
}
a:active {
	text-decoration: none;
	color: #990033;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.style13 {
	font-size: 12px;
	margin-left: 30px;
	margin-right: 30px;
	color: #000000;
	font-family: "Trebuchet MS";
	}
	
.style15 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
}
.style18 {
	font-size:20px;
	margin:0px;
	font-family: "Trebuchet MS";
	text-align: center;
	color: #CC0000;
	}
	
ul {
	font-family: "Trebuchet MS";
	margin: 0;
	padding: 0;
	border:0px;
	width: 125px;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	background-color:#F2F2F2;
	left: 120px;
	top: 0;
	display: none;
	border: 1px solid #C1C1C1;
	
	}

ul li a {
	font-family: "Trebuchet MS";
	display: block;
	font-size: 10px;
	text-decoration: none;
	padding: 1px;
	
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
			}

li:hover ul, li.over ul {
                        display: block; }
