/* CSS Document */
body {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
margin-left: 0px;
background-color: #006344;
}

/*Bodytext*/


.bodytext{
	font-family: arial;
	font-size: 12px;
    line-height: 140%;
	color: #000000;
}

.bodytext a{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	line-height: 140%;
	font-weight: bold;
	color: #007053;
}

.bodytext a:hover{
	text-decoration: underline;
	line-height: 140%;
	font-weight: bold;
	color: #1c8a6e;
}

.bodytd {
background-color:#ffffff}

.lightbox{
	border: 0px;
}

/*H1-Sub Headers*/


h1{
	font-family: georgia;
	font-size: 16px;
	font-weight: none;
	color: #333333;
}

h2{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.calltoaction{
	font-family: georgia;
	font-size: 15px;
	color: #201c1b;
}


/*Footer Navigation-Text*/

.nav{
	font-family: georgia;
	font-size: 12px;
	text-decoration: none;
	color: #86634d;
}

.nav a{
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #eae0da;
}

.nav a:hover{
	font-family: georgia;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}


.footertext{
	font-family: arial;
	font-size: 11px;
	line-height: 140%;
	color: #F1F1F1;
}

.footertext a{
	font-family: arial;
	font-size: 11px;
	line-height: 140%;
	text-decoration: underline;
	font-weight: none;
	color: #C8C9C4;
}

.footertext a:hover{
	text-decoration: underline;
	line-height: 140%;
	font-weight:none;
	color: #FFFFFF;
}

/*Bullets-Borders*/

#li {
  list-style-image: url(http://76.12.63.211/images/bullet.gif);
}


#TBL1{border-color:#E7E7E7;
border-style:solid; border-width:1px;
}

#TBL2{border-color:#C3C3C3;
border-style:solid; border-width:1px;
background-color:#E7E7E7;
}

