
/* standard elements */
body {
	background: #BEBAAD;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	color:#716558;
	padding-right:20px;
	padding-bottom: 1.2em;
}




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	color:#4E6687;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#433a2e;
	padding-bottom: .1em;
}

a {
	text-decoration: underline;
	color:#4E6687;
}

a:hover {
	text-decoration: none;
	color:#716558;
}

.img img {
	border: 2px solid #4E6687;
}

.small_links p {
	color: #716558; 
	font-size: .8em;

}

.small_links a {
	color: #716558; 
	text-decoration:none;
}

.small_links a:hover {
	color: #4E6687; 
	text-decoration:underline;

}



/* floating image with subtitle text */

.floating-box {
	float: right;
	width: 210px;
	background-color:#c1ad72;
	border-color:#6e6341;
	border:solid 2px;
	margin-right:20px;
	margin-left: 10px;
	padding-bottom:10px;
	padding-top:10px;
}
.floating-box p  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .65em;
	color: #333333;
	padding-right:10px;
	padding-left: 10px;
}

.floating-box a {
	color: #333333; 
	text-decoration:underline;
}
.floating-box a:hover {
	text-decoration:none;	
}	


/* misc */
.hr1 {
	clear: both;
	border: 2px solid #716558;
}

/* input forms */

textarea.styled {width: 270px;}

.styled {
	font-size: 1em;
	background: #fff;
	border: 1px solid #716558;
}
.styled:hover {
	background: #eee;
	border: 1px solid #716558;
}
.styled:focus {
	background: #eee;
	border: 1px solid #716558;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #716558;
	border: 0;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	width:270px;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #716558;
	border: 0px;
	width: 100%;
	background-color: #333;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

input[type="submit"] {
	margin: 0;
	width: 75px;
	padding: 1px;
	background: #716558;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	border: 2px outset #fff;
	}

input[type="submit"]:hover, input[type="submit"]:focus {
	cursor: pointer;
	background: #4E6687;
	}
	
/* text box scrollbars */

body {
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #716558;
	scrollbar-3dlight-color: #716558;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #716558;
	scrollbar-track-color: #fff;
}
/* page scrollbars */

html {
	scrollbar-highlight-color: #716558;
	scrollbar-arrow-color: #716558;
	scrollbar-3dlight-color: #BEBAAD;
	scrollbar-base-color: #BEBAAD;
	scrollbar-shadow-color: #716558;
	scrollbar-track-color: #BEBAAD;
}