body {
	text-align:center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	color: #21455f;
}

div {
	margin: auto;
	text-align: left;
}

table {
	border-collapse: collapse;
	margin: 0px;
}
td {
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul {
	padding-left: 10px;
}

#main {
	width: 1000px;
	margin-top: 45px;
}

#header {
	width: 100%;
	background-color: #4e6a7f;
	border-radius: 10px;
	margin-bottom: 5px;
}

#header img {
	margin: 10px;
	margin-bottom: 0px;
}

#footer {
	background-image: url('../images/bottom_bg.gif');
	width: 1000px;
	height: 102px;
	color: white;
}
#footer td {
	padding-left: 20px;
	line-height: 20px;
}

#footer a {
	color: white;
}



#menu {
	width: 1000px;
	text-transform: uppercase;
	color: white;
	height: 40px;
}

#menu a {
	color: white;
}

#menu img {
	vertical-align: middle;
}

.menu_header {
	cursor: pointer;
}

#menu td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#content {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fcfcfe;
	padding: 20px;
	padding-top: 30px;
	color: #5b5b5d;
}

#content h3 {
	margin: 0px;
	margin-top: 5px;
}

#content p {
	margin: 0px;
}

#content_image {
	margin: 20px;
	box-shadow: 3px 3px 4px #ccc;
}

#content_description {
	padding: 20px;
	padding-top: 0px;
}

#content_description p {
	margin-bottom: 10px;
}


.activity_hr {
	background-color: #9bb262;
	height: 14px;
}

.activity_header {
	color: white;
	width: 254px;
	height: 150px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

.activity_header h2 {
	padding-left: 20px;
	padding-right: 60px;
}

.activity_content {
	padding: 20px;
}




.service_hr {
	background-color: #73a7cb;
	height: 14px;
}

.service_header {
	color: white;
	width: 254px;
	height: 150px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

.service_header h2 {
	padding-left: 20px;
	padding-right: 60px;
	margin: 0px;
	font-size: 16px;
}


.service_content {
	padding: 20px;
}



.community_hr {
	background-color: #bb6260;
	height: 14px;
}

.community_header {
	color: white;
	width: 234px;
	height: 150px;
	background-repeat: no-repeat;
	padding-left: 20px;
	letter-spacing: 1px;
}

.community_header h2 {
	padding-left: 20px;
	padding-right: 60px;
	margin: 0px;
	font-size: 16px;
}

.community_content {
	padding: 20px;
}







#contactForm {
	padding: 20px;
	background-color: #CCCCCE;
	border-radius: 10px;
	border-collapse: separate;
}

#contactForm th {
	vertical-align: top;
	text-align: left;
	width: 150px;
}

#contactForm input {
	margin: 3px;
}


#contactForm textarea {
	width: 300px;
	height: 200px;
}
