 div.content {
position: absolute;
margin: 30em 0 0 3em;
width: 90%;
font-family: verdana,arial;
font-size: 12pt;
text-align: justify;
z-index: 1;
}
 div.ads {
position: absolute;
margin: 11em 0 0 3em;
width: 90%;
height: 8em;
z-index: 1;
}
 div.header {
position: absolute;
margin: 0;
padding: 0;
width: 100%;
height: 8em;
background-color: #333366;
z-index: 2;
}
 div.navigation {
position: absolute;
margin: 8em 0 0 0;
width: 100%;
height: 3em;
background-color: #333366;
z-index: 2;
}
 div.leftbox {
position: absolute;
margin: 16em 0 0 0;
width: 15%;
z-index: 1;
}
 div.footer {
position: relative;
margin: 5em 0 10 10em;
font-family: Verdana;
font-size: 8pt;
text-align: center;
/*border: 18px groove #333366;
padding: 1em;*/
z-index: 1;
}

h1 {
font-family: Verdana,arial;
font-size: 18pt;
font-weight: bold;
text-align: center;
color: #333366;
}
h2 {
	font-family: Verdana,arial;
	font-weight: bold;
	font-size:16pt;
	text-align: justify;
	margin: 2em 0em 1em 0em;
	}
h3 {
	font-family: Verdana,arial;
	font-weight: bold;
	font-size: 14pt;
	text-align: justify;
	margin: 2em 0em 1em 0em;
	}

.title1 {
font-family: Verdana;
font-size: 14pt;
color: #000000;
text-align: center;
font-weight: bold;
}
.quote1 {
font-family: Verdana;
font-size: 10pt;
color: red;
text-align: justify;
margin-left: 72pt;
margin-right: 72pt;
}
.para1
{
position: relative;
font-family: Verdana,arial;
font-size: 12pt;
color: black;
margin: 0em 0em 1em 10em;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: ff9933;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ffdd33;
	}

