body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #E1E6D0;
}
p {
	font-size: 0.95em;
}
h1 {
	font-size: 2em;
	color: #360;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #006;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #060;
	text-align: center;
}
h4 {
	color: #060;
}
h5 {
	font-weight: bold;
}
hr {
	width: 90%;
	border: 1px solid #663;
}
/*Links*/
a:link {
	color: #408000;
	text-decoration: underline;
}
a:visited {
	color: #408000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #360;
}

#logoTable {
	background-color: #fff;
	width: 100%;
	border-bottom: 2px solid #a8a855;
}
#logoTable img {
	vertical-align: bottom;
	left: 0px;
}
#mainTable {
	width: 100%;
	border-bottom: 1px solid #a8a855
}
#mainLeft {
	width: 175px;
	border-right: 2px dotted #a8a855;
}
#mainRight {
	width: 175px;
	border-left: 2px dotted #a8a855;
}
#mainRight h1 {
	font-size: 1.3em;
	background: #c33;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #333;
}
#smallPage {
	width: 650px;
	background-color: #fff;
	padding: 10px;
}
#bodPage {
	width: 740px;
	margin-left: 10px;
}
#bodPage img {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
/*For floating images left or right*/
.leftimage {
margin-right: 10px;
margin-bottom: 5px;
float: left;
}
.rightimage {
margin-left: 10px;
margin-bottom: 5px;
float: right;
}

