body {
	/*background-image: url('mainback.gif');*/
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
}

a {text-decoration: none;}
a:link {color: #009EC3;}
a:active {color: #009EC3;}
a:visited {color: #009EC3;}
a:hover {color: #EC9E6A; text-decoration: underline;}

#main {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 689px;
}
#headertop {
	background-image: url('header1.jpg');
	background-position: top;
	background-repeat: no-repeat;
	width: 689px;
	height: 188px;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url('header8.jpg');
	background-position: top;
	background-repeat: no-repeat;
	width: 689px;
	height: 85px;
	margin: 0px;
	padding: 0px;
}

#subheader {
	width: 689px;
	height: 85px;
	margin: 0px;
	padding: 0px;
}

#leftColumn {
	width: 145px;
	height: 1743px;
	background-color: #009EC3;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	text-align: center;
}

#mainColumn {
	background-color: #652d90;
	margin: 0px;
	width: 415px;
	height: 1743px;
	float: left;
	display: inline;
}

#mainText {	/* fix for padding issue in firefox */
	margin: 15px;
	font-size: 18px;
	font-family: Times, Georgia, serif;
	text-align: left;
	padding: 0px;
	width: 385px;
}

#rightColumn {
	width: 129px;
	height: 1743px;
	margin: 0px;
	padding: 0px;
	background-color: #f8943e;
	float: left;
}

.smallerType {
	font-size: 10px;
}