body 	{ margin: 0px 0px 0px 0px;
	  background: #FFFFFF;
	  font-family: calibri, tahoma, arial, verdana;
	  font-size: 11pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #2D3612;
	  }














h1	{ color: #3C4818; font-family: calibri, tahoma, verdana;
	  font-size: 20pt; font-weight: normal; cursor: default;
	  margin-bottom: 2px; margin-top: 0px; }
h2	{ color: #3C4818; font-family: calibri, tahoma, verdana;
	  font-size: 13pt; font-weight: bold; cursor: default;
	  margin-bottom: 4px; margin-top: 0px; }
h3	{ color: #3C4818; font-family: century gothic, calibri, trebuchet ms, trebuchet;
	  font-size: 12pt; font-weight: bold; cursor: default;
	  margin-bottom: 4px; margin-top: 0px; }




#flash1		{ position: relative; z-index: 0; }

#BG_pattern	{ background: url("images/BG_background2.jpg") no-repeat 50% 0; }


.BOX_sidebar	{ width: auto; padding:15px; border: 5px solid #FFFFFF;
		  background: #484329; color: #FFFFFF;
		  margin-right:15px; margin-bottom:10px;
		  z-index:100; position:relative; top: -150px;
		  height:auto;
		  }
.BOX_testimonials { width: auto; padding:15px;
		  background: url("images/BG_pattern.jpg") #B6C682; color: #484329;
		  margin-right:15px; margin-bottom:-130px;
		  z-index:100; position:relative; top: -150px; bottom: 0px;
		  height:auto;

		  font-style: italic; font-size:13pt;
		  }





.tfooter1	{ color: #FFFFFF; font-size: 10pt; }
.tfooter2	{ color: #999999; font-size: 10pt; }

.tblue		{ color: #0069CA; }
.tred		{ color: #F40000; }
.torange	{ color: #FF6701; }
.tyellow	{ color: #DCEB31; }
.twhite		{ color: #FFFFFF; }
.tgrey		{ color: #999999; }
.tblack		{ color: #000000; }



.p-l		{ padding-left:   20px; }
.p-t		{ padding-top:    20px; }
.p-r		{ padding-right:  30px; }
.p-b		{ padding-bottom: 20px; }
.p-l5		{ padding-left:   5px; }
.p-t5		{ padding-top:    5px; }
.p-r5		{ padding-right:  5px; }
.p-b5		{ padding-bottom: 5px; }
.p-l10		{ padding-left:   10px; }
.p-t10		{ padding-top:    10px; }
.p-r10		{ padding-right:  10px; }
.p-b10		{ padding-bottom: 10px; }


.imgBorder	{ border: #333333 1px solid; padding: 2px; background:#FFFFFF; }
.imgAlign	{ vertical-align: middle; }






blockquote	{ margin-top:4px; margin-bottom:2px; margin-left:20px; line-height: 1.6; }
HR	{ color: #000000; width: 100%; height: 1px; }
TD	{ font-family: calibri,tahoma,arial,verdana; font-size: 11pt; line-height: 1.3 }
li	{ list-style-image: url(images/icon_listitem.gif); margin-top: 1px; }
ul	{ margin-left:15px; margin-top:0px; margin-bottom:0px; }

.field		{ border: 1px solid #999999; padding:2px; }

.buttons	{ background: #8BA244; border: 1px solid #5C6A30;
		  color: #FFFFFF; font-size:11pt; font-family: calibri, tahoma;
		  padding:3px; padding-left: 12px; padding-right: 12px;
		  cursor: hand;
		  -webkit-border-radius: 5px; /* Safari prototype */
		  -moz-border-radius: 5px; /* Gecko browsers */
		  border-radius: 5px; /* Everything else - limited support at the moment */
		  }



a.black		{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #000000;
		  }
a.black:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #83A400;
		  }
a.footer	{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #999999;
		  }
a.footer:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #222222;
		  }




a.menu		{ font-family: century gothic,calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #00007B;
		  }
a.menu:hover	{ font-family: century gothic,calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #EFA531;
		  }






#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 10px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 1px solid black;
border-bottom: 1px solid black;
visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 0px 0px;
}

