body {
    width: 100%;
		min-width: 1024px; 
		height: 100%;
		margin: 0px;
		border: 0px;
		padding: 0px;
    font-family: Trebuchet MS;
		background: #75997D; 
		background: #617565;
		background: #707F77;
		background: #5F7361;
		background: #827C6C;
    }
		
h1 {
    color: #ffffce;
    padding-left: 50px; 
		margin-top: 25px;
    font-size: 38px; 
    text-align: left; 
		font-weight: bold;
		font-family: Trebuchet MS; 
    letter-spacing: 0.075em;
    }

h4 {
    color: #ffffce; 
    padding-right: 40px;
		float: right; 
    font-size: 18px; 
    margin-top: -10px;  
    letter-spacing: 0.15em;
		font-family: arial narrow; 
    text-align: left;
		word-spacing: 2px;
    }

h5 {
    color: #fff; 
    padding-left: 120px; 
		padding-top: 50px;
    font-size: 20px; 
		font-weight: normal;
    letter-spacing: 0.085em; 
    text-align: left;
    }		
		
h6 {
    margin-top: 0px;
		color: #ddd; 
    padding-left: 50px; 
    font-size: 14px; 
    letter-spacing: 0.075em; 
    text-align: left;
    }		
		

.header {
    width: 100%;
    height: 150px; 
    margin-right: auto; 
    margin-left: auto;
		background: #97B49D;
		background: #75997D;
		background: #bf6335;
		background: #5F7361;
		background: #827C6C;
    }

.title {
    float: left; 
    width: 100%;
    height: 140px;  
    margin: 0px;
    }	
		
.title a, a:hover {
		text-decoration: none;
		color: #ffffce;
    }

.content {
    width: 100%; 
    min-height: 720px;
		height: auto; 
    margin-right: auto; 
    margin-left: auto;
    }	
		
.content table img {
    max-width: 125px;
    max-height: 125px;
		display: block;
		margin-left: auto;
		margin-right: auto;  
    }		
	
.left {
    float: left; 
    width: 40%; 
		height: auto; 
    margin-top: 0px;
    }	

.left p {
		padding-top: 20%; 
		padding-left: 10%;
    }
		
.left img {
		display: block;
    border:  0px; 
    margin-top: 0px;
		margin-left: auto;
		margin-right: auto;  
    border: 0px solid #4B93AA;
    }		

.left table {
    border: 4px solid #595959;
    }
				
.right {
    float: right;
		width: 60%; 
		height: auto;
		padding-bottom: 50px;
		/* background: #75997D; */
    }	
		
.right p {
    font-size: 13px; 
    text-align: justify; 
    letter-spacing: 0.075em; 
    line-height: 16pt; 
    padding-left: 120px; 
    padding-right: 120px;
		font-weight: 200; 
		word-spacing: 0px;
    color: #ffffce;
    }	
		
.right img {
    float: right; 
    padding-left: 25px; 
    padding-bottom: 20px; 
    width: 340px;
    }
			
.right a {
	  text-decoration: none;
		color: #fff;
		}

.right a:hover {
	  text-decoration: none;
		color: #000;
		}
				
.right ul {
    padding-left: 75px;
    }	

.right ul li {
    padding-left: 5px;
    font-size: 12px;
    padding-bottom: 5px;
    color: #ddd;
    }	
		
.statement {
		font-size: 0.93em;
    }		
		
		
.gallery {
    width: 100%; 
    height: auto; 
    min-height: 720px;
    margin-right: auto; 
    margin-left: auto;
    }	
		
.gallery table {
		width: 80%; 
		border-collapse: collapse; 
		margin-left: auto; 
		margin-bottom: 50px; 
		margin-right: auto; 
		font-size: 13px;
    }
		
.gallery table tr td {
    border: 1px ridge #ADBD83;
		width: 10%;
		}

.gallery table tr td a {
    color: #000; 
		font-size: 11px;
		}
				
.gallery table img {
    max-width: 125px;
    max-height: 125px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border: 0px;
    }		
				
.footer {
    width: 100%;
    height: 30px; 
		background: #4B93AA;
		background: #B8875E;
		background: #656285;
    margin-right: auto; 
    margin-left: auto; 
    margin-top: -4px; 
		clear: both;
		border-top: 3px ridge #ADBD83;
    }	
		
.menu {
		background: #4B93AA;
		background: #b19a7e;
		background: #B8875E;
		background: #656285;
    height: 35px; 
    width: 100%;
		border-top: 3px ridge #A3A248;
		border-bottom: 3px ridge #A3A248;
		}		
		
.menu ul {
    display: block; 
    float: right;
		margin-top: 5px;
    padding-right: 30px;

   }
		
.menu ul li {
    list-style: none; 
    display: inline; 
		padding-left: 25px;
    }
		
.menu ul li a {
    color: #eee; 
    font-weight: normal; 
		font-size: 15px;
    letter-spacing: 0.075em; 
		font-weight: 100;
    text-decoration: none;
    }
		
.menu ul li a:hover {
    color: #222; 
    font-weight: normal; 
		font-size: 15px;
    letter-spacing: 0.075em;
		font-weight: 100; 
    text-decoration: none;
		}		
				
.copyright {
		float: left;
		padding-left: 30px;
		font-family: arial;
		padding-top: 10px;
    font-size: 11px;
    color: #eee;
    }		
