body 	{ margin: 0px 0px 0px 0px;
	  background: #97A34F;
	  font-family: calibri, tahoma, arial;
	  font-size: 11pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #444444;
	  }








h1	{ color: #67712D; font-family: cambria, calibri, trebuchet ms, trebuchet, verdana;
	  font-size: 16pt; font-weight: normal;
	  margin-bottom: 6px; margin-top: 0px; }
h2	{ color: #67712D; font-family: cambria, calibri, trebuchet ms, trebuchet, verdana;
	  font-size: 13pt; font-weight: normal;
	  margin-bottom: 6px; margin-top: 0px; }




#flash	{ position: relative; z-index: 0; }

#BG_pattern	{ background: url(./BG_background1.jpg) no-repeat 50% 0; }


.BG_navbar	{ background-image: url(./BG_navbar.gif); background-repeat: no-repeat;
		  background-position: top left;
		  }

.BG_footer	{ background-image: url(./BG_footer.gif); background-repeat: repeat-y;
		  background-position: top left;
		  }





.tfooter	{ color: #FFFFFF; font-size:10pt; }

.tbrown		{ color: #808000; }
.tred		{ color: #FF0000; }
.torange	{ color: #FF7F00; }
.tyellow	{ color: #FFFF00; }
.tgreen		{ color: #296000; }
.tgrey		{ color: #777777; }
.twhite		{ color: #FFFFFF; }


.border		{ border: #999999 1px outset; background: #A3B6DD; }
.imgBorder	{ border: #C64208 1px solid; }
.imgAlign	{ vertical-align: middle; }




.p-l		{ padding-left:   30px; }
.p-r		{ padding-right:  30px; }
.p-t		{ padding-top:    30px; }
.p-b		{ padding-bottom: 30px; }
.p-l5		{ padding-left:   5px; }
.p-r5		{ padding-right:  5px; }
.p-t5		{ padding-top:    5px; }
.p-b5		{ padding-bottom: 5px; }
.p-l10		{ padding-left:   10px; }
.p-r10		{ padding-right:  10px; }
.p-t10		{ padding-top:    10px; }
.p-b10		{ padding-bottom: 10px; }
.p-l20		{ padding-left:   20px; }
.p-r20		{ padding-right:  20px; }




SELECT	{ font-family: verdana, tahoma, arial;
	  font-size: 8pt;
	  text-decoration: none;
	  color: #000000;
	  }
.INPUT_contact{ font-family: verdana, tahoma, arial;
			   font-size: 9pt;
			   text-decoration: none;
			   color: #000000;
			   border: 1px solid #999999;
			   width:100%;
			   }
.INPUT_posvacant{ font-family: verdana, tahoma, arial;
			   font-size: 9pt;
			   text-decoration: none;
			   color: #000000;
			   border: 1px solid #999999;
			   width:80%;
			   }
.BTN_contact { background: #ABABAB;
			   border: 0px solid #C5C5C5;
			   padding: 3px; padding-left:8px; padding-right:8px;
			   font-family: century-gothic, calibri; font-size:12pt;
			   font-weight: bold;
			   color:#FFFFFF;
			   cursor: hand;
			   }
.BTN_posvacant{ background: #ABABAB;
			   border: 0px solid #C5C5C5;
			   padding: 3px; padding-left:8px; padding-right:8px;
			   font-family: century-gothic, calibri; font-size:12pt;
			   font-weight: bold;
			   color:#FFFFFF;
			   cursor: hand;
			   }

TD	{ font-family: calibri,tahoma,verdana,tahoma; font-size:11pt; line-height:1.4; }
ul	{ list-style-image: url(./list_btn.gif); margin-top: 1px; }




a.black		{ font-family: calibri, tahoma, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #C64208;
		  }
a.black:hover	{ font-family: calibri, tahoma, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #000000;
		  }
a.white		{ font-family: calibri, tahoma, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FFFFFF;
		  }
a.white:hover	{ font-family: calibri, tahoma, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FFFF00;
		  }


a.footer	{ font-family: calibri, tahoma, verdana;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FFFFFF;
		  }
a.footer:hover	{ font-family: calibri, tahoma, verdana;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FFFFFF;
		  }
a.footer2	{ font-family: calibri, tahoma, verdana;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FFAC87;
		  }
a.footer2:hover	{ font-family: calibri, tahoma, verdana;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FFFFFF;
		  }







#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 8px;
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;
}
