/* CSS Document */

body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #333333;
	vertical-align: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #a84c0f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #a84c0f;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
p {
	margin: 10px 0px 10px 0px;
}
h1 {
	font-size: 22px;
	color: #a84c0f;
	line-height: 30px;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	padding-bottom: 0px;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.homepageTopBkg {
	background-image: url(../assets/templateAssets/topBkgHome.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

    .menu4 {
      padding-left: 16px ;
	  
    }
    .menu4 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .menu4 li {
      margin: 0;
      padding: 0;
      float: left;
    }
    .menu4 a {
      display: block;
	  padding: 10px;
	  margin: 0px;
      
      text-decoration: none;
	  color: #FFFFFF;
	  font-weight: bold;
	  background-image: url(../assets/templateAssets/greyMenuBkg.gif);
    }
    .menu4 a:hover {
	  display: block;
	  padding: 10px;
	  margin: 0px;
      
      text-decoration: none;
	  color: #000000;
	  font-weight: bold;
	  background-image: url(../assets/templateAssets/greyMenuBkg_o.jpg);
    }



.mainBodyArea {
	background-image: url(../assets/templateAssets/mainBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 30px 0px 30px;
	width: 610px;
	float: left;
}
.mainPageAreaHome {
	background-image: url(../assets/templateAssets/mainBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 30px 0px 30px;
	width: 610px;
	float: left;
}
.mainPageArea img{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.rightColumn {
	background-image: url(templateAssets/rightColumnBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	width: 190px;
	list-style-position: outside;
	list-style-image: url(templateAssets/bullet.gif);
	float: right;
	line-height: 16px;
}
.rightColumn ul{
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
}
.rightColumn li{
	padding-bottom: 5px;
}
.rightColumn a:link {
	color: #a84c0f;
	text-decoration: none;
	
}
.rightColumn a:visited {
	color: #a84c0f;
	text-decoration: none;
	
}
.rightColumn a:hover {
	color: #000000;
	text-decoration: none;
	
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
	background-image:url(../assets/templateAssets/footerShade.gif);
	background-repeat: repeat-x;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.hr {
	color: #999999;
	width: 610px;
	background-color: #999999;
	height: 3px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightSidePullQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #666666;
	text-align: left;
}
.membersTable {
border-top: 6px solid #f3d1a6;
}
.membersTable td{
	padding: 5px;
	border-bottom: 3px solid #f3d1a6;
	line-height: 16px;
}