#layer1Text {top:10px;left:20px;font-family:arial;font-weight:normal;font-style:normal;color:rgb(153, 153, 153);font-size:44px;letter-spacing:0px;z-index:1;width:20px;height:0px;display:block} 
		#layer2Text {top:30px;left:20px;font-family:arial;font-weight:normal;font-style:normal;color:rgb(153, 153, 153);font-size:20px;letter-spacing:0px;z-index:2;width:20px;height:0px;display:none} 
		#layer3Text {top:50px;left:20px;font-family:arial;font-weight:normal;font-style:normal;color:rgb(153, 153, 153);font-size:20px;letter-spacing:0px;z-index:3;width:20px;height:0px;display:none} 

html, body {
	margin:0;
	height:100%;
}

#templateHeader table, #templateHeader td {
	background-color:#FFFFFF;
}

#contentarea div, #contentarea p, #contentarea ul, #contentarea li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentarea p, #contentarea ul {
	margin-bottom: 12px;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}


font.divider {
	font:10px Tahoma,Arial;
	color:#FFFFFF;
}

div.body {
	font:14px arial;
	color:#676767;
}

body, td {
	font:13px arial;
	color:#676767;
}
a:link {
	color:#a61e17;
}
a:visited {
	color:#70750a;
}
a:hover, a.hover {
	color:#231f20;
}

/* Section overrides */

.section-table, .section-table td {
	border-collapse:collapse;
	border:1px solid silver;
}


.eventBody *:first-child {
	margin-top:0;
}


/* Style the navigation components */

#cm-navigation {
	background-color:#FFFFFF;
	
	vertical-align:top;
	
	text-align:center;
}

#cm-navigation table {
	
		background-color:#FFFFFF;
	
			margin-left:auto;
			margin-right:auto;
		
}

#cm-navigation table table {
	background-color:#FFFFFF;
}

#cm-navigation td.link {
	background-color:#FFFFFF;
	cursor:pointer;
	padding:2px 10px;
	width:100px;
	
	text-align:center;
}
#cm-navigation td.link:hover, #cm-navigation td.link.hover {
	background-color:#FFFFFF;
}

#cm-navigation td.link table {
	background-color:#FFFFFF;
	display:none;
	margin-left:0px;
	margin-right:0px;
	position:absolute;
	
		text-align:center;
	
	z-index:9999;
}

#cm-navigation a:link, #cm-navigation a:visited, #cm-navigation a:hover, #cm-navigation a.hover {
	color:#FFFFFF;
}

#cm-navigation td.link td.link a {
	
		width:100px;
	
}

.cm-topimage {
	
}

.cm-bottomimage {
	
}

#menu {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  width: 800px;
  height: 120px;
  background: url("/images/menu-bg.jpg");
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 144px;
  height: 58px;
  background: url("/images/home.gif") no-repeat;
  left: 280px;
  top: 50px;
}

#menu .about {
  width: 144px;
  height: 58px;
  background: url("/images/about.gif") no-repeat;
  left: 500px;
  top: 50px;
}

#menu .contact {
  width: 144px;
  height: 58px;
  background: url("/images/contact.gif") no-repeat;
  left: 720px;
  top: 47px;
}

h2{
border-bottom:2px solid #A22630;
display:block;
}