﻿html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Serif;
	font-size: 9pt;
	background-color: white;
	color: black;
	width: 100%;
	height: 100%;
}
.mainlogo
{
	position: absolute;
	left: 0px;
	top: 0px;
	border: none ;
}
#back
{
	background-color: White;
	position: relative;
	width: auto;
	width: 100%;
	width: 780px;
	height: auto;
	height: 100%;
	min-height: 100%;
	left: 50%;
	margin-left: -390px;
	min-width: 780px;
	border: none;
}
#footer
{
  font-family: 'Comic Sans MS' , Verdana, Arial, 'Microsoft Sans Serif';
	text-align: center;
	font-size: xx-small;
	color: Gray;
	width: 740px;
	height: 120px;
	position: absolute;
	padding: 22px 20px 0px 20px;
	left: 0;
	bottom: 0;
	border: none;
}
#container
{
	width: 780px;
	border: none;
}
#verytop
{
	position: absolute;
	top: 0px;
	left: 96px;
	height: 58px;
	width: 684px;
	text-align: right;
	border: none ;
}
#logoline
{
	position: absolute;
	top: 60px;
	left: 200px;
	height: 48px;
	width: 580px;
	vertical-align: middle;
	text-align: center;
	border: none ;
}
#topmenu
{
  font-family: 'Comic Sans MS' , Verdana, Arial, 'Microsoft Sans Serif';
  font-weight: bold;
	position: absolute;
	top: 118px;
	left: 0px;
	height: 24px;
	width: 780px;
	background-image: url(../Images/Menu/MenuGradientYellow.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	border: none ;
}

#middle
{
	height: 100%;
	height: auto;	
	min-height: 150px;
	position: absolute;
	top: 142px;
	padding: 16px 0px 120px 0px;
	border: none ;
}
#leftcontent
{
	float: left;
	clear: left;
	width: 100px;
	height: auto;
	padding: 0px 2px 0px 2px;
}
#maincontent
{
	float: right;
	clear: right;
	width: 660px;
	height: auto;
	padding: 0px 0px 0px 0px;
  left: 120px;
}
#clear
{
	clear: both;
}
.menu a
{
  font-family: 'Comic Sans MS' , Verdana, Arial, 'Microsoft Sans Serif';
	font-size: small;
	color: #8B008B;
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
	text-decoration: none;
}
.menu a:hover
{
	color: Teal;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited
{
	color: #FF4500;
	text-decoration: none;
}
.tagline
{
	font-family: cursive, fantasy;
	font-size: medium;
	color: Purple;
	font-stretch: expanded;
	font-style: italic;
}