/* GENERAL FORMATTING */

a:link, a:visited {text-decoration: none; color: #674C2F; font-weight: bold;}
a:hover, a:active {text-decoration: none; color: #BB9072; background-color: #2A2220; font-weight: bold;}

html, body {
	font-family: Georgia, "Times New Roman", Tahoma, serif;
	font-size: 11px;
	line-height: 12px;
	text-align: justify;
	color: #172437;
	margin: 0px;
	background: #BB9072 url(images/f4_bg.jpg) repeat;
	scrollbar-arrow-color: #BB9072;
	scrollbar-base-color: #2A2220;
	scrollbar-track-color: #2A2220;
	scrollbar-face-color: #7B5725;
	scrollbar-highlight-color: #BB9072;
	scrollbar-3dlight-color: #2A2220;
	scrollbar-darkshadow-color: #2A2220;
	scrollbar-shadow-color: #BB9072;
	}
table {
	font-family: Georgia, "Times New Roman", Tahoma, serif;
	font-size: 11px;
	color: #172437;
	}
	
/* MAIN CONTENT BODY SECTION */
.content {
	margin-right: 8px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 11px;
	}
.content img {
	border: 0;
	margin: 2px;
	text-align: left;
	}
.content ol li {
	padding-bottom: 8px;
	}

/* TOP BODY PARAGRAPH */
.intro {
	margin-top: 15px;
	text-align: justify;
	font-size: 11px;
	}

/* FOR SECTION HEADING TITLES */	
h2 {
	font-family: "Times New Roman", tahoma, sans-serif;
	font-size: 13px;
	color: #172437;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	border-color: #172437;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	padding-bottom: 3px;
	}
	
/* FOR PAGE TITLES */	
h1 {
	font-family: "Times New Roman", tahoma, sans-serif;
	font-size: 13px;
	color: #172437;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	}

/* FOR DISCLAIMERS AND FOOTNOTES SECTION */
.footnote {
border-color: #172437;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
}

.small {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 9px;
line-height: 10px;
color: #172437;
}

/* ------------------------------------------------------------------
MISCELLANEOUS, OLD, AND NEW FORMS
------------------------------------------------------------------ */

/* for style of form */
input, select, textarea {
	padding: 2px;
	margin: 2px 0px 5px 0px;
	background-color: #DCCFB6;
	color: #4E423E;
	border: 1px #4E423E solid;
	font-size: 12px;
	font-family: "Courier New", Georgia, "Times New Roman", serif;
	vertical-align: middle;
	}

/* for width of all but submit */
#name, #email, #country, #fave, #comments, #url, #newemail, #newurl, textarea {
	width: 280px;
	}
label {
	font-weight: bold;
	}


.fave {
font-family: georgia, times new roman, tahoma, serif;
font-size: 11px;
}

/* for a div scrolling, currently not used */
.scroll {
width: 285px;
height: 150px;
overflow: auto;
}
