/* CSS Document */

#contactForm {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	margin-left: 8px;
	border: #999999 solid 1px;
	background-color: #7DC8E9;
}
#contactForm text, textarea, select {
border: #999999 solid 1px;
}
#contactForm input.button, input.text {
border: #999999 solid 1px;
}
#pagesMain a {
text-decoration: none;
}
#leftBar {
	float: left;
	width: 200px;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	padding: 0 10px 0 14px;
	font-size: 0.9em;
	margin-top: 50px;
	line-height: 1.4em;
	}
	#leftBar a {
	color: #6bd3fa;
	text-decoration: none;
	}
	#leftBar a:hover {
	color: #ffffff;
	}
