body 
{
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    /*min-width:480px;*/
	font-size:small;
    text-align:left;
    background-color:#FFFF80;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

h1
{
	font-size:medium%;
	font-weight: bold;
}

h2
{
	font-size:medium;
	font-weight: bold;
	margin: 1%;
}

h3
{
	font-style: italic;
	font-weight: bold;
	font-size: small;
	margin: 1%;
	margin-top: 3%;
}

#SectionTop
{
	width: 100%;
	height: 100px;
	position: relative;
	/*border: thin dashed aqua;*/
}

.HeaderSubtitle
{
	position: absolute;
	top:34px;
	left:60%;
	font: normal bold 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: purple;
	text-align: right;
}

#SectionMain
{
	width:100%;
	position:relative;
	clear: both;
	/*border: thin dashed purple;*/
}

#SectionLeft
{
	width: 20%;
	float: left;
	clear: both;
	/*border: thin dashed blue;*/
}

#SectionCenter
{
	width: 59%;
	float: left;
	border: medium ridge #B22222;
	background-color: #FFE4E1;
}

#SectionCenter p
{
	margin: 1%;
}

#SectionRight
{
	float: left;
	width: 20%;
	/*border: thin dashed green;*/
}

#SectionRight p
{
	margin: 5% 5% 5% 10%;
	font: normal 105% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#SectionBottom
{
	text-align: center;
	clear: both;
	width: 100%;
	/*border: thin dashed orange;*/
}

#SectionBottom p
{
	font-size: smaller;
	margin-top:2%;
}

#HeaderLogo
{
	background: #FFFF80 url(Images/HeaderLogo.jpg) no-repeat fixed;
	position: absolute;
	height: 80px;
	width: 380px;
	top: 0px;
	left:0px;
	z-index: 250;
}

.MenuList
{
	list-style-type: none;
}

.MenuLink
{
    width: 130px;
	height: 24px;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	position: absolute;
	left: 20px;
	text-align: left;
	text-indent: 6px;
	text-decoration: none;
	background-color: #FFFF80;
	background-image: url(./Images/ButtonBackgroundCoral.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 4px;
	z-index: 250;
}

.MenuLinkCurrent
{
    width: 130px;
	height: 24px;
	font-size: 8pt;
	font-weight: bold;
	color: yellow;
	position: absolute;
	left: 20px;
	text-align: left;
	text-indent: 6px;
	text-decoration: none;
	background-color: #FFFF80;
	background-image: url(./Images/ButtonBackgroundFireBrick.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 4px;
	z-index: 250;
}

a.MenuLink:hover 
{ 
	color: yellow;
}

