/* CSS Document */
a:link {
	color: #555555;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #444444;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	/*font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:15px;*/
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:17px;
	background-color: #637442;
	text-align: center;
	
}
.HousingTable{
	width: 100%;
	height: 100%;
	text-align:center;
}
.pageTable{
	width: 1000px;
	height: 100%;
	background-color:#FFFFFf;
	/*background-image:url(images/Border.jpg);
	background-repeat:repeat-y;*/
	text-align:center;
}
/* START======pageTable sectioned into sections =============================*/
.headerTr{
	width: 100%;
	height: 153px;
	vertical-align:top;
}
.bodyTr{
	width: 865px;
	/*width: 700px;*/
	height: 527px;
	text-align:right;
	vertical-align:top;
	/*background-color: #f5f190;*/
	/*background-color: #f7f5a8;*/
	background-color: #f1f2c5;
	/*background-color:#eeeeee;*/
}
.menuTr{
	width: 133px;
	height: 527px;
	text-align:left;
	vertical-align:top;
	/*background-color: #96C23B;*/
	background-color: #71942d;
}
.newsTr{
	width: 149px;
	height: 527px;
	text-align:center;
	vertical-align:top;
	/*background-color: #96C23B;*/
	background-color: #71942d;
}

.footerTr{
	width: 100%;
	height: 30px;
	vertical-align:top;
}
/* END  ======pageTable sectioned into sections =============================*/

.header{
	width: 100%;
	height: 153px;
	text-align:center;
	/*background-color:#779b2f;*/
	background-image:url(images/Header.jpg);
	background-repeat:no-repeat;
}
.bodyTable{
	width: 100%;
	text-align: right;
}
.bodyHeader{
	background-color:#FFF984;
	/*color:#96c23b;*/
	color:#444444;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}
.bodySubHeader{
	background-color: #779b2f;
	/*background-color: #779b2f;*/
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align: left;
}
.bodySubHeads{
	background-color: #779b2f;
	color:#ffffff;
	font-size:14px;
	text-align: left;
}
.bodyBody{
	color:#444444;
	text-align: left;
	list-style-image:url(images/arrowBP.jpg);
}
.menu{	
	width: 100%;
	text-align: left;
}

.menuItems{
	vertical-align:top;
	text-align:left;
}
/*===News section ===========*/
.news{
	width: 100%;
	text-align: center;
}
.newsHeader{	
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	/*background-image:url(images/BookSmall.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	text-align: center;
}
.newsBody{	
	color: #ffffff;
	text-align: center;
}
/*===News section ===========*/
.footerOutTable{
	width: 100%;
	height: 100%;
}
.footer{
	font-size: 12px;
	padding-left: 5px;
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: left;
	/*background-color: #96C23B;*/
	background-color: #71942d;
}
.footer a:link{
	color: #041752;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #041752;
}
/*===Contact Form section ===========*/
.ContactFormTable{
	width:100%;
}
