﻿.body {
	background-color:#E7AE45;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	text-align:center;
	margin-top:15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0
}
.bodyouter {
	position:relative;
	padding: 0px;
	margin: 0px;
	border: 0px solid;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height: 950px;
	text-align:center;
}
.bodyinner {
	position: absolute;
	margin: 0px;
	border: 0px solid;
	width: 800px;
	height: 850px;
	left: 0px;
	top: 0px;
	text-align:left;
}
.bodytop {
	position: absolute;
	margin: 0px;
	border: 0px solid;
	width: 800px;
	height: 768px;
	left: 0px;
	top: 0px;
	text-align:left;
}
.bodyright {
	position: absolute;
	margin: 0px;
	border: 0px solid;
	width: 500px;
	height: 768px;
	left: 0px;
	top: 0px;
	text-align:left;
}
.bodyleft {
	position: absolute;
	margin: 0px;
	border: 0px solid;
	background:#F0E291;
	width: 100px;
	height: 768px;
	left: 0px;
	top: 0px;
	text-align:left;
}
.bodybottom {
	position: absolute;
	margin: 0px;
	border: 0px solid;
	width: 800px;
	height: 100px;
	left: 0px;
	top: 0px;
	text-align:left;
}

.textcenter {
	text-align:center;
}
.textleft {
	text-align:left;
}
.textjustify {
	text-align:justify;
}
.textright {
	text-align:right;
}

.newsitetext {
	border-color: inherit;
	position: absolute;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color: #C0C0C0;
	margin-right: 0px;
	margin-bottom: 4px;
}

.graphicimage {
	position: absolute;
	width: auto;
	height: auto;
	background-color:black;
	border: 0px solid;
}
.abouttextbox {
	position: absolute;
	width: auto;
	height: auto;
	padding:10px;
	background-color:white;
	border: 0px solid;
	color:black;
	font-size: 14px;
}

.imagetextbox {
	position: absolute;
	font-size: 16px;
	border: 0px solid;
}
.imagetextboxlarge {
	position: absolute;
	font-size: 20px;
	border: 0px solid;
}

.menu {
	font-size:11px;
	color: #C0C0C0;
	position: absolute;
}
.menublack {
	font-size:14px;
	font-weight:bold;
	color:black;
}
.textbox {
	position: absolute;
	font-size: 11px;
	text-align: left;
}

.textbox12px {
	position: absolute;
	font-size:12px;
	text-align:left;
}

.textbox14px {
	position: absolute;
	font-size: 14px;
	text-align: left;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color:#c0c0c0;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#999999;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#585A59;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color:#585a59;
}
.pageheading {
	position:absolute;
	font-size:xx-large;
	text-align:center;
}
