body {
	margin: 0;
	padding: 0;
	background: #b89f6b;
	text-align: center;
}

#container {
	background: #F6F3EA;
	position: relative;
	width: 732px;
	margin: 15px auto;
	text-align: left;
        }

#nav {
	background: #F6F3EA;
	width: 732px;
	text-align: center;
	 }
p     {
        color:#666666;
        font-size:11pt;
        padding-left:40px;
        padding-right:40px;
        font-family: Arial, Serif, Helvetica, sans-serif;
       }

td.contact {
          color:#666666;
          font-size:12pt;
              }

table.list {
	border-width: 1px 1px 1px 1px;
	border-style: groove groove groove groove;
	border-color: #666666 #666666 #666666 #666666;
	}


table.list td{
        color:#666666;
        font-size:12pt;
        border-width: 1px 1px 1px 1px;
	border-style: groove groove groove groove;
	border-color: #666666 #666666 #666666 #666666;
	}

p.nav {
        color:#bf895f;
        font-size:10pt;
        font-weight: bold;
        padding:0px;
       }

p.small {
        color:#666666;
        font-size:10pt;
        padding-left:40px;
        padding-right:40px;
        }

a.menu { 
	color: #374b1a; 
	text-decoration: none;
        font-size:10pt;
        font-weight: bold;
        }

a.menu:hover  { 
	color: #374b1a; 
	text-decoration: none;
        font-size:10pt;
        font-weight: bold;
        }

a.nav:link { 
		color: #374b1a; 
		text-decoration: none;
                font-size:10pt;
                font-weight: bold;
                }
	
	a.nav:visited { 
		color: #374b1a; 
		text-decoration: none; 
                font-size:10pt;
                font-weight: bold;
		}
	
	a.nav:hover { 
		color: #bf895f; 
		text-decoration: none; 
                font-size:10pt;
                font-weight: bold;
		}

	a.nav:active { 
		color: #ddbea6; 
		text-decoration: none;
                font-size:10pt; 
                font-weight: bold;
		}
		
        a.copylink:link { 
		color: #374b1a; 
		text-decoration: none;
                font-size:8pt;
                }
	
	a.copylink:visited { 
		color: #374b1a; 
		text-decoration: none; 
                font-size:8pt;
                }
	
	a.copylink:hover { 
		color: #bf895f; 
		text-decoration: none; 
                font-size:8pt;
                }

	a.copylink:active { 
		color: #ddbea6; 
		text-decoration: none;
                font-size:8pt; 
                }


        a:link { 
		color: #374b1a; 
		text-decoration: none;
                font-size:11pt;
                font-weight: bold;
                }
	
	a:visited { 
		color: #374b1a; 
		text-decoration: none; 
                font-size:11pt;
                font-weight: bold;
		}
	
	a:hover { 
		color: #bf895f; 
		text-decoration: none; 
                font-size: 11pt;
                font-weight: bold;
		}

	a:active { 
		color: #ddbea6; 
		text-decoration: none;
                font-size:11pt; 
                font-weight: bold;
		}
			
	
.button1 {
              background-color: #F6F3EA;
              border-width: 2;
              color: #374b1a;
              font-size: 10pt;
              font-weight: bold;
              font-family: Serif, Arial, Helvetica, sans-serif;
               }

#leftlist {
                width:45%;
                float:left;
                padding-top:10px;
                padding-left:50px;
                padding-bottom:25px;  
                }

#rightlist {
                width:45%;
                float:right;
                padding-top:10px;
                padding-right:2px;
                padding-bottom:25px;  
                }


.contents {
	text-align: center;
	width: 732px;
}

#logo {	
	background: transparent;
	margin-top: 20px;
        padding-top: 25px;
	padding-bottom:15px;
	width: 732px;
	}

#logo img {
	border: none;
	clear: none;
}

#labels {
	background: transparent;
	color: black;
	padding-top: 15px;
	width: 732px;	
}

#blocks {
	padding-bottom: 0px;
	width: 732px;
	clear: none;
}
	
#blocks img {
	border: 2px solid Black;
}

.footer {
	background: transparent;
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 25px 25px;
	clear: none;
        text-align: center;	
        }



H1     {
        color: #374b1a;
        font-family: Arial, Serif, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;	
        }

H2     {
        color: #bf895f;
        font-family: Arial, Serif, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
        padding-left:40px;
        }


#dropmenudiv{
position:absolute;
border:1px solid olive;
border-bottom-width: 0;
font:normal 10pt serif;
line-height:14pt;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid olive;
padding: 1px 0;
text-decoration: none;
font-size: 10pt;
color: #374b1a;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
                background-color: #F6F3EA;
                color: #bf895f; 
		text-decoration: none; 
                font-size: 10pt;
                font-weight: bold;
}

ul {
    list-style: none;
    }



