@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:#660000;
	text-decoration:underline;
}
a:visited {
	color:#5E5437;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	background-color:#660000;
	text-decoration:none;
}
a:active {
	color:#FFFFFF;
	background-color:#370000;
	text-decoration:none;
}
/*************************/
/* End Text Links        */
/*************************/


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


/*************************/
/* Navigation Column     */
/*************************/
#nav {
	width:196px;
	float:left;
}
nav a:link {
	color:#000000;
	background:none;
	text-decoration:none;
}
#nav a:visited {
	color:#000000;
	background:none;
	text-decoration:none;
}
#nav a:hover {
	color:#000000;
	background:none;
	text-decoration:none;
}
#nav:active {
	color:#000000;
	background:none;
	text-decoration:none;
}
/*************************/
/* End Navigation Column */
/*************************/


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

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


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

.tinytext {
	font-size:0.7em;
}
/*************************/
/* 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;
}
.errorfield {
	color:#CC3300;
}
/*************************/
/* End Forms             */
/*************************/
