/* Color Me CSS */

img {
border: none;
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #766b45;
}
body {
	background-color: #efead8;
	background-image: url(../images/backing.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 14pt;
	margin: 10px;
}
h2 {
	font-size: 12pt;
	margin: 5px;
}
p {
	margin: 10px;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.4em;
}
.footer {
	margin: 10px 10px 10px 80px;
	font-size: 7pt;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.linkz:link {
	color: #766b45;
	text-decoration: none;
}
.linkz:visited {
	text-decoration: none;
	color: #766b45;
}
.linkz:hover {
	text-decoration: underline;
	color: #766b45;
}
.linkz:active {
	text-decoration: none;
	color: #766b45;
}
#footerfill {
	background-image: url(../images/cma_40.jpg);
	background-repeat: repeat-x;
}
#nav1fill {
	background-image: url(../images/cma-fill_16.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav2fill {
	background-image: url(../images/cma-fill_18.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav3fill {
	background-image: url(../images/cma-fill_33.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav4fill {
	background-image: url(../images/cma-fill_34.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.input{
	border: none;
	width: 245px;
	height: 25px;
	padding: 4px 2px 1px 3px;
	margin: 0px;
	background: url(../images/input.gif) no-repeat left top;
}
.textarea{
	border: none;
	width: 245px;
	height: 145px;
	padding: 4px 2px 1px 3px;
	margin: 0px;
	background: url(../images/textarea.gif);
}
.contactform label{
	padding-top: 8px;
}
.contactform td{
	vertical-align: top;
}