body {
     background-color: #c0c0c0;
     color: #000000;
     font-family: arial, Verdana, Helvetica, sans-serif;
	 font-size: 14px;
     text-align: center;
     }
	  
.maincontainer {
      background-color: #fff;
	  margin: 20px;
	  border: outset;
	  float: left;
	  padding: 6px;
	  width: auto;
	  height: auto;
	  
	  
    }
		
	
.leftImage {
	float: left;
   }



.hr {
    border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 161px;
	float: left;
	}
	
.hrLong {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 250px;
	
	
}	






	
.mainContent {
	text-align: center;
	float: left;
	margin-left: 20px;
	
	
	
	}
	
.left {
	
	float: left;
	margin-left: 6px;
	margin-top: 10px;
	
}	


.clear {
	clear: both;
   }


.middle {
	
	float: left;
	width: 500px;
	margin-left: 0px;
	padding-top: 10px;
	
	
}




.right {
   
	width: 140px;
    float: left;
	border-style: solid;
	border-width: 2px;
	border-left: 0px;
	border-right: 0px;
	background-color: #e5e5e5;
	text-align: right;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 6px;
	padding: 10px;
	padding-left: 2px;
	margin-left: 6px;
	
	
}


div.right ul li a:link {
     color: blue;
     background-color: #e5e5e5;
     text-decoration: underline;

}
div.right ul li a:visited {
      color: blue;
      background-color: #e5e5e5;
      text-decoration: underline;


}
div.right ul li a:hover {
      background-color: #aaddee;

}
div.right ul li a:active {
     background-color: #3cc7f0;

}

.links {
	color: blue;
	border-style: none;
	
	
}



li {
	margin: 3px;
	text-decoration: none;
	color: blue;
	
	

}




ul {

    list-style-type: none;
    margin: 0;
	 padding: 0px;
	 
	 
}


	
.textLeft {
	text-align: left;
	margin-left: 50px;
}

p {
	text-align: left;
	margin: 6px;
	
}

.footer {
    font-size: 10px;
	width: 100%;
}
	
	  
	  
	  