body {
	background-color: #89C93F;
	margin-left: 0;
	margin-right: 0;
}

div#header {
	width: 100%;
	align: center;
	text-align: center;
}

div#nav {
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #ffffff;
	font-size: 1.2em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #fa1e27;
	text-align: center;
}
a:link {
	color: #194e78;
	text-decoration: underline;
}
a:visited {
	color: #194e78;
	text-decoration: underline;
}
a:active {
	color: #194e78;
	text-decoration: underline;
}
a:hover {
	color: #194e78;
	text-decoration: underline;
}
a.navl:link {
	color: #194e78;
	text-decoration: none;
}
a.navl:visited {
	color: #194e78;
	text-decoration: none;
}
a.navl:active {
	color: #194e78;
	text-decoration: none;
}
a.navl:hover {
	color: #fa1e27;
	text-decoration: none;
}

div#TICKER {
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-top: 25px;
	background-color: #ffffff;
	font-size: 1.2em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #194E78;
	text-align: center;
	overflow: hidden;
}

div#leftcol {
	margin-right: 300px;
}
div#center_wrapper {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

div#home_body {
	margin-top: 20px;
	background: #ffffff;
	width: 800px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}

div#gutter {
	width: 300px;
	float: right;
	padding-left: 20px;
}

div#other_body {
	width: 750px;
	margin-top: 25px;
	padding: 25px;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color: #222222;
}
div#home_imgs {
	padding-top: 5px;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
}

h2 {
	font-family: Times, Times New Roman, serif;
	color: #194E78;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fa1e27;
}