h1, h2, h3 {line-height:1.2;}

.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	font-weight: bold;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu li.menuhover
{
  z-index: 10000;
}

* html .menu .menuhoverUL
{
  visibility: visible;
}

* html .menu .menuhoverUL
{
  top: 100%;
  left: 0;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 0;
  left: 100%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 5px;
  left: 100%;
}

* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu li.menuhover
{
  z-index: 10000;
}

* html .menu .menuhoverUL
{
  visibility: visible;
}

* html .menu .menuhoverUL
{
  top: 100%;
  left: 0;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 0;
  left: 100%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}
.nav
{
  position: relative;
  margin: 0  auto;
  width: 750px;
  height: 30px;
  z-index: 100;
}

.menu 
{
  padding: 0px 28px 0px 28px;
}

* html .nav
{
  zoom: 1;
}

.nav .l, .nav .r, .nav .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.nav .l 
{
  left: 0;
  right: 28px;
}

* html .nav .l
{
  width: expression(this.parentNode.offsetWidth-28+'px');
}

.nav .r 
{
  right: 0;
  width: 28px;
}

* html .nav .r
{
  left: expression(this.parentNode.offsetWidth-28+'px');
}

.nav .r div
{
  width: 882px;
  right: 0;
}

* html .nav .r div
{
  left: expression(this.parentNode.offsetWidth-882+'px');
}

.nav .l, .nav .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

* html .nav .l, * html .nav .r div 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/nav.png',sizingMethod='crop')");
}
/* end Menu */

/* begin MenuItem */
.menu ul li
{
  clear: both;
}

.menu a , .menu a span
{
  height: 30px;
  display: block;
}

* html .menu a , * html .menu a span
{
  float: left;
}

.menu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
  
}
.menu a span span
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	padding: 0 11.8px;
	margin: 0 0px;
	line-height: 30px;
	text-align: center;
	background-image: url('images/item-center.png');
	background-position: left top;
	background-repeat: repeat-x;
}

* html .menu a span span
{
  display: inline;
}

.menu a:hover span span
{
  color: #BECBB4;
  background-position: left -30px;
}

.menu li:hover a span span
{
	color: #CD0102;
	background-position: left -30px;
}

* html .menu .menuhover .menuhoverA span span
{
  color: #BECBB4;
  background-position: left -30px;
}

.menu a.active span span
{
	color: #CD0102;
	background-position: left -60px;
	background-color: #0440bb;
}

/* end MenuItem */

/* begin MenuSeparator */

.nav .separator 
{
  display: block;
  width: 1px;
  height: 30px;
  background-image: url('images/item-separator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */

.menu ul a 
{
	text-align: left;
	height: 25px;
	line-height: 25px;
	margin-right: auto;
	width: 192px;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #2B3324;
	text-indent: 20px;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display:inline;
	float:none;
	margin:inherit;
	padding:inherit;
	background-image:none;
	text-align:inherit;
	text-decoration:inherit;
}

.menu ul a , .nav ul.menu ul span, .nav ul.menu ul span span
{
	line-height: 25px;
	color: #000000;
	font-family: 'Lucida Sans Unicode';
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.menu ul ul a
{
  margin-left: auto;
}

* html .menu ul a 
{
  color: #ffffff !important;
}

.menu ul li a:hover
{
	color: #CD0102;
	border-color: #2B3324;
	background-position: 0 -25px;
}

.menu ul li:hover>a
{
	color: #CD0102;
	border-color: #000000;
	background-position: 0 -25px;
}
.testimonial
{
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14pt;
	font-style: normal;
	border: thin
}

.byline
{
	color: #000000;
	font:  9pt;
	text-align: center;
}



* html .menu ul a:hover {
  color: #000000 !important;
}	

* html .menu ul .menuhover .menuhoverA
{
  color: #000000 !important;
  border-color: #2B3324;
  background-position: 0 -25px;
}


.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #000000;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #000000;
}

* html .nav .menu ul a:hover span, * html .nav .menu ul a:hover span span
{
  color: #000000 !important;
}	

* html .nav .menu ul .menuhover .menuhoverA span, * html .nav .menu ul .menuhover .menuhoverA span span
{
  color: #000000 !important;
}


*
{
	margin: 0;
	padding: 0px;
}

a:link {
	color: #A5A9B2; 
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #000000;
}

body {
	background: #e3bd3f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:13px;
line-height:16px;
}

#content
{
	width: 774px;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	margin: 20px auto;
	border-bottom: 4px solid #000000;
	border-top: 4px solid #000000;
}

#main
{
	width: 754px;
	padding: 10px;
	padding-top: 10px;
	background: #567599 url(images/table_back1.gif) repeat-x top;
}

#back
{
width: 774px;
}

#header {
	height: 200px;
	text-align: right;
	background: url(images/header2.jpg) no-repeat;
	margin-top: 30px;
}

#logo {
	width: 754px;
	height: 100px;
	text-align: left;
	padding-left: 20px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
line-height: 20px;
}


.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu li.menuhover
{
  z-index: 10000;
}

* html .menu .menuhoverUL
{
  visibility: visible;
}

* html .menu .menuhoverUL
{
  top: 100%;
  left: 0;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 0;
  left: 100%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 5px;
  left: 100%;
}

* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu li.menuhover
{
  z-index: 10000;
}

* html .menu .menuhoverUL
{
  visibility: visible;
}

* html .menu .menuhoverUL
{
  top: 100%;
  left: 0;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 0;
  left: 100%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}
.nav
{
	position: absolute;
	margin: 0  auto;
	width: 874px;
	height: 30px;
	z-index: 100;
	left: -34px;
	top: -1px;
}

.menu 
{
  padding: 0px 28px 0px 28px;
}

* html .nav
{
  zoom: 1;
}

.nav .l, .nav .r, .nav .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.nav .l 
{
  left: 0;
  right: 28px;
}

* html .nav .l
{
  width: expression(this.parentNode.offsetWidth-28+'px');
}

.nav .r 
{
	right: 6px;
	width: 28px;
}

* html .nav .r
{
  left: expression(this.parentNode.offsetWidth-28+'px');
}

.nav .r div
{
  width: 882px;
  right: 0;
}

* html .nav .r div
{
  left: expression(this.parentNode.offsetWidth-882+'px');
}

.nav .l, .nav .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

* html .nav .l, * html .nav .r div 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/nav.png',sizingMethod='crop')");
}
.Sheet 
{
	min-width:75px;
	min-height:75px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 780px;
  
  
}


* html .Sheet 
{
  width:expression(this.offsetWidth < 75 ? 75+"px" : "auto !important");
  height:expression(this.offsetHeight < 75 ? 75+"px" : "auto !important");
  
  width: 900px;
  zoom: 1;
}


.Sheet-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 9px;
  text-align: left;
}




.Sheet-tl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background-image: url('images/Sheet-s.png');
}

* html .Sheet-tl 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-s.png',sizingMethod='crop')");
}


.Sheet-tr 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}

* html .Sheet-tr 
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-45+'px');
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -45px;
  width: 90px;
  height: 90px;
  background-image: url('images/Sheet-s.png');
}

* html .Sheet-tr div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-bl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 45px;
}

* html .Sheet-bl 
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-45+'px');
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -45px;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url('images/Sheet-s.png');
}

* html .Sheet-bl div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-br 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
}

* html .Sheet-br
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-45+'px');
  left: expression(this.parentNode.offsetWidth-45+'px');
}

.Sheet-br div 
{
  position: absolute;
  z-index: -1;
  top: -45px;
  left: -45px;
  width: 90px;
  height: 90px;
  background-image: url('images/Sheet-s.png');
}

* html .Sheet-br div
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-s.png',sizingMethod='crop')");
}

.Sheet-tc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 45px;
  right: 45px;
  height: 45px;
}

* html .Sheet-tc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-90+'px');
}


.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: url('images/Sheet-h.png');
}

* html .Sheet-tc div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-h.png',sizingMethod='scale')");
}


.Sheet-bc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 45px;
  right: 45px;
  height: 45px;
}

* html .Sheet-bc
{
  font-size: 1px;
  top: expression(this.parentNode.offsetHeight-45+'px');
  width: expression(this.parentNode.offsetWidth-90+'px');
}

.Sheet-bc div 
{
  position: absolute;
  z-index: -1;
  top: -45px;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: url('images/Sheet-h.png');
}

* html .Sheet-bc div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-h.png',sizingMethod='scale')");
}


.Sheet-cl 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 45px;
  left: 0;
  width: 45px;
  bottom: 45px;
}

* html .Sheet-cl
{
  font-size: 1px;
  height: expression(this.parentNode.offsetHeight-90+'px');
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

* html .Sheet-cl div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-v.png',sizingMethod='scale')");
}

.Sheet-cr 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 45px;
  right: 0;
  width: 45px;
  bottom: 45px;
}

* html .Sheet-cr
{
  font-size: 1px;
  left: expression(this.parentNode.offsetWidth-45+'px');
  height: expression(this.parentNode.offsetHeight-90+'px');
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -45px;
  width: 90px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

* html .Sheet-cr div
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Sheet-v.png',sizingMethod='scale')");
}

.Sheet-cc 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 45px;
  left: 45px;
  right: 45px;
  bottom: 45px;
  background-color: #5E7D06;
}

* html .Sheet-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-90+'px');
  height: expression(this.parentNode.offsetHeight-90+'px');
}
.Sheet
{
	margin-top: 0px !important;
	margin-bottom: 0em;
	padding: 0 0 0 0;
}

* html .nav .r
{
  left: expression(this.parentNode.offsetWidth-28+'px');
}

.nav .r div
{
  width: 882px;
  right: 0;
}

* html .nav .r div
{
  left: expression(this.parentNode.offsetWidth-882+'px');
}

.nav .l, .nav .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

* html .nav .l, * html .nav .r div 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/nav.png',sizingMethod='crop')");
}




#right
{
	width: 225px;
	float: left;
	background-color: #567599;
}

#right H3
{
	width: 203px;
	height: 150px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #001135;
	background: url(images/title.gif) no-repeat
}
#right H4
{
	width: 203px;
	height: 150px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title2.jpg) no-repeat
}


#right H2
{
	width: 203px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #567599;
	height: 31px;


}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
	 
}

#right .title_back
{

}


#right li  {
	padding: 7px;
	padding-left: 11px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0em .6em;
}

 took out extra } 

#right .sub
{
	padding-left: 20px;
}

#right a {
	color: #FFFFFF;
	font-weight: bold;
	
}
#right a:visited {
	color: #FFFFFF;
}

#right p
{
	font-size: 15px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

.bot
{
padding: 10px;
}

#calendar {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#left
{
	width: 510px;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 4px;
	float: right;
}


#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #208A06;
}

#left a
{
color: #208A06;
text-decoration: underline;
}
#left a:hover {text-decoration:none;}

#left p {
	margin: 5px;
	padding: 0;
	color: #000000;
}

  took out	height: 20px; margin: 5px; 
#left h2 {
	padding-top: 10px;
	color: #000000;
	line-height: 24pt;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	color: #208A06;
	font-size: 11px;

}

.date a {
	color: #208A06;

}


.Sheet-body 
{
	position: relative;
	overflow: hidden;
	z-index: 100;
	margin: 0px;
	text-align: left;
}


#footer {
	height: auto;
	clear: both;
	padding-top: 10px;
	background-color: #000000;
	background-image: url(images/table_back.gif);
	padding-bottom: 10px;
	border-top: 4px solid #000000;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
.h2 {
line-height: 50px;
height: auto; 
}

.dalepop {
	color:#FFFFFF;
	text-shadow:#000000 1px 1px;
}

.daleblink {
	color:#FFFF00;
	text-decoration:blink;
	font-weight:bold;
}
