@charset "utf-8";

body {
	margin:0;
	margin-top:20px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:1.6em;
	color:#000000;
	background:#4a1818 none;
}


/*************************/
/* Text Links            */
/*************************/
a:link {
	color:#FF6600;
	text-decoration:underline;
}
a:visited {
	color:#FF6600;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
}
a:active {
	color:#FFFFFF;
	background-color:#FF6600;
	text-decoration:none;
}
/*************************/
/* End Text Links        */
/*************************/


/*************************/
/* Page Structure        */
/*************************/
#wholepage {
	width: 6.5in;
	margin:0 auto;
}
#header {
	width: 6.5in;
}
#content {
	color:#000000;
	background:#ffffff url(images/bg_content.jpg) repeat-y;
	width: 6.5in;
}
#footer {
	width: 6.5in;
	font-size:0.8em;
	text-align:left;
}
/*************************/
/* End Page Structure    */
/*************************/


/*************************/
/* Navigation Column     */
/*************************/
#nav {
	display:none;
}
/*************************/
/* End Navigation Column */
/*************************/


/*************************/
/* Body Text Content     */
/*************************/
#text_content {
	width:6.5in;
	float:right;
}
ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.4em;
	color:#000000;
	padding-left:0;
}

/*************************/
/* End Body Text Content     */
/*************************/


/*************************/
/* Highlight Classes     */
/*************************/
.section_head {
	font-size:1.4em;
	color:#4F442F;
	margin-top:2em;
	line-height:1.6em;
}
/*************************/
/* End Highlight Classes */
/*************************/


/*************************/
/* Forms                 */
/*************************/
input, textarea, select {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #928660;
}
input:focus, textarea:focus, select:focus {
	background-color: #928660;
	border: 1px solid #BFCF00;
	color:#FFFFFF;
}
input.form-submit {
	background: #BFCF00;
	background-color: #BFCF00;
	border: 2px solid #AABB00;
	font-weight:bold;
	padding:2px;
}
/*************************/
/* End Forms             */
/*************************/
