body { 
	margin: 0;
	background-color: #FEFEF6;
	font-family: Arial;
	font-size: 12px;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
	/*position:absolute; left:0; top:0; width:100%; height:100%;*/
}

p {/*these paragraph rules make line spacing as similar as they can be between ie and ff*/
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

h1{
	font-size: 18px;
	margin: 5px 0px -10px 0px;
}

h2{
	font-size: 16px;
	margin: 5px 0px -10px 0px;
}

a:link, a:active, a:visited{
	text-decoration: none;
	color: #328445;
	font-weight: bold;
	font-size: 13px;
}

a:hover{ 
	text-decoration: underline;
 }

.missionTd{
	background-image: url(../images/leftBorder.gif);
	background-repeat: repeat-y;
	background-color: white;
}

.mission{
	background-image: url(../images/mission.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 463px;
	display: block;
	position: relative;
	padding: 20px 14px 0 15px;
	text-align: justify;
}
.missionTitle{
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.rightEdgeTd{
	background-image: url(../images/rightEdge.gif);
	background-repeat: repeat-y;
	
}
#Table_01{

}
.KACrightEdge{
	position: absolute;
	top: 178px;
	width:124px;
	height:210px;
	background-image: url(../images/kacRightEdge.gif);
	background-repeat: no-repeat;
}
.content{
	padding: 25px 10px 25px 25px;
	background-color: white;
}
.navTd{
	/*background-image: url(../images/headerBg.jpg);
	background-repeat: no-repeat;
	*/
	background-color : #328445;
	height:20px;
	display:table-cell;
}
/*
.navTd a:link, .navTd a:active, .navTd a:visited{
	margin-right: 10px;
	height: 20px;
	position: relative;
	display: inline;
	top:-10px;
	padding: 4px 8px 6px 8px;
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
}
.navTd a:hover{
	text-decoration: none;
	background-color: #FAFAC8;
	border-bottom: 4px black solid;
	color: black;

}
*/

.footerTd{
	font-size: 11px;
	line-height: 2.2em;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.headerImgTD
{
    background-image:url(../images/headerBg.jpg);
	width:596px;
}