﻿* {
   margin:0;
   padding:0;
   border:none;
   text-decoration:none;
}

body {
     margin:0;
     padding:0;
     height:100%;
     text-align:center;
     color:#000000;
     background-color:#E8E8E8;
}

#container {
	width:745px;
	margin: 0px auto 0;
	padding: 0 0 100px 0;
	text-align:left;
	position:relative;
	border:10px solid #FEFEFE;
	background: #fff;
	height:100%;
	min-height:100%;
}

a {
     text-decoration:underline;
     <--font-weight:bold;-->
}

a:link {
     color:#5A3C18;
}
a:visited {
     color:#5A3C18;
}
a:hover {
     text-decoration: underline;
     color:#4AA02C;
     <--font-weight:bold;-->
}

#pageHeader {
	background-image:url(banner.jpg);
	height:150px;
	width:740px;
	background-repeat: no-repeat;
	background-position: center;
}

#maincontent {
     padding-left:160px;
}

#maincontent ul#pub {
     padding-left:40px;
     font-size:10pt;
     font-family:Arial;
}

#maincontent ul#pub li{
	margin-bottom:1em;
}


#maincontent ol#toc {
     padding-left:40px;
     font-size:10pt;
     font-family:Arial;
     font-weight:bold;
     color:#5A3C18
}

#maincontent ol#content {
     padding-left:40px;
     font-size:10pt;
     font-family:Arial;
     font-weight:bold;

}

#maincontent ol#content li {
     padding-bottom: 5px;
     
}

#maincontent ol#content li ul {
     font-weight: normal;
     margin-left: 10px;
}

#maincontent p {
     font-size:10pt;
	 font-family:Arial;
	 line-height: 1.66em;
	 margin:0 1.5em;
	 padding: 0.5em 0.5em;
     text-align:justify;
}

#maincontent h3 {
	letter-spacing: 0.1em;
	color:#5A3C18;
	margin:1em 1px 0.5em 1em;
	font-family: Arial;
	font-size: 1.2em;
	font-style: normal;
	<!--border-bottom: solid 0.05em;-->
}

#maincontent a{
     target="blank";
}

#menubar {
	position: absolute;
	z-index:11;
	width:140px;
	top:170px;
	height:auto;
	text-align:right;
	margin-top:2px;
}

#menubar li {
 	font-size: 12pt;
	margin-bottom:0.5em;
	list-style:none;
}

#menubar li a {
     display: block;
	 font-weight:700;
	 letter-spacing:normal;
	 color:#5A3C18;
	 font:bold 85% Arial;
}

#menubar li a.c {
     display:inline;
	 font: italic 80% Arial;
	 letter-spacing: 0;
	 text-transform:none;
}

#footer {
	font-size:8pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
}