/* CSS Document */
a:link {
	color: #555555;
	text-decoration: underline;
}
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 =============================*/
.metaText{
	color:#f1f2c5;
	font-size: 9px;
}
.headerTr{
	width: 100%;
	height: 153px;
	vertical-align:top;
}
.bodyTr{
	width: 700px;
	height: 527px;
	text-align:right;
	vertical-align:top;
	/*background-color: #f5f190;*/
	/*background-color: #f7f5a8;*/
	background-color: #f1f2c5;
	/*background-color:#eeeeee;*/
}
.MissionbodyTr{
	width: 8655px;
	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;
}
.newsTr{
	width: 159px;
	height: 527px;
	text-align:center;
	vertical-align:top;
	background-color: #96C23B;
}

.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:16px;
	font-weight:bold;
	text-align: left;
}
.bodySubHeader{
	background-color: #779b2f;
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	letter-spacing: .5px;
	text-align: left;
}
.bodyBody{
	color:#444444;
	text-align: left;
	list-style-image:url(../images/arrowBP.jpg);
}
.bodyMissionPubProfile{
	color:#444444;
	text-align: Left;
	letter-spacing:.5pt;
}
.menu{	
	width: 100%;
	text-align: left;
}

.menuItems{
	vertical-align:top;
	text-align:left;
}
.EmailList{	
	background-image:url(../images/MenuItem_11.jpg);
	background-repeat:no-repeat;
	height: 197px;
	vertical-align:top;
	text-align:left;
}
.EmailTitle{
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
/*===News section ===========*/
.news{
	width: 100%;
	text-align: center;
}
.newsHeader{	
	width: 100%;
	height: 500px;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	background-image:url(../images/BookSmall2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	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;
}
.footer a:link{
	color: #041752;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #041752;
}
/*===Contact Form section ===========*/
.ContactFormTable{
width:100%;
}
