* {
	margin:0;
	padding:0;
	}
	
	
	body {
	background-color: #FFFFFF;
	}
	
	#main {
	display: block;
	background-color: #FFFFFF;
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	#tpslogo {
		display: block;
		background-color: #FFFFFF;
		width: 200px;
		height: 150px;
		float: left;
		}
		
		#bubbles {
		display: block;
		background-color: #FFFFFF;
		width: 225px;
		height: 170px;
		float: right;
		}
		
		.clear {
			clear: both;
		}
		
		#menu {
		display: block;
		width: 780px;
		height: 25px;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;	
		text-align:center;
		}
		
	
	#text {
	display: block;
	background-color: #FFFFFF;
	width: 650px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	margin-bottom: 10px;
	}
	
	#text h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F78F1E;
	margin-bottom: 10px;
	}
	
	#text h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #275563;
	margin-bottom: 5px;
	}
	
	#text p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #476127;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
	#text a {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		color: #275563;
		font-weight: bold;
		letter-spacing: .5px;
		}
	
				#text a:link {					
					text-decoration: underline;					
				} 					
				#text a:visited {
					text-decoration: underline;	
				} 
				#text a:hover {
					color:#275563; 
					text-decoration: none;
				} 
				#text a:active {
					color:#275563; 
					text-decoration: underline;
				}
	
	
	#textmenu {
		display: block;
		width: 650px;
		background-color: #FFFFFF;
		height: 100%;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #733907;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		}
		
		#textmenu a {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #733907;
		font-weight: bold;
		letter-spacing: .5px;
		}
	
				#textmenu a:link {					
					text-decoration: underline;					
				} 					
				#textmenu a:visited {
					text-decoration: underline;	
				} 
				#textmenu a:hover {
					color:#F78F1E; 
					text-decoration: none;
				} 
				#textmenu a:active {
					color:#F78F1E; 
					text-decoration: underline;
				}
	