/* ----------------------------------
		This area formats the text on page
		call by using <div class="em">
		end use by using </div>
	 ---------------------------------- */

.footertext {
	font-family : Calibri;
	font-size : 10pt;
	color : #804040;
    text-align : center;
}

.doctext {
	font-family : Calibri;
	font-size : 13pt;
    text-align : center;
	color : black;
}

.doctextsm {
	font-family : Calibri;
	font-size : 12pt;
    text-align : center;
	color : black;
}

.doctext1 {
	font-family : Calibri;
	font-size : 13pt;
    text-align : center;
	color : #643426;
}

.doctext2 {
	font-family : Calibri;
	font-size : 13pt;
	color : #643426;
}

.doctext3 {
	font-family : Calibri;
	font-size : 13pt;
	color : black;
}

.dochead {
	font-family : Calibri;
    font-size : 20pt;
	font-weight : bolder;
	text-align : center;
	color : black;
}

.dochead2 {
	font-family : Calibri;
    font-size : 20pt;
	font-weight : bolder;
	text-align : center;
	color : #643426;
}


.dochead3 {
	font-family : Calibri;
    font-size : 16pt;
	font-weight : bolder;
	text-align : center;
	color : #643426;
}

.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: 0;
	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;
}

