@charset "utf-8";
/* CSS Document */



.namelogo {width:730px;
           height:115px;
		   text-align: center
		   }

.picturelogo {width:730px;
              height:300px;
			  }

.navhead {background-color: #0F090D;
          color: #F0E9E0;
		  height:35px;
		  
          }
		  
.button { border: 0px;
         color: #F0E9E0;
         padding: 0px 30px 0px 30px;
         width: 155px;
         background-color: #0F090D;
         font-family: Arial,Helvetica,sans-serif;
         font-size: 16px;
         text-align: center;
         font-weight: bold;
         text-decoration: none;
		 list-style-type:none;
		 line-height: 100%;
}

a.button:visited {background-color : #0F090D; 
               color:#F0E9E0
               }

a.button:link {background-color : #0F090D; 
               color:#F0E9E0
               }
a.button:hover {background-color: #0F090D;
                color:#D2B48C;
                text-decoration: none;
                }
				
body { font-family:Arial,Helvetica,sans-serif;
       line-height:110%;
       color: #2C2519;
       background-color: #D2B48C;
       margin:0px;
	   font-size: small;
}

#center {padding: 10px 20px 10px 20px;
          background-color: #FFFFFF;
          line-height:120%;
          height: 1250px;
          margin-left: 165px;
          margin-right:140px;		
     }

#left {float:left;
       width: 150px;
	   background-color:#DDD4C1;
	   height:1250px;
	   padding: 10px;
		}

#right {width:125px;
        padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:10px;
		background-color:#DDD4C1;
		height:1250px;
		float:right;
		}

.footer {clear:right;
         clear:left;
		 font-size:xx-small;
		 text-align:right;
		 background-color:#DDD4C1;
		 }

.pagetitle {background-color: #2d0404;
            font-weight: bold;
			color: #F0E9E0;
			text-align: center;
			height: 25px;
			font-size: 16px;
			}
			
#contentbox {padding: 10px 20px 10px 20px;
          background-color: #FFFFFF;
          line-height:120%;
			 }


#linkright {float:right;
            background-color: #DDD4C1;
			padding: 10px;
			margin: 0px 0px 0px 10px;
			}

.linklists {text-decoration:none;
            list-style-type:none;
			padding:3px;
			}
a.linklists:link {color:#2C2519;
                  }
a.linklists:visited {color:#2C2519;}
a.linklists:hover {color:#560000;
                   text-decoration:underline;}
                   
			 
a:link {text-decoration:none;
             color:#990000;}
a:visited {text-decoration:none;
             color:#990000;}
a:hover  {color:#990000;
                   text-decoration:underline;}
				   
.boldprint {font-size:large;
            font-weight:bold;
			}
       
#head {font-family:Georgia, "Times New Roman", Times, serif;
       font-size:medium;
       font-weight:bold;
       }

#head2 {font-family:Georgia, "Times New Roman", Times, serif;
       font-size:large;
       font-weight:bold;
       line-height:125%;
       }
       
h2 {line-height:125%;
   }
    
.imgleft {margin: 5px;
          border: 0px;
          float: left;
	}
	
.imgright {margin: 5px;
           border: 0px;
           float: right;
           }