@charset "utf-8";

/* BODY */
.bodyClass {
	margin:0px;
	background-color:#231511;
}

.bodyiFrame {
	background-color:transparent;
	scrollbar-face-color:#c8ab40;
	scrollbar-arrow-color:#7f6c26;
	scrollbar-track-color:#7f692a;
	scrollbar-shadow-color:rgb(213,181,67);
	scrollbar-highlight-color:rgb(213,181,67);
	scrollbar-3dlight-color:#a18b34;
	scrollbar-darkshadow-Color:#937e2f;	
}

/* BACKGROUNDS */
.bgMain {
	background-image:url(../images/bgMain.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#231511;
}

.bgContent {
	background-image:url(../images/bgContent.png);
	background-position:top;
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}

/* PADDING */
.padding20 {
	padding:20px;
}

/* BORDERS */
.borderCream {
	border:solid 4px;
	border-color:#937e2f;
}

.borderBrown10 {
	border:solid 10px;
	border-color:#241510;
}

/* FONTS */
/* headings */
.heading_Times_BrownLight_36 {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color:#4d2f27;
	line-height:20px;
}

.heading_Times_BrownDark_36 {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color:#1c110e;
	line-height:20px;
}

/*normal*/
.font_Times_BrownLight_14 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#613f35;
	line-height:17px;
}

.font_Times_BrownDark_14 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#20130f;
	line-height:17px;
}

.font_Times_Beige_RedBack_14 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#c1b47b;
	line-height:20px;
	padding:4px;
	background:#a42208;
}

/* NAVIGATION */
.navigation {
	/*background image */
	background-image:url(../images/bgNav.jpg);
	background-position:center;
	background-repeat:no-repeat;
	/* text */
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#774d41;
	line-height:17px;
}

.navigationFooter {
	/*background image */
	background-image:url(../images/bgFooter-Nav.gif);
	background-position:center;
	background-repeat:repeat-x;
}

a.navigationMain {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#774d41;
	text-decoration:none;
}

a.navigationMain:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#937e2f;
	text-decoration:none;
}

.navigationActive {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#937e2f;
	font-weight:bold;
	text-decoration:none;
}

/* FOOTER */
.footer {
	/*background image */
	background-image:url(../images/bgFooter.gif);
	background-position:center;
	background-repeat:repeat-x;
	/* text */
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#4b3b1b;
	line-height:20px;
}

.footerActive {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#4b3b1b;
	text-decoration:none;
	background:#937e2f;
	padding:2px;
}

a.footerMain {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#4b3b1b;
	text-decoration:none;
	padding:2px;
}

a.footerMain:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#4b3b1b;
	text-decoration:none;
	background:#937e2f;
	padding:2px;
}

/* LINKS */
a.link_Times_Red_14 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#937e2f;
	text-decoration:none;
	background:#231511;
	padding:4px;
}

a.link_Times_Red_14:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#a42208;
	text-decoration:none;
	background:#231511;
	padding:4px;
}

a.link_Times_Beige_RedBack_14 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#c1b47b;
	text-decoration:none;
	padding:4px;
	background:#a42208;
}

a.link_Times_Beige_RedBack_14:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#231511;
	text-decoration:none;
	padding:4px;
	background:#a42208;
}

/* FORMS */
.inputFields {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#231511;
	background-color:#937e2f;
	border:1px solid #d4b644;
}

/* LISTS */
.unorderedList {
	list-style-image:url(../images/bullet.gif);
}