/* ----------------------------------
		This area formats the text on page
		call by using <div class="em">
		end use by using </div>
	 ---------------------------------- */

.footertext {
	font-family : Calibri;
	font-size : 8pt;
	color : black;
    text-align : center;
}

.doctext {
	font-family : Calibri;
	font-size : 12pt;
	color : black;
}

.documenthead {
	font-family : Calibri;
    font-size : 24pt;
	font-weight : bolder;
	text-align : center;
	color : black;
}

.subhead {
	font-family : Calibri;
	font-size : 18pt;
	font-variant : small-caps;
	color : black;
	font-weight : bolder;
}

.subsubhead {
	color : #766134;
	font-family : Calibri;
	font-size : 15;
	font-variant : small-caps;
	font-weight : bold;
}

.spacer {
	font-family : Calibri;
	font-size : 1px;
;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: Calibri;
}

H4 {
    font-family: Calibri;
    font-size: small;
}

A {
	color: inherit;
}

A:Hover {
	color: Red;
}

HR {
	Color: black;
	height: 1pt;
	align: left;
}

/* ----------------------------------
		This area formats the page layout
		called by using <div id="header">
		end use by using </div>
	----------------------------------- */

#myChaser {
  position:absolute;
  left:11px;
  top:10px;
  color:#555555;
  font-family:Calibri;
  font-size:12px;
  }

#menu{
	position: absolute;
	padding-left: 10;
	top: 20;
	left: 0;
	width: 150;
	border: 0;
}

#header {
	position: absolute;
	padding-left: 0em;
	top: 0;
	left: 150;
	border: 0;
}

#main {
	position: absolute;
	padding-left: 10em;
	top: 100;
	left: 30;
	border: 0;
}

#main2 {
	position: absolute;
	padding-left: 0em;
	top: 30;
	left: 30;
	border: 0;
}

#footer {
	position: absolute;
	top: 400;
	left: 10;
	border: 0;
}

