		body {
		
			background: #eee;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			color: #666;
			height: auto;

		}

		a {

			color: #0000CC;
			text-decoration: none;
			
		}
		a:hover
		{
		text-decoration: underline;
		color: #FF0000
		}
		
		
		h1 {
			
			font-size: 1.5em; 
			color: #139EFF;

		}

		div.container {

			width: 750px;
			height: auto;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: left;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 100px;
			background: #f2fbfc;
			background-image: url(mcwtop.gif);
			background-repeat: repeat-y;
		
		}


		div.header span {

			position: relative;
			left: 11px;
			top: 0px;
			font-family: sans-serif;
			font-size: 2.1em;
			color: #139EFF;
			

		}
		
		div.menu {

			width: 100%;
			height: 20px;
			padding: 0px;
			background: #99DE00;
			margin-top: 3px;
			overflow: hidden;
			


		}

		span.home {			
			
			background: #139EFF;	
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #444;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			height: auto;
			

		}

		span.home a, span.home a:hover {

			color: #444;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;
		
		}
		
		span.alt {
height: auto;
			background: #99DE00;
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #444;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;

		}
		
		span.alt a, span.home a:hover {

			color: #444;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.search {
height: 10px;
			background: #99DE00;
			padding-top: 1px;
			padding-bottom: 1px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			float: right;
			height: auto;
			width: 200px;
			border-left: 1px SOLID #fff;
			overflow: hidden;
		}

		div.post_info {
			width: 500px;
			height: auto;
			border-top: 1px SOLID #f3f3f3;
			border-bottom: 1px SOLID #f3f3f3;
			background: #fafafa;
			font-size: 10px;
			color: #444;
			padding: 5px;
			
		}


		div.post_info a {

			font-size: 11px;
			color: #99DE00;
			font-weight: bold;
			text-decoration: none;
height: auto;
		}

		div.main_nav {

			width:190px;
			float: left;
			margin-left: 5px;
			height: auto;
			
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 25px;
			font-size: 12px;
			width: auto;
			height: auto;


		}
	

		div.sub_menu div {
		
			background: #99DE00;
			padding: 1px;
			color: #444;
			width: auto;
			font-variant: small-caps;

		}

		div.sub_menu a {

			background: #fff;
			color: #444;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
		

		}
div.sub_menu2 {

			margin-right: auto;
			margin-top: 25px;
			font-size: 12px;
			width: auto;
			height: auto;
			


		}
	

		div.sub_menu2 div {
		
			background: #99DE00;
			padding: 1px;
			color: #444;
			width: auto;
			font-variant: small-caps;

		}

		div.sub_menu2 a {

			background: #fff;
			color: #444;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
		

		}
		div.sub_menu a:hover {

			background: #f9f9f9;
			color: #FF0000;
			text-decoration: underline;
			line-height: 1.25em;
			display: block;
			
			
		}

		div.content {
			font-size: 13px;
			width: 500px;
			margin-top: 25px;
			margin-left: 230px;
			height: 3850px;

		}



		.button {

			background: #99DE00;
			color: #fff;
			border: 0px;
			padding: 0px;

		}
		
