body {
	margin: 0px;		
	background-color: #5E8D8A;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
#facebook {padding: 5px;}
#maintable {
	width: 800px;
	background-color: #88afac;
	border-style: ridge;
	border-width: 1px;
	border-color: #cccccc;
	border-top-style: none;
}

.banner {
	vertical-align: top;	
}
.spacer {
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.content {
	vertical-align: top;
	height: 625px;
	background-color: #FFF;
	padding: 2px;
	text-align: left;
}
.page_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.menu_area {
	width: 185px;
	vertical-align: top;
	padding: 2px;
}
.content_area {
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
	padding-top: 5px;
	width: 665px;
	height: 650px;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}

li {padding: 3px;}

.td_contactus {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
submit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}
input, textarea {
		font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}
.myimg_shadow {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	border-radius: .50em;
	-moz-border-radius: .50em;
	-webkit-border-radius: .50em;
	-moz-box-shadow: .50em .50em .50em black;
	-webkit-box-shadow: .50em .50em .50em black;
	box-shadow: .50em .50em .50em black;
}
.myimg_nowshadow {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	border-radius: .50em;
	-moz-border-radius: .50em;
	-webkit-border-radius: .50em;
}
