body {
	width: 764px;
	margin: 0 auto;
}

.dkGreen {
	background-color: white;
	color: rgb(1,57,7);
	font-weight: bold;
	font-family: verdana,helvetica, arial;
	font-size: 11px;
}

/*this is the bulleted list on index page*/
.dkGreen2 {
	background-color: white;
	color: rgb(1,57,7);
	font-weight: bold;
	font-family: Times New Roman, Sans-Serif, arial;
	font-size: 14px;
}

/* this is the green divider image*/
.divider {
	margin: 0 auto;
	width: 699px;
	height: 24px;
}

/* this is the divider*/
.divider1 {
	background-color: #A88038;
	height: 4px;
	font-size: 1px;
	width: 764px;
}

/* this is the navigation block*/
#nav {		
	width: 20%;
	background-color: #013907;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}


#nav ul li a {
	font-family: Times New Roman, Sans-Serif, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
li {
	text-align: left;
}

.content1 {
	background-color: #ffffff;
	width: 80%;
	padding: 15px 5px;
}

/*this is the divider between the heading and paragraph in the content section*/
.divider2 {
	background-color: #013907;
	width: 100%;
	height: 2px;
	font-size: 1px;
}

/*this is the large header on the page in the content area*/
.style1 {
	font-family: Times New Roman, Sans-Serif, Arial;
	font-size: 22px;
	font-weight: bold;
	color: #A88038;
}

/*this is the style for the paragraphs*/
.style2 {
	font-family: Times New Roman, Sans-Serif, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

/*this is the style for the bottom of the index page*/
.style3 {
	font-family: Times New Roman,Sans-Serif, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #a88038;
}

/*this is the style for the phone number at the bottom of the index page*/
.style4 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: rgb(1,57,7);
}

/*this is the style for every other name heading on the about us page*/
.h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: rgb(1,57,7);
}

/*this is the style for the other name heading on the about us page*/
.h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #A88038;
}

/*this is the style for the employment opp. page*/
.style5 {
	font-family: Times New Roman,Sans-Serif, Arial;
	font-size: 18px;
	font-weight: bold;
	color: rgb(1,57,7);
}

/*this is the bulleted list on the employment page*/
.gold {
	background-color: white;
	color: #A88038;
	font-weight: bold;
	font-family: Times New Roman, Sans-Serif, arial;
	font-size: 14px;
}
	

/* this is the footer*/
#footer {
	background-color: #013907;
	width: 764px;
	height: 50px;
	font-family: helvetica, arial;
	font-size: 10px;
	color: #ffffff;
}
	