body {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #B8B894;
}
.hdr_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B8B894;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #57584A;
}
.text_margin {
	padding: 10px;
}
.main_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #903D1B;
}
.2nd_header {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #707058;
}
a:link {
	color: #642713;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #642713;
}
a:hover {
	text-decoration: none;
	color: #9B3E1E;
}
a:active {
	text-decoration: underline;
	color: #642713;
}
.bg_norepeat {
	background-repeat: no-repeat;
}
.small_txt {
	font-size: 10px;
}
.storycontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #57584A;
}
.cDaughterMain{; margin: 5px; padding: 5px; font-size: 13px; } 
.cDaughterMain a {display: inline;} 
.cDaughterMain a:link, .cDaughterMain a:visited {font-weight: bold;	padding: 5px 2px 5px 0px;	color: #ffffff;	text-decoration: none;} 
.cDaughterMain a:hover{ font-weight: bold;	color: #642713;	text-decoration: none;} 

.cParentMain{margin: 0px; padding: 10px 0px 0px 0px; font-size: 13px;} 
.cParentMain a {display: inline;} 
.cParentMain a:link, .cParentMain a:visited{font-weight: normal;	padding: 5px 3px 5px 8px;	color: #642713;	text-decoration: underline;} 
.cParentMain a:hover{
	font-weight: normal;
	color: #471D0E;
	text-decoration: none;
}

ul.topnav {
	list-style: none;
	padding: 0px;
	margin: 0;
	float: left;
}
ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover {
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 53px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 313px;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	clear: both;
	width: 313px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 313px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222;
}
.sidebarWhite {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
