body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 3;
	background:#270b02;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

a {
	font-style: 13;
	color: #223e7a;
}
a:link a:visited {
	color: #223e7a;
}
a:hover {
	color: #990000;
}

#container {
	width: 100%; 
	background: #f0eede;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

/* MENU BAR */

#menu {
	margin: 0;
	background: #223e7a;
	display: block;
	height: 54px;
	text-align: center;
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #7E4D22;
	vertical-align: bottom;
}
#menu li
{
	float: left;
}
 #menu li a
{
	background: url(images/menuButton.jpg);
	width: 141px;
	height: 54px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
 #menu li a:hover
{
	background: url(images/menuButtonOVER.jpg);
	width: 141px;
	height: 54px;
	color: #223e7a;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.menuText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 82px;
	text-align: center;
}

/*END MENU*/


#greenBar {
	margin: 0;
	background: #223e7a;
	display: block;
	height: 108px;
	background-image: url(images/greenBar.jpg);
}

#mainContent {
	padding: 3% 25%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #f0eede;
	text-align: justify;
	background-color: #8f8072;
}
#mainContent a {
	color:#f0eede
}
#mainContent a:hover {
	color:#FFFFFF
}
#mainContent a:link a:visited {
	color:#f0eede
}

#mainContent p {
	max-width: 900px;
	font-size: 14px;
	line-height: 150%;
}

#mainContent h1 {
	max-width: 900px;
	font-size: 28px;
	line-height: 150%;
}

#mainContent h3 {
	max-width: 900px;
	font-size: 18px;
	line-height: 120%;
}

.centerText {
	text-align: center;
}

.leftText {
	text-align: left;
}
.nospaceAfter {
	text-align: right;
	margin-bottom: 0px;
}
.nospaceBefore {
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}

#footer {
	margin: 0;
	padding: 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	max-height: 100%;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	font-size: 12px;
	padding-top: 15px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:link #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #8f8072;
}
