body {
color:#000000;
background: #d2b48c;
text-align:left;
line-height:12pt;
font-size:10pt;
font-weight:400;
font-style:normal;
font-family:Trebuchet,Verdana,Tahoma,"Trebuchet MS",Helvetica, Geneva, Arial, sans-serif;
margin:0px;
overflow:auto;
}

h1 {
color:#000000;
font-size:26pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:15px;
}

h2 {
color:#000000;
font-size:16pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

h3 {
color:#000000;
font-size:16pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}

h4 {
color:#000000;
font-size:16pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
text-align:right;
}

h5 {
color:#333333;
font-size:12pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
text-align:left;
}

h6 {
color:#333333;
font-size:12pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}

p {
color:#000000;
text-align:left;
line-height:12pt;
font-size:10pt;
font-weight:400;
font-style:normal;
overflow:auto;
font-family:Trebuchet,Verdana,Tahoma,"Trebuchet MS",Helvetica, Geneva, Arial, sans-serif;
margin:5px 10px;
}

ul {
  list-style-type:square;
}

li {
  border-color : #999999;
  border-style : none none solid none;
  border-width : 1px;
}

a:link {
  color:#030;
  text-decoration:none;
}

a:hover {
  color:#060;
}

q {
  color:#000000;
  font-style:italic;
  font-family:"Lucida Console", Monaco, "Andale Mono",Courier, "Courier New", monospace;
  text-align:left;
}

caption {
color:#000000;
font-family:Trebuchet,Verdana,Tahoma,"Trebuchet MS",Helvetica, Geneva, Arial, sans-serif;
line-height:8pt;
font-size:10pt;
font-style:normal;
margin:auto;
text-align:center;
}

hr {
  background-color:#000000;
  border:1px;
  color:#000000;
  height:1px;
  width:100%;
}

/* navigation list at top of page */
#navlist {
border-style:none;
border-width:0px;
display:block;
margin:0px 50px 0px 50px;
overflow:hidden;
padding:5px 0px 5px 0px;
text-align:center;
width:auto;
}

/* elements in navigation list */
#navlist ul{
  background:#09323b;
  border-style:solid none solid none; 
  border-width:1px; 
  display:inline;
  float:left;
  height:26px;
  list-style:square;
  margin-left:0px;
  margin-top:5px;
  margin-bottom:5px;    
  text-align:center;     
  width : 100%;
}

#navlist li {  
  border-style: none;
  display:inline;  
  float:left;
  font-family:Trebuchet,Verdana,Tahoma,"Trebuchet MS",Helvetica, Geneva, Arial, sans-serif;
  list-style-type:none;
  line-height:25px; 
  text-align: center;
  width:20%;
}

/* links in navigation list */
#navlist li a:link {  
  border-color : transparent;
  border-style : none none none solid;
  border-width : 5px;  
  color:#d2b48c;       
  text-decoration:none;
}

#navlist li a:visited {
  border-color : transparent;
  border-style : none none none solid;
  border-width : 5px;  
  color:#d2b48c;  
  text-decoration:none; 
}

#navlist li a:hover {  
  background:#000000;
  border-color : #09C;
  border-style : none none none solid;
  border-width : 8px;  
  color:#ffffff;       
}

#navlist li a:active {
  border-color : #ffffff;
  border-style : none none none solid;
  border-width : 5px;  
  color:#ffffff;  
  text-decoration:none; 
}

/* main container section in middle of page */
#maincontent {
background:#ffffff;
border-color:#000000;
border-style:solid;
border-width:1px;
color:#000000;
font-family:Trebuchet,Verdana,Tahoma,"Trebuchet MS",Helvetica, Geneva, Arial, sans-serif;
font-size:10pt;
font-style:normal;
line-height:14pt;
margin:50px 50px 50px 50px;
overflow:hidden;
padding:15px;
text-align:left;
width:auto;
z-index:10;
}

#maincontent table {  
  border-color:#ffffff;
  border-style:none;
  border-width:1px;  
  width:75%;    
}

#maincontent td {
  border-color:#ffffff;
  border-style:none;
  border-width:1px;
  width: 25%;
}


#maincontent th {
  background: #ffffff;
  border-color:#000000;
  border-style:solid;
  border-width:1px;
  text-align: center;
}

#maincontent img { 
  border-style:none; 
  display:block;
  margin: auto;
  overflow:hidden;
  text-align: center;
}

#maincontent q {
  color:#000000;
  font-style:normal;
  font-family:"Lucida Console", Monaco, "Andale Mono",Courier, "Courier New", monospace;
  text-align:left;
}


/* list of links at right of main section */
#linklist {
  float : right;
  text-align : right;  
  width:20%;
}

#linklist ul {
  list-style-type:none;
  text-align:right;  
}

#linklist li {
  border-color : #999999;
  border-style : none none solid none;
  border-width : 1px;
  margin-top : 5px;  
  text-align:right;  
}

#linklist a:link {
  color:#030;
  text-decoration:none;
}

#linklist a:visited {
  color:#000000;  
  text-decoration:none;
}

#linklist a:hover {  
  background:#d2b48c;
  border-left: 10px;
  border-bottom:0px;
  border-right:0px;
  border-top:0px;
  border-color: #09C;
  border-style:solid;
  color:#000000;  
}

#linklist h4 {
  color:#000000;
  font-size:12pt;
  font-family:Trebuchet,Verdana,Tahoma,"Trebuchet MS",Helvetica, Geneva, Arial, sans-serif;
  text-align:right;
}

/* no show class white on white */
p.noshow {
  color:#ffffff;
  font-size:12pt;
  font-family:Trebuchet,Verdana,Tahoma,"Trebuchet MS",Helvetica, Geneva, Arial, sans-serif;
  overflow:inherit;  
  text-align:center;
}


td.navtable {

}

td.navtable:hover
{
  background: #d2b48c;  
}

