body
{
font-size: 100%;  
color:#000000;
font-family: bookman,garamond,serif;
background-color:#fef1b5;
margin:0px;
}


/* commented out for eve for now
a:link    {color:blue; background-color:transparent}
a:visited {color:dark cyan; background-color:transparent}
a:hover   {color:red; background-color:transparent}
a:active   {color:black; background-color:transparent}

a.head{text-decoration:none; color: black}
*/

.head
{
 font-size: 200%;
 text-align: center;
}

.foot
{

}

.right
{
	position: absolute;
	margin-left:	80%;
	right:		0;
	width:	20%;
	top:  10em;
}


.left
{
	position: absolute;
	margin-left:	2em;
	left:		0;
	width:	20%;
	top:  5em;
}

.leftnew
{
	position: absolute;
	margin-left:	2em;
	left:		0;
	width:	35%;
	top:  10em;
}

.maincenter
{
	position: absolute;
	left:		20%;
	margin-left: 2em;
	width:	45%;
	top:  5em;
}

.maincenternew
{
	position: absolute;
	left:		35%;
	margin-left: 2em;
	width:	35%;
	top:  10em;
}

.center
{
	position: absolute;
	left:		0;
	margin-left: 2em;
	width:	70%;
	top:  5em;
}


.footer {
    position: absolute;
    width: 80%;
    bottom: 2em;
    left: 10%;
	top: auto;
	font-size: 80%;
	text-align: center;
}
