html {
height: 100%; 
margin-bottom: 5px;
}
body {
background-color: #FFFFC0;
color: #000000;
font-family: Arial, Verdana, sans-serif; 
font-size: 10pt;
text-align: center; 
margin: 5px 0;
}
.main {
	width: 750px;
	background: #FFFFC0;
	color: #000000;
	text-align: left;
	margin: 0 auto;
}
table, td {
padding: 0px; 
margin: 0; 
font-size: 100%;
}
img {
border: none;
}
h1 {
font-family: Georgia, Times, serif; 
color: #000000; 
text-align: right; 
font-size: 26px; 
font-weight: bold; 
}
h2 {
color: #54004B; 
text-align: center; 
font-size: 20px; 
font-weight: normal;
}
h3 {
color: #000000; 
text-align: left; 
font-size: 20px; 
font-weight: normal; 
}
h4 {
font-size: 20px; 
font-weight: normal; 
color: #D2C0D0; 
text-align:left;
}
h5, h6{
font-size: 20px; 
font-weight: normal; 
color: #D2C0D0; 
text-align:right;
}
a:link{
color: #000000; 
text-decoration: none; 
font-weight: bold;
}
a:visited {
color: #663366; 
text-decoration: none; 
font-weight: bold;
}
a:hover {
color: #54004B; 
text-decoration: none; 
font-weight: bold;
}
a:active {
color: #CCAABB; 
text-decoration: none; 
font-weight: bold;
}
a.here{
color:#54004B;
text-decoration:underline;
font-size:12px;
font-weight:normal;
}
.topper{
background-image:url(images/topper.gif);
height:50px;
border-top: 5px solid #54004B;
border-left: 5px solid #54004B;
border-right: 5px solid #54004B;
}

.header {
background-image: url(images/header.gif);
border-top: 5px solid #54004B;
width:138px;
height:137px;
color: #54004B;
text-align: center;
font-size: 100%;
}
.sitename {
color: #FFFFC0;
font-family: Georgia, Times, serif; 
border-right: 5px solid #54004B;
text-align: right; 
font-size: 26px; 
font-weight: bold;
padding-right:10px;
width:81%;
}
.navbar {
padding: 10px; 
font-size: 100%; 
text-align: center;
line-height: 22px;
border-right: 5px solid #54004B;
border-left: 5px solid #54004B;
border-top: 5px solid #54004B;
background-color:#FFFFC0;
}
.maintext {
width: 750px; 
padding: 10px 15px; 
vertical-align: top; 
text-align: justify; 
border-top: 5px solid #54004B;
border-right: 5px solid #54004B;
border-left: 5px solid #54004B;
background-color:#FFFFC0;
}
.footer {
text-align: center;
font-size: 90%; 
font-weight: normal;
border-bottom: 5px solid #54004B;
border-right: 5px solid #54004B;
border-left: 5px solid #54004B;
padding-top: 10px; 
width:35%;
}
.foot{
background-image:url(images/foot.gif);
height:50px;
border-right: 5px solid #54004B;
border-left: 5px solid #54004B;
}
.float_left {
	margin: 5px;
	float: left;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}.errors {
	color: #FF0000;
}
