/*Headers*/
H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#54342E;
	line-height: 17px;
}

/*Subheaders*/
H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px; 
	font-weight: bold;
	color: #A66859;
	line-height: 17px;
}

/*General Content*/
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color:#54342E;
	line-height: 17px;
}

/*Footer*/
H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;  
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #A96656;
	text-decoration: none;
	line-height: 17px;
}

.footerlink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #57352D;
	text-decoration: none;
	background:none;
	line-height: 17px;
}


/*Content Links*/
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #A66859;
	line-height: 17px;
	text-decoration: none;
	background: none;
}

.link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #4B2522;
	line-height: 17px;
	text-decoration: underline;
	background: none;
}
.link2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #A66859;
	line-height: 17px;
	text-decoration: none;
	background: none;
}

.link2:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #4B2522;
	line-height: 17px;
	text-decoration: underline;
	background: none;
}
/*Page Properties*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #FAECE1;
}
	
/*Content default*/
td {
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px;  
	font-weight: normal;
	line-height: 17px; 
	color: #54342E;
	text-align:left;
}

/*Pictures*/
.picborder {
	border: 1px solid #ECE0DD;
}

.picRight {
	border: 1px solid; 
	border-color:#ECE0DD; 
	float:right; 
	margin-left:15px;
}

.picLeft {
	border: 1px solid; 
	border-color:#333333; 
	float:left; 
	margin-right:20px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 13px;
	BORDER: #CCCCCC 1px solid;
	color: #522319;
	width:200px;
	background-color: #FEF6F3;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:90px;
	background-color: #B46E70;
}.no-rep {
	background-repeat: repeat-x;
}

/* Headers */

.subheader_01 {
	font:bold 14px "Times New Roman", Times, serif;
	border-bottom: 1px solid #A66859;
	color: #AC4232;
}
.list {
	text-align: left;
	list-style-type: disc;
	margin-left: 1px;
	display: block;
	padding-left: 2em;
}
.list2 {
	list-style-type: circle;
	list-style-image: url(images/icon-triangle.gif);
	font-weight: bold;
	color: #A66859;
}
