body{
	font-family: Times New Roman,Times Roman,MS Serif;
	background: #A6B692 url(../img/bg2.jpg) no-repeat scroll top;
	font-family: Times New Roman,Georgia,serif;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

.header{ width: 763px !important; margin: 0 auto; }
.header td.logocell { text-align: left; width: ; }
.header td.bannercell { text-align: center; width: ; }
.header td.emailcell { text-align: right; width: ; vertical-align: bottom; }

*>html .header { margin-right: auto; margin-left: auto; } /* for mac IE 5 */


.logo{
	/* margin-right: 325px; */
}

.line{
	border-top: 29px solid #F3F1E2;
	background-color:#000000;
}

.maintable{
	background-color:#F3F1E2;
	border: 1px solid #000000;
	/*border-right: none;*/
}

h1 {
	font-size: 12px;
	line-height: 14pt;
	color: #000000;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;
}
h2 {
	font-size: 11pt;
	line-height: 11pt;
	color: #000000;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
}

.imgBorder {
	border: 1px solid Black;
}

.imgBorderTh {
	border: 1px solid Black;
	margin-bottom : 4px;
}
.enlargeImg{
	
}

.title {
    font-size: 18px;
	line-height: 12pt;
	color: #000000;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;
}

a.content:link {
	color: #375721;
}

a.content:visited {
	color: #375721;
}

a.content:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #273B19;
}

.content {
	font-size: 14px;
	line-height: 12pt;
	color: #000000;
	font-weight : normal;
}

.caption {
	font-size: 14px;
	line-height: 12pt;
	color: #555555;
	font-weight : normal;
}

.divContent {
	font-size: 14px;
	line-height: 27px;
	color: #000000;
	font-weight : normal;
}

a.nav:link {
	color: #000000;
}

a.nav:visited {
	color: #000000;
}

a.nav:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

.nav {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
}

a.footer:link {
	color: #757D69;
}

a.footer:visited {
	color: #757D69;
}

a.footer:hover {
	color: #999C95;
}

.footer {
	font-size: 10px;
	color: #757D69;
}


/* Menu navigation styles */
div.naviMainItem {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2E3232;
  text-decoration: none;
  cursor: hand;
}

div.naviSubMenu {
  position: absolute;
  top: 0px;
  background-color: #DADAC4;
  visibility: hidden;
  z-index: 10;
  border: 1px solid #648D48;
  border-bottom: none;
}
.naviSubMenu A:link,.naviSubMenu A:visited { text-decoration: none; }

div.naviSubItem {
  /* due to an IE bug, this class must have a fixed width 
     IE needs that to register the onmouseover event for a DIV element */
  width: 166px;
  cursor: hand;
  padding: 3px 8px 4px 4px;
  font-size: 12px;
  color: #2E3232;
  text-decoration: none;
  background-color: #DADAC4;
  border-bottom: 1px solid #648D48;
}

