/* ----------------------------------
		This area formats the text on page
		call by using <div class="em">
		end use by using </div>
	 ---------------------------------- */

.dochead {
	font-family : Verdana;
    font-size : 16pt;
	font-weight : bolder;
	color : #000000;
}

.docsubhead {
	font-family : Verdana;
    font-size : 13pt;
	font-weight : bolder;
	text-align : left;
	color : #000000;
}


.doctext {
	font-family : Verdana;
	font-size : 11pt;
	color : #000000;
}

.footertext {
	font-family : Verdana;
	font-size : 8pt;
	text-align : center;
	color : black;
}

.head {
	font-family : Verdana;
	font-size : 20pt;
	font-variant : small-caps;
	color : maroon;
	font-weight : bolder;
	text-align : center;
}

.formtext {
	font-family : Verdana;
	font-size : 10pt;
	color : #000000;
}

.infotext {
	font-family : Verdana;
	font-size : 10pt;
	color : #49B416;
}

.infotext2 {
	font-family : Verdana;
	font-size : 10pt;
    font-style: italic;
	color : #800000;
}

.menu {
	font-family : Verdana;
    font-size: 10pt;
    font-weight : bold;
    color: #000099;
}

.subhead {
	font-family : Verdana;
	font-size : 14pt;
	font-variant : small-caps;
	color : maroon;
	font-weight : bolder;
	text-align : center;
}

.headertext {
	font-family : Verdana;
    font-size : 22pt;
	font-weight : bolder;
	text-align : left;
	color : #FFFFFF;
}

.headersubtext {
	font-family : Verdana;
    font-size : 14pt;
	font-weight : bolder;
	text-align : left;
	color : #FFFFFF;
}


H2 {
	font-family : Verdana;
    font-size: 10pt;
}

H3 {
	font-size: 12pt;
	font-style: italic;
	font-family: Times New Roman;
}

H4 {
    font-family: Verdana;
    font-size: 14pt;
	font-weight : bold;
}


A {
	font-family: Verdana;
	color: inherit;
}

A:Hover {
	font-family: Verdana;
    font-style: italic;
    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:Verdana;
  font-size:12pt;
  }

#menu{
	position: absolute;
	padding-left: 5;
	top: 20;
	left: 2;
	width: 140;
	border: 0;
}

#header {
	position: relative;
	top: 0;
	left: 200;
	border: 0;
}

#main {
	position: absolute;
	padding-left: 3em;
	top: 20;
	left: 0;
	border: 0;
}

#main2 {
	position: absolute;
	padding-left: 0em;
	top: 110;
	left: 180;
	border: 0;
}

#footer {
	position: relative;
	top: 520;
	left: 5;
	border: 0;
}

#locatefooter {
	position: relative;
	left: 5;
	border: 0;
}

#mainfoot {
	position: relative;
	top: 360;
	left: 0;
	border: 0;
    align: center;
}
