body {
	background:url(images/page_bg.jpg) repeat-x top #594434;
	margin:0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#790711; /*#3B1406;*/
	line-height:20px;
}

h1 {
	font-size:21pt;
	color:#96010E;
	line-height:28px;
	margin:0;
	padding:0 0 15px 0;
}
h2 {
	font-size:15pt;
	color:#96010E;
	line-height:26px;
	margin:0;
	padding:0 0 15px 0;
}
a{font-weight:bold; color:#2F1501;}
a:hover{color:#790711; text-decoration:none;}
br {
	line-height:14px;
}
blockquote{
	font-weight:bold;
	color:#6D282E;
	line-height:20px;
}
h2{
	line-height:20px;
}
.inlineQuote{
	font-weight:bold;
	color:#6D282E;
}
/* -- NAV -- */
.navContainer{
	position:relative;
	top:143px;
	left:59px;
	width:645px;
	height:23px;
}
.nav {font-size: 15px; font-weight:bold;}
.nav a:link {color: #EAD8C7; text-decoration: none;}
.nav a:visited {color: #EAD8C7; text-decoration: none;}
.nav a:hover {color: #755E4A;}

.noLink {
	color: #321804;
	font-weight:bold; 
	background-color:#EAD8C7; 
}
.tabContainer{
	float:left;
	padding: 0px 12px;
}
.tabLeft{
	position:relative;
	float:left;
	width:12px;
	height:23px;
	background:url(images/tab_left.gif) no-repeat;
}
.tabCenter{
	position:relative;
	float:left;
	width:auto;
	height:23px;
	background-color:#EAD8C7;
}
.tabRight{
	position:relative;
	float:left;
	width:12px;
	height:23px;
	background:url(images/tab_right.gif) no-repeat;
}
.tabLeftNo{
	position:relative;
	float:left;
	width:12px;
	height:23px;
}
.tabCenterNo{
	position:relative;
	float:left;
	width:auto;
	height:23px;
}
.tabRightNo{
	position:relative;
	float:left;
	width:12px;
	height:23px;
}

/* -- PAGE LAYOUT -- */
.pageContainer{
	position:absolute;
	background:url(images/page_sub_bg.jpg) repeat-y top;
	left:8%;
	width:775px;
}
.page{
	position:relative;
	background:url(images/page3.jpg) no-repeat top;
	width:775px;
	padding-bottom:250px;
}
.contentContainer{
	position:relative;
	border:1px solid #9D7A5E;
	border-top:0px;
	background:url(images/flower_bg.jpg) no-repeat top right #EAD8C7;
	top:143px;
	left:57px;
	width:602px;
	padding:23px;
}
.bookmarkContainer{
	position:relative;
	border:1px solid #9D7A5E;
	background:url(images/flower_bg.jpg) no-repeat top right #EAD8C7;
	left:57px;
	width:602px;
	padding:23px;
	margin-top:150px;
}
.content{
	position:relative;
	text-align:justify;
	z-index:5;
}
.spacer{
	position:relative;
	height:500px;
}
.subPageBg{
	position:relative;
	width:648;
	height:auto;
	padding:20px;
	border:1px solid #9D7A5E;
	background:#EAD8C7;
}
/* -- PAGE OBJECTS -- */
.next{
	position:relative;
	float:right;
	background:url(images/more_button.gif) no-repeat left;
	width:117px;
	height:25px;
	color:#790711;
	font-weight:bold;
	z-index:3;
	text-align:center;
	padding-top:3px;
}

.next a{
	color:#EAD8C7;
	font-weight:bold;
	text-decoration:none;
}
.next a:hover{
	color:#EAD8C7;
	text-decoration:underline;
	
}

.textNormal{
	font-size:10pt;
	line-height:20px;
	font-weight:normal;
}
.textLink {
	font-size: 15px; 
	font-weight:bold; 
	line-height:26px;
	background:url(images/bullet.gif)  no-repeat left 12px;
	padding-left:30px;
	margin-left:20px;
}
.textLink a{color: #321804; text-decoration: none;}
.textLink a:visited{color: #755E4A; text-decoration: none;}
.textLink a:hover {color: #96010E; text-decoration: underline;}

.readMore{
	text-align:right;
	font-size:10pt;
	line-height:14px;
	font-weight:bold;
}
.readMore a{color: #321804; text-decoration: none;}
.readMore a:hover {color: #96010E; text-decoration: underline;}

#feedback { border: 1px solid #790711; padding: 10px 10px; width: 220px; float:right;}
label { display: block; clear: left; }
#name { width: 200px; }
#email { width: 200px; }
#message { width: 200px; height: 3em; }