body {
			background-color: #6cb0f4;
			font-family: TAHOMA;
			text-align: center;
			color: #1e4165;
			}

.container2 {
			text-align: left;
			width: 800px;
			border: thin solid #233074;
			background-color: #ffffff;
			}
			
.slideshow {
			width: 800px;
			border: thin solid #5277a0;
			background-color: #5277a0;
			text-align: center;
			}
			
.pagetext {
			padding: 15px;
			}
			
h1 {
			color: #3f6a95;
			font-size: 20px;
			letter-spacing: 2px;
			font-weight: lighter;
		}
		
p {
			text-align: justify;		   
			}

p.testimonals {
			text-align: justify;		   
			}

li {
			margin-bottom: 10px;
			text-align: justify;
			}

td.pagetext {
		   padding: 15px;
		   font-size: 11pt;
		   }
	
td.links {
		  background-color: #3f6a95;
		  }
		  
#column1 {
		position: relative;
		width: 150px;
		padding: 15px;
		}
		
#column2 {
		position: relative;
		width: 600px;
		top: 0px;
		left: 150px;
		}
		  



a:link.top {
		 color: #969798;
		 text-decoration: none;
		 font-size: 10pt;
		 }
		
a:visited.top {
		 color: #969798;
		 text-decoration: none;
		 font-size: 10pt;
		 }
		 
a:hover.top {
		 color: #0080ff;
		 text-decoration: none;
		 font-size: 10pt;
		 }
		 
	
a:link {
		color: #1e4165;
		text-decoration: none;
		}
a:visited {
		color: #1e4165;
		text-decoration: none;
		}
a:hover {
		color: red;
		text-decoration: none;
		}
		  

