body {
	background-color: #FFFFFF;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x
}
.main {
	margin:0;
	padding:0;
	font: 14px/1.25 serif;
	color: #2C482C; background-color:#fff;
}

.small {
	margin:0;
	padding:0;
	font: 12px/1.25 Times New Roman, Times, serif;
	color: #2C482C; background-color:#fff;
}

li {
	margin:0;
	padding:0;
	font: 14px/1.25 Times New Roman, Times, serif;
	color: #2C482C; background-color:#fff;
}  

.location {
	font: 12px/1.5 verdana, arial, lucida, helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #fff;
}

.mission {
	font: 14px/1.5 times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #124513;
}

.pull1 {
	font-size: 18px;
	line-height: .5px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #1EC311; background-color:#fff;
}


.pull2 {
	font-size: 18px;
	line-height: .5px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #2C482C;
}

A {
	color: #18670E;
	font-style: bold;
	text-decoration: underline;
	font-size: 14px Times New Roman, Times, serif; 
}


A:hover {
	color: #1EC311;
	text-decoration: none;
}


A:active {
	color: yellow;
}