body {
	margin:0px;
	color: black;
	font-family:arial,georgia,serif;
	background : Lime;
	font-size:10pt;
}
a {
	color:#900;
	text-decoration : none;
}
a:hover {color:#006699;}
p {text-align:justify;line-height:125%;font-size:10pt; 	padding-left:20px; padding-right:20px;}
h1, h2, h3, h4 {padding-left:20px; padding-right:20px;}

ul, li, ol {font-size:10pt;}

#main{
	position:absolute;
	top:25px;
	left:25px;
	background: Green;
	width:708px;
}

#header{
	top:0px;
	left:0px;
	height:60px;
	width:708px;
	background: Green pink;
}

#contentMiddle{

	top:60px;left:0px;
	width:708px;	
	background:white;
}

#footer{
	left:0px;
	width:708px;
	background: Green;
	font-size:11px;
	text-align : center;
}
#search{
	left:0px;
	width:708px;
	background: Green;
	font-size:11px;
	text-align : center;
}
#navlinks{
	left:0px;
	width:708px;
	background: Green;
	font-size:11px;
	text-align : center;
}