body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

/* This is the main header in WHITE */
h1 {color: #FFFFFF; 
	font-size: small; 

}

h2 {color: #886d00;
	font-size: medium

}
	
h3 {
	color: #886d00;
	font-size: small;
}



/* This is the main copy in DARK BROWN */
/* original style - modified to include all page content and remove relative font size
p {color: #886d00; 
	font-size: smaller
}*/
p, td, th {
	color: #886d00; 
	font-size: small;
}

/* Horizontal rule that is DARK BROWN*/
hr {
	color: #886d00;
}

/* These are the styles for links*/
a:link {
	color: #6C46C2;
	text-decoration: none;
}

a:visited {
	color: #6C46C2;
	text-decoration: none;
}

a:hover {
	color: #6C46C2;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #3366FF;
}

.style1 {font-size: small; color: #FFFFFF}
.style2 {font-size: small}

#pageshadow {
	margin-top: 60px;
	width: 722px;
	margin: 0 auto;
	background-image: url(images/bg_shadow_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#homeproperty {
	background-image: url(images/bg_homeproperty.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 661px;
	height: 161px;
	margin: 0 auto;
	position: relative;
}

#homepropertypad {
	padding: 10px;
}

#homepropertytab {
	width: 103px;
	height: 31px;
	position: absolute;
	left: 0px;
	top: -24px;
}

#pageshadowinner {
	background-image: url(images/bg_shadowinner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* Secure area styles: */
	
	#maincontent {
		padding: 10px 0px 10px 0px;
	}
	
	.arttitle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
	}
	
	.artdisplay {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.artfiledisplay {
		background-color: #E7F1FD;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#pagesurround {
		width: 100%;
		background-color: #FFFFFF;
		/*border: 1px solid #000000;*/
	}
	.toplogo {
		padding: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999999;
		font-size: 16px;
	}
	
	#maincontent {
		padding: 10px;
	}
	.linkbutton a {
		border: 1px solid #4d400b;
		color: #886d00;
		background-color: #f1ecdc;
		text-decoration:none;
		padding: 3px;
		font-size: 11px;
		font-weight: bold;

	}
	.linkbutton a:hover {
		border: 1px solid #4d400b;
		color: #886d00;
		background-color: #FFFFFF;
	}
	
	.imagecat {
		background-color: #f1ecdc;
		color: #886d00;
		font-weight: bold;
		padding: 5px;
	}
	
	.imagecat a {
		color: #886d00;
		font-weight: normal;
		text-decoration: none;
	}
	
	.imagecat a:hover {
		color: #886d00;
		text-decoration: underline;
	}
	
	#gallerytable {
		background-color: #FFFFFF;
		width: 500px;
	}
	
	#gallerytable td {
		color: #886d00;
		padding: 10px;
		width: 120px;
		border: 1px solid #4d400b;
	}
	
	#gallerytable td a {
		text-decoration: underline;
		color: #886d00;
	}
	
	#gallerytable td a:hover {
		text-decoration: none;
	}
	
	#resultstable {
		width: 100%;
		border: 1px solid #4d400b;
	}
	
	#resultstable th {
		text-align: left;
		background-color: #4d400b;
		color: #FFFFFF;
	}
	
	#resultstable th a {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	#resultstable th a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#resultstable tr {
		border-bottom: 1px solid #4d400b;
	}
	
	.errortext {
		color: #FF0000;
		font-style:italic;
	}
	
	.errortext li {
		color: #FF0000;
		font-style:italic;
	}
	
	.pageheader {
		border-bottom: 1px solid #000000;
	}

/* End secure area styles */


/*  May 2010 home page */
#index_main {
	width: 851px;
	margin: 0 auto;
	padding-top: 5px;
}
#index_background {
	background-image: url(images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px 20px 0px 0px;
	min-height: 680px;
}
#index_copy {
	background-image: url(images/bg_copy_new.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 414px;
	margin-left: 20px;
}
#index_copy p {
	padding-top: 196px;
	text-align: center;
}
#index_properties p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c3ad70;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 6px 0px 5px 70px;
	padding: 0px;
}
