/* CSS Document */

	body {
		text-align:center;
		background-color: #0066ff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11pt;
		color:#FFFFFF;
		line-height:16pt;
		}
		
	a:link {
		color:#000000;
		text-decoration: none;
		line-height: 16pt;
	}
	
	a:hover, a:active {
		color: #ffb400;
		text-decoration: underline;
		line-height: 16pt;
	}
		
	a:visited {
		color:#000000;
		text-decoration: none;
		line-height: 16pt;
	}
			
	.credits
		{ 
		font-size: 9pt; 
		}
	
			
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background-color:#FFFFFF;
		border: 1px #000000 solid;
		color:#000000;
		}
		
	#sidebar {
		width:179px;
		float:left;
		background:#fff;
		padding-left: 17px;
		padding-right: 15px;
		padding-bottom: 20px;
		font-size: 11px;
		line-height: 11pt;
		}
		
	#sidebar form {
		font-size: 11px;
		display: block;
		background-color:#ffcc00;
		padding: 5px;
		text-align: center;
		margin-top: 5px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
		}
		
	#sidebar input {
		margin: 3px;
		}
		
	#sidebar a:link {
		color:#0066ff;
		text-decoration: none;
		line-height: 11pt;
		}
	
	#sidebar a:hover, #sidebar a:active {
		color: #ffb400;
		text-decoration: underline;
		line-height: 11pt;
		}
		
	#sidebar a:visited {
		color:#0066ff;
		text-decoration: none;
		line-height: 11pt;
	}
	
	
	#sidebar a.big:link {
		color:#0066ff;
		text-decoration: none;
		line-height: 14pt;
		font-size: 13px;
		font-weight: bold;
		}
	
	#sidebar a.big:hover, #sidebar a.big:active {
		color: #ffb400;
		text-decoration: underline;
		line-height: 14pt;
		font-size: 13px;
		font-weight: bold;
		}
		
	#sidebar a.big:visited {
		color:#0066ff;
		text-decoration: none;
		line-height: 14pt;
		font-size: 13px;
		font-weight: bold;
	}
	
	
	
	#content {
		width:513px;
		float:left;
		background:#fff;
		padding-left: 25px;
		padding-right: 50px;
		padding-bottom: 20px;
		line-height: 14pt;
		}
		
	#content .heading {
		font-size: 12pt;
		font-weight: bold;
		color:#000099;
		}
		
	#content .mission {
		font-size: 11pt;
		font-weight: bold;
		}
		
	#content .quote {
		font-size: 11px;
		font-style: italic;
		font-weight: bold;
		display: block;
		background-color:#ffcc00;
		padding: 10px;
		line-height: 11pt;
		}
		
	#content a:link {
		color:#0066ff;
		text-decoration: none;
		line-height: 14pt;
	}
	
	#content a:hover, #content a:active {
		color: #ffb400;
		text-decoration: underline;
		line-height: 14pt;
	}
		
	#content a:visited {
		color:#0066ff;
		text-decoration: none;
		line-height: 14pt;
	}
	

	#header {
		background-color:#ffffff;
		background-image: url(css_images/thomashousetag.jpg);
		height: 273px;
		}
	
	#menu {
		background-color:#3399ff;
		border-top: 3px #00cc66 solid;
		font-family: Helvetica, Arial, sans-serif;
		font-size:11pt;
		font-weight: bold;
		color: #FFFFFF;
		padding: 5px;
		}
		
	#menu a:link {
		color:#FFFFFF;
		text-decoration: none;
		line-height: 16pt;
		font-size: 10pt;
	}
	
	#menu a:hover, #menu a:active {
		color: #ffb400;
		text-decoration: none;
		line-height: 16pt;
		font-size: 10pt;
	}
		
	#menu a:visited {
		color:#FFFFFF;
		text-decoration: none;
		line-height: 16pt;
		font-size: 10pt;
	}
	
	#space {
		background-color:#FFFFFF;
		height: 10px;
		}
		
	.lined {
		border-bottom: 1px;
		border-bottom-color:#000000;
		border-bottom-style:solid;
		}
		
	.topline {
		border-top: 1px;
		border-top-color:#000000;
		border-top-style:solid;
		border-bottom: 1px;
		border-bottom-color:#000000;
		border-bottom-style:solid;
		}
		
	.rightborder {
		border-right: 1px;
		border-right-color:#000000;
		border-right-style:solid;
		}
	
	.padleft {
		padding-left: 5px;
		}