body { font: 12pt Arial, Helvetica; margin:10px;
	 }

-- p { border: 2px  }
 body, p { margin: 2em } /* all margins set to 2em */

h1, h2, h3, h4 {
color="#800000"
}
h5 {
color="#FFFFFF";
font-weight: bold;

}
h5a {
color="#000000";
font-weight: bold;

}

div.header {
 	position: absolute;
	left: 300px;
	top:  0px;
	width: 200px;
	height: 50px;
	z-index: 10;
}

div.header2 {
 	position: absolute;
	background-color: #004400;
	font-color: white;
	font-style: italic;
	text-align: center;
	left: 10px;
	top:  9px;
	width: 275px;
	height: 20px;
	z-index: 10;
}

div.header3 {
 	position: absolute;
	background-color: #004400;
	font-color: white;
	font-style: italic;
	text-align: left;
	left: 300px;
	top:  100px;
	width: 650px;
	height: 0px;
	z-index: 10;
}

#content 
     { 
     width: 60%; 
     margin-right: auto; 
     margin-left: auto 
     }



div.sideLink {
	/* side link container */
	position: absolute;
	left: 10px;
	top: 200px;
	width: 140px;
	font: 10pt Arial;
	font-weight: bold; 
	z-index: 15;
}
div.sideLink div { 
	/* borders and padding for
	the div inside the side
	link container */
	padding: 10px;
	border: 2px solid #007700;
	
}
div.mainPart {
	/* main container */
	position: absolute;
	left: 250px;
	top: 160px;
	width: 700px;
	z-index: 15;
}
div.mainPart div {
	/* borders and padding for
	the div inside the main
	container */
	padding: 10px;
	border: 2px solid #007700;
	background: white; 
	
}




div.sideLink div a {
	/* links in the side link
	conatiner */
	width: 100%;
	display: block;
	background-color: #004400;
	color: white;
	margin-bottom: 2px;
	
}
div.sideLink div a:hover {
	/* hover effect for the
	links in the side link
	conatiner */
	background-color: #008800;
}

div.leftbox {
position: absolute;
left: 10px
top: 60px
margin-left: 60px;
width: 100px;
z-index: 1;
}

div.rightbox {
position: absolute;
left: 500px;
top: -50px;
width: 60px;

z-index: 1;
}

#footer 
     { 
     background-color: white; 
     width: 100%; 
     height: 24px ;
     bottom: -10%;
z-index: 1;
     }


ul
{
list-style-type: disc;
}