/* Non-essential Styles */
h2					{ margin:0; font-size:1.1em; text-align:left; }
h3					{ margin:0; font-size:1em; }

*.oi1,*.oi2,*.oi3	{ border-left:1px solid gray; border-right:2px solid gray; 
           				border-top:1px solid gray; border-bottom:2px solid gray; }

*.oi1  				{ border-left:none; border-right:none; } 

table.events {
width: 100%;
border-collapse: collapse;
}
td.spacer {
height: 5px;
}
.event_title {
vertical-align: top;
font-weight: bold;
}
.event_date {
vertical-align: top;
font-weight: bold;
}
.event_subtitle {
vertical-align: top;
font-weight: bold;
}
.note {
font-weight: 500;
font-size: 1em;
}	
.highlight {
color: red;
font-size: 1em;
}	

/* Essential Styles */

*.float-divider 	{ clear:both; display:block; height:1px; font-size:1px; line-height:1px; }

*.hz-spacer 		{ clear:both; display:block; height:5px; font-size:5px; line-height:5px; }
*.oi1    			{ background-color:white; margin:0;   padding:5px; }
*.oi2    			{ background-color:white; margin:5px; margin-right:0; padding:5px; }
*.oi3    			{ background-color:white; margin:5px; margin-right:0; padding:5px; font: gray; }
*.title				{ font-size: 1.1em; padding-bottom: 5px; margin-bottom: 5px; border-bottom:1px solid gray; font-variant: small-caps; font-weight: bold; letter-spacing: 3px;}

	
#main				{ width:1000px; margin:auto; height: 100%; } 
  #header			{ }
  #nav				{ float:left; width:100px; font-variant: small-caps; font-weight: bold; font-size: 13px; padding-top: 10px; }
  #content			{ float:left; width:640px; }
  #right			{ float:left; width:255px; }
  #nav     *.oi2	{ min-height:43px; }
  #content *.oi3	{ display:block; }
    #head			{ float:left; width:35%;  min-width:75px; }
		#detail		{ float:left; width:65%;  min-width:75px; }
#footer				{ text-align:center; }

  #heading			{ width: 995px; position: relative; height: 100px;}
	#logo			{ position: relative; float: left; }
  	#background		{ width: 890px; height: 100px; position: relative; background-image:url('../images/moorfoot.jpg'); float: right; z-index: 1;}	

