body {
	color: #333333;
	font-family: Arial, Helvetica, Swiss, Geneva, SunSans-Regular;
	font-size: 0.8em;
	margin: 0;
	background-color:#f1fd72;
}
p {
	color: #333333;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.main {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom: 4px solid #00ccff;
	border-left: 4px solid #0099ff;
	border-right: 4px solid #0099ff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

pre { color: #996; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
blockquote { color: #838c5b; font-size: 0.8em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1 {
	color: #1888B4;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
h2 {
	color: #808C0A;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 0px;
}
h3 {
	color: #FB8313;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
h4 {
	color: #96A40E;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
h5 {
	color: #1888B4;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
h6 {
	color: #FB8313;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

a {
	color: #1888B4;
}
a:link {
	color: #1888B4;
}
a:visited {
	color: #1888B4;
}
a:hover {
	color: #96A40E;
}
a:active {
	color: #96A40E;
}

.hi a:link {
color: #ffff00;
text-transform: uppercase;
text-decoration: underline;
}
.hi a:visited {
color: #ffff00;
text-transform: uppercase;
text-decoration: underline;
}
.hi a:hover {
color: #ffff00;
text-transform: uppercase;
text-decoration: none;
}
.hi a:active {
color: #ffff00;
text-transform: uppercase;
text-decoration: underline;
}
.gbkg {
	background-color: #CCC;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 120%;
}
.clearbkg {
	padding-left: 10px;
	padding-right: 5px;
	font-size: 120%;
}
.title {
	color: #666;
	font-size: 16px;
}
.menu {
	color: #333333;
	font-size: 0.9em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.movemenu {
	padding-left: 15px;
	vertical-align: bottom;
}
.tsmaller {
	font-size: 14px;
}
.top {
	background-color: #CCC;
}
.tsmallest {
	font-size: 11px;
}
.points {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.footer {
	color: #333333;
	font-family: Arial, Helvetica, Swiss, Geneva, SunSans-Regular;
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}
.imgborder {
	border: 4px solid #FB8313;
}
.imgbordersm {
	border: 2px solid #FB8313;
	margin-right: 10px;
}
