/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   color: #623812;
   background: url(/images/background.gif);     
   font-family: 'trebuchet ms', 'lucinda grande' , verdana , sans-serif;
   font-size: 11px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */











#container-inner { position: static; width: auto; }

#title {
	width: 595px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/MCHtitle.jpg);
	height: 163px;
 }


h1.title  {
	display: none
	}

h2.title  {
	display: none
	}


h3.title  {
	font-size: 16px;
	font-weight: bold;
	color: #737373;
	}
	
	
#container
{
   position: relative;
   background: url(/images/MCHcontentbg.gif);  
   margin: 0 auto; /* center on everything else */
   width: 595px;
   text-align: left;
}



#content { 
    padding-left: 27px;
	width: 543px; 	
	font-size: 11px;
	}

p {
   font-size: 11px;
   }

#main {
	width: 370px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	}

#side {
	border-left: 1px #CCCCCC dotted;
	width: 140px;
	padding-left: 8px;
	font-size: 10px;
	}

.sidetitle {
	font-weight: bold;
	font-size: 12px;
	color: #737373;
	padding-top: 15px;
	}

.maintitle {
	font-weight: bold;
	font-size: 12px;
	color: #737373;
	padding-top: 5px;
	margin-bottom: 2px;
	}

.location {
	font-weight: bold;
	font-size: 11px;
	}	

#footer {
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/MCHbottom.gif) no-repeat;
	height: 60px;
 }

.sideline
 {
 height: 5px;
 width: 135px;
 border-top:  1px #CCCCCC dotted;
 }



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

a:hover { color: #C69C6D; text-decoration: underline; }


h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

