@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#3b2e22;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e3d8c6;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align:justify;
	
}

a, a:visited, a:hover, a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ff7200;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #e3d8c6;
	margin: 0px;
	padding: 0px 0px 0px;
}

/* ----------------- divAll centers content ------------------- */
#divAll {
	width: 980px ;
	
 	margin-left: auto ;
    margin-right: auto ;
}

#divTop {
	width: 980px ;
 	margin-left: auto ;
    margin-right: auto ;
	
}

#divBody {
	width: 980px ;
 	margin-left: auto ;
    margin-right: auto ;
	
}

#divFooter {
	width: 980px ;
 	margin-left: auto ;
    margin-right: auto ;
	background:#433325;
}

.Tan11 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #e3d8c6;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align:justify;
}
.Tan12 {
	font-family:  Helvetica,Arial, sans-serif;
	font-size: 12px;
	color: #e3d8c6;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align:justify;
}
.Tan12left {
	font-family:  Helvetica,Arial, sans-serif;
	font-size: 12px;
	color: #e3d8c6;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align:left;
	
}
.Tan13 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #e3d8c6;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align:justify;
}

/* ----------------- Tables ------------------- */
table.MidBackground {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: #909090;
	border-collapse: separate;
	background-position: center top;
	background-image:url(../images/Interior_MidBknd.jpg);
}

/* ----------------- tabes with cell and row dividers ------------------- */
table.TableContent {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #eaeaea;
	border-collapse: separate;
	background-position: center top;
}

table.TableContent th {
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	vertical-align: top;
}
table.TableContent td {
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}

/* ----------------- Form Fields ------------------- */

input, textarea 
{
    background-color : #ffffff; 
	border: 1px solid #3b2e22;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; 
    color : #2e2219;
}

/* ----------------- Bottom Links ------------------- */

.TanFooter {
	font-family:  Helvetica,Arial, sans-serif;
	font-size: 10px;
	color: #ce9d70;
	margin: 0px;
	padding: 0px 0px 0px;
}

.BotLink, .BotLink a, .BotLink a:active, .BotLink a:visited {
	font-family: Helvetica,Arial,  sans-serif;
	font-size: 10px;
	color: #ce9d70;
	text-decoration: none;	
}
.BotLink a:hover {
	font-family:  Helvetica,Arial, sans-serif;
	font-size: 10px;
	color: #ce9d70;
	text-decoration: underline;
}

