﻿html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {
	overflow: auto;
	padding-bottom: 110px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear: both;
}

body { 
	color: #000000; 
	font-family: arial, helvetica; 
	font-size: 16px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	text-align: center;
}

tbody {
	color: #000000;
	font-family: arial, helvetica;
	font-size: 16px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	text-align: left;
}
.largeblack    { color: #000000; font-family: arial, helvetica; font-size: 20px; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: left; vertical-align: bottom }
.largeorange   {
	color: #FF8000;
	font-family: arial, helvetica;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}
.largepurple   {
	color: #800080;
	font-family: arial, helvetica;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}
.largewhite    { color: #FFFFFF; font-family: arial, helvetica; font-size: 20px; font-weight: bold; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-align: left; vertical-align: bottom }
.small         { color: #000000; font-family: arial, helvetica; font-size: 12px }
.bottomleft    { text-align: left; vertical-align: bottom }
.bottomright   { text-align: right; vertical-align: bottom }
.menuinactive  { color: #000000; font-family: arial, helvetica, sans-serif; font-size: 20px; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: center; vertical-align: middle }
.menuactive    { color: #FF8000; font-family: arial, helvetica, sans-serif; font-size: 20px; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: center; vertical-align: middle }


a              { color: #800080; text-decoration: none; font-weight: bold }
a:visited      { color: #800080; text-decoration: none; font-weight: bold }
a:hover        { color: #FF8000; text-decoration: none; font-weight: bold }

img            { border: 0px }
img.padimage   { border: 0px; margin: 5px 5px 5px 5px }

p              { margin: 5px 0px 15px 0px; line-height:1.5; text-align: justify; }

li              { margin: 5px 0px 15px 0px; line-height:1.2 }

table.tablecenter { margin-left:auto; margin-right:auto }