body {
   color: #000000;
	background-color: white;
   font-size: 10pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcell {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	/* border-bottom: 1px solid #fc6; */
	border-left: 0px solid #fc6;
	font-family: Arial, Helvetica, sans-serif;
}

#nav {
	position: absolute;
	top: 130px;
	left: 30px;
	width: 160px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
}

#nav ul, #nav li {
	list-style-type: none;
}

#nav a, #nav li.active li a {
	color: #930;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover {
	background-color: #fc6;
	color : #930;
	text-decoration: none;
}

#nav li.active a {
	background-color: #fc6;
	color: #930;
	text-decoration: none;
}

a {
	color: #930;
}

a:visited {
	color: #f60;
}

#content {
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 230px;
	padding-right: 5%;
	background-color: #FFFFF9;
	color: #000000;
}

#footer {
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 230px;
	padding-right: 5%;
	background-color: #FFFFF9;
	color: #000000;
	font-size: 10pt;
}

p,ul,ol {
	font-size: 10pt;
	text-align: justify;
	color: #000000;
}

p.footer {
	font-size: smaller;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 2px solid #339933;
	border-bottom: 2px solid #339933;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #339933;
	margin-top: 11px;
}

h3 {
    font-size: 100%;
    font-weight: bold;
}

h4 {
    font-size: 75%;
    font-weight: bold;
}

dd.list1 {     /*  used in lists  */
	font-size: 9pt;
	margin-left: 5mm;
	text-indent: 0mm;     /* -5mm */
	padding-bottom: 2mm;
}

dl.list1 {     /* used in lists */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0mm;
}

dt.list1 {     /* used in lists */
	font-size: 86%;
	font-weight: bold;
}

hr.border {
	border: thin solid;
	margin-top: 75px;
	margin-bottom: 25px;
}

hr.line1 {  /* dividing line after intro para  */
	height: 1px;
	width: 128px;
	margin-top: 25px;
	margin-bottom: 20px;
	/* text-align: center; */
}

/*img.header-top {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 2px solid #339933;
	border-bottom: 2px solid #339933;
}*/

