@charset "utf-8";
body {
	margin: 0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	font-size:13px;
	color:#4a4a4a;
	background-color: #671515;	
}

.header {
width:100%;
height:45px;
background-color: #671515;
}

hr {
border: none 0;
border-top: 1px dotted #e5dbe0;
}

img { border: 0px;}


.topNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:14px;
	margin-right:15px;
	font-size:20px;
	padding-top:10px;
	padding-bottom: 10px;
	border: 0px dashed red;
	float:left;
	background-color:#FFFFFF;
}

.topNav a {
	text-decoration:none;
	color:#8e6279;
}

.topNav a:hover {
	text-decoration: underline;
}

.homeText {
background-image: url(../images/backgroundTree.gif);
background-position:bottom;
background-repeat:no-repeat; 
height:350px;
}

.contentText {
background-image: url(../images/backgroundTree.gif);
background-position:bottom;
background-repeat:no-repeat; 
margin-left:50px;
margin-top: 20px;
width:700px;
}

.homeText_inner {
margin:20px;
}

h1 {
margin-left:-20px;
font-variant:small-caps;
font-family:Georgia, "Times New Roman", Times, serif;
color:#3d3d3d;
font-size:18px;
}

.footer {
background-color: #671515;
height:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF
}

