body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #c8d0ab;
	background-image: url(images/background.jpg);
	margin: 0px;
	text-align: center;
	font-size: 75%;
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 15pt;
	color: #86856a;
}


ul li {
	list-style-image: url(images/list_bullet.gif);
	color: #86856a;
}




p {
	color: #86856a;
}

h1  {
	color: #86856a;
	font-size: 1.4em;
}

h2 {
	color: #86856a;
	font-size: 1.1em;
}

h3 {
	color: #86856a;
	font-size: 1em;
}

h4 {
	color: #86856a;
	font-size: 1em;
	font-style: italic;
}

h5 {
	color: #86856a;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

h6 {
	color: #86856a;
	font-size: 1em;
	font-weight: normal;
}

.small {font-size: .7em;
		font-weight: normal;}

a:link {
	color: #A43352;
	text-decoration: underline;
}
a:visited {
	color: #663366;
}
a:hover {
	text-decoration: none;
}

a:active {
	color: #FFCC00;
}


/* Page Layout */

.mainarea {
	background-image: url(images/mainimages_19.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

.leftcolumn {
	border: 0px solid #000000;
	float: left;
	width: 420px;
	margin: 0px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.rightcolumn {
	border: 0px solid #000000;
	float: right;
	width: 235px;
	margin: 0px;
	background-image: url(images/divider_column.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.footer {
	margin: 0px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	width: 720px;
}

.footer a {
	color: #86856a;
}

input {
	background-color: #f2f7e0;
	border: 1px solid #cacdb8;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #78775F;
}

textarea {
	background-color: #f2f7e0;
	border: 1px solid #cacdb8;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #78775F;
}

.shadowleft {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.shadowright {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
