body {
	background-color: #4C442F;
	background-image: url(/images/bkgd.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0px;
}

.body {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #585034;
	line-height:21px;
}

.footer {
	color: #EAE9E1;
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.title {color: #345827; font-weight:bold;}

.required {
	color: #9CAB63;
	font-size: 9px;
	margin-left:10px;
}

.links, .links:link, .links:visited,
.links a, .links a:link, .links a:visited {
	color: #585034;
	font-weight: bold;
}
.links:hover, .links a:hover {
	color: #7C8B49;
	font-weight: bold;
}

.footerNav, .footerNav:link, .footerNav:visited, .footerNav:active {
	color: #EAE9E1;
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
}
.footerNav:hover {
	color: #AFBB80;
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
}
.brown {
	color: #4C442D;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
}
.brownlink, .brownlink:link, .brownlink:visited, .brownlink:active {
	color: #4C442D;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
}
.brownlink:hover {
	color: #4C442D;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration:underline;
}

@media print {
      .noprint { display: none; }
	  .printbg { display: all; }
    }
	

/*community pop ups*/
 
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#FFFFFF; border:1px solid #666666; 
  width:170px; padding:6px;
}

div#tipDiv div.img { text-align:center; }
div#tipDiv div.txt { text-align:center; margin-top:4px; font-family:"Times New Roman", Times, serif; color:#333333; font-size:12px; line-height:17px;}

.titleLG {color: #345827; font-size:16px; font-weight:bold;}
.red {color:#963D3D; font-weight: bold;}
.green {color:#7AA848; font-weight: bold;}
.blue {color:#6699FF; font-weight: bold;}

