@charset "utf-8";
/* CSS Document */

body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #5C3F1F;
	font-size: 12px;
	margin: 20px;
	line-height: 30px;
}

.brown{
	color: #5C3F1F;
}

.brown_lg{
	color: #5C3F1F;
	font-size: 20px;
}

.green {
	color: #325854;
}


h1 {
	color: #325854;
	font-size: 24px;
}
	
h2 {
	color: #325854;
	font-size: 18px;
	font-weight: bold;
}
	
h3 {
	color: #5C3F1F;
  	font-size:12px;
	font-weight: bold;
   }
   
h4 {
	color: #ffffff;
  	font-size:10px;
   } 

a:link, a:visited {
	color: #325854;
	text-decoration: none;
	border-bottom: 1px dashed;
}    

a:hover {
	color: #5C3F1F;
	text-decoration: none;
	border-bottom: 0px dashed;
}

a.main_nav:link, a.main_nav:visited {
	color: #ffffff;
	font-size: 12px;
	border-bottom: 0px;
}

a.main_nav:hover {
	color: #64AAA0;
	font-size: 12px;
	border: 0px;
}

a.left_nav:link, a.left_nav:visited {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0px;
}

a.left_nav:hover {
	color: #5C3F1F;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffffff;
	border: 0px;
}

.copyright{
	color: #64AAA0;
	font-family: Myriad, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #64AAA0;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #64AAA0;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 0px solid;
}

.img_left {
	border: 0;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.img_right {
	border: 0;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

