﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
background: #dbdbb9 url('images/back.jpg'); /* sets the background image */
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin-top: 25px;
}
Table {
font-size: 100%;
}
UL {
font-size: 100%;
}
LI {
font-size: 100%;
}
TD {
font-size: 100%;
}
P {
font-size: 100%;
}
/* this group sets the normal link colors */
A:LINK {
color: #400080;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #073d0f;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #ffffff;
background-color: #400080;
text-decoration: underline overline;
font-weight: bold;
}
A:ACTIVE {
color : #ffffff;
text-decoration: none;
font-weight: bold;
}
/* this grouping sets the heading colors and sizes */
h1 {
	color: #400080;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #000000;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color:  #400080;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #283544;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #000000;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #400080;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #000000;
	color: #400080;
	height: 1px;
	width: 80%;}
	
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}
	
.top {
font-family: Verdana, Arial, sans-serif;
background: #ffffff;
color: #400080;
text-align: left;
vertical-align: top;
width: 544px;
}
.maincell {
font-family: Verdana, Arial, sans-serif;
background:#e2dcd6;
background-image: url('images/back2.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
font-size: 100%;
line-height: 20px;
text-align: center;
padding: 5px;
}
.text {
font-family: Verdana, Arial, sans-serif;
background: #ffffff;
vertical-align: top;
font-size: 100%;
text-align: justify;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
width: 544px;
}
.sidebar {
font-family: Verdana, Arial, sans-serif;
background:#D6D6B5;
background-image: url('images/back2.jpg'); /* sets the background image */
color: #ffffff;
width: 206px;
vertical-align: top;
line-height: 20px;
text-align: center;
}
.sidebar a:link {display: block; text-align: center; text-decoration: none;  color: #400080;}
.sidebar a:visited {display: block; text-align: center; text-decoration: none;  color: #073d0f;}
.sidebar a:hover {display: block; text-align: center; text-decoration: none; color: #ffffff;  background-color: #400080;}

.footer {
font-weight: bold;
font-size: 7pt;
letter-spacing: 2px;
font-family: Verdana, Arial, sans-serif;
text-align: center;
background: #400080;
padding: 5px;
background-image: url('images/back2.jpg'); /* sets the background image */
}

.center {
	text-align: center;}	
		
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;}
	
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c0c0c0;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}