.top {
	background-image: url(images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	background-image: url(images/marble-bg.jpg);
	background-position: center top;
	scrollbar-face-color:#DFD8CA;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CABFA8;
	scrollbar-darkshadow-color:#8E7B56;
	scrollbar-shadow-color:#B4A483;
	scrollbar-arrow-color:#4D432F;
	scrollbar-track-color:#F4F2ED;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #816627;
	text-align: center;
	vertical-align: bottom;
} 
.footer A:link, .footer A:visited, .footer A:active {
	color: #816627;
	text-decoration: none;
} 

.footer A:hover, .footer A:visited:hover {
	color: black;
	text-decoration: underline;
}

h1 { /* replacement for .titles */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic; 
	color: #55531C;
}

.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic; 
	color: #55531C;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #816627;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #816627;
}
A:link, A:active, A:visited {
	COLOR: #816627;
	TEXT-DECORATION: none;
} 
A:hover, A:visited:hover {
	COLOR: black;
	TEXT-DECORATION: underline;
}

.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #55531C;
}
.headlines A:link, .headlines A:active, .headlines A:visited {
	color : #55531C; 
	text-decoration: none;
} 

.headlines A:hover, .headlines A:visited:hover {
	color: black; 
	text-decoration: underline;
}

.largetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.featured-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D0C5AD;
	padding-left: 150px;
	padding-right: 15px;
	text-align: right;
	font-style: italic;
}
.inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #816627;
}
p {
	line-height: 160%;
}
.alert {
	color: #990000;
	font-weight: bold;
}
