﻿/* styles specific to whoweare.htm page */

.block
{
	padding-top: 10px;
	padding-bottom: 20px;
			
}

.subtitle
{
	font-size: 150%;
	font-weight: 900;
	padding-bottom: 5px;
}

.body
{
	padding-bottom: 10px;
	border-bottom-color: #777777;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* Contact us form */

#frmcomments {
  margin-top: 20px;
}

#frmcomments dd {
  padding-bottom: 3px;
}

#frmcomments label{
  margin-left: 20px;
}

#submit{
  margin-left: 20px;
}

#subject, #name, #address {
	width: 200px;
	}
	
	
	
