﻿
body
{
	background-color : #DDF1C6;
	background-color : #D2EDB6;
}


/*********** fix IE - hide from IE Mac - fix found on internet and applied on 2/5/2010 ***********/

html ul li 
{
	 float: left; 
}


html ul li a 
{ 
	height: 1%; 
}

/********** end fix *************/



a:link, a:visited
{
 text-decoration : underline;
 font-family :  tahoma;
 font-size : 9pt;
 font-weight : normal;
 font-style : normal;
 color : #472B12;
}


a:hover 
{
 text-decoration : none;
} 


img.left 
{
 float : left;
 clear : left;
 padding-right : 12px;
 padding-top : 4px;
}


ul
{
  line-height : 15pt;
}


ol li
{
  margin-bottom :15px;
}


/* code for left justified web pages 
.container 
{
 position: absolute;
 left: 0px;
 top: 0px;
 margin-left: 0px;
 width : 780px;
 height: auto;
}
*/


.container 
{
 position:  absolute;
 left: 50%;
 /* top: 20px; */
 top: 15px;
 margin-left: -389px;
 width : 778px;
 height: auto;
}


.content
{
 width : 778px;
 height : auto;
 overflow : hidden;
}


.pageheading
{
 font-family : tahoma;
 font-size : 11pt;
 color : #4C4B13;
 font-weight : bold;
}


.pagebody
{
	width: 778px;
	/*margin-top:500px; */
	margin-bottom :  0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right : 0px;
	background-color : #76741D;
}


.pagecontent
{
	margin-bottom :  0px;
	margin-left: 160px;
	margin-right: 0px;
	padding-top: 170px; 
	padding-bottom : 50px;
	padding-left: 27px;
	padding-right : 30px;
	font-family : tahoma ;
	background-color :  #FFFFFF; 
	color : #000000;
	font-size : 9pt;
	height : auto;
	font-weight : normal;
	line-height : 13pt;
}


/********** left bar ****************/

.leftbar
{
  text-decoration  : none;
  font-family :  tahoma;
  font-size : 8pt;
  position : absolute;
  left : 18px; 
  top : 172px; 
  line-height : 11pt;
  font-weight: normal;
  color : #E0F2CC;
}


/******** form background ************/

.formbackground
{
	background-color : #F6F6DB;
}



/*** left bar message board ******/

.leftbarmessageboard
{
	position: absolute;
	left: 0px;
	width: 120px;
	font-family : tahoma;
    font-size : 9pt;
    color : #E0F2CC;
    font-weight : normal;
    font-style: normal;
   /* background-color : #D2EDB6; */
    line-height : 11pt;
    padding : 0px;
    border : 1px dotted;
    border-color: #76741D; 
    border-style : dotted;
}

