/** FOR MAIN L+H LAYOUT */body {	margin: 0px;	padding: 0px;	background: #68695E url(images/subpage1_01.jpg) repeat left top;   /* FERN GREEN-SAME AS TITLE */}/** FORMS */form {	margin: 0px;	padding: 0px;}/** HEADINGS */h1, h2, h3, h4, h5, h6 {	margin: 0px;	   /**  CHANGE-ELIMINATED "text-transform: lowercase;"  */	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;   /** CHANGED */	font-weight: normal;}h2 {	font-size: 16px;}/** TEXTS */body, th, td, input, textarea, select {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 13px;	color: #FFF0D1;}p, blockquote, ul, ol, dl {	margin-top: 0px;	margin-bottom: 1em;}.text1 {	line-height: 14px;	font-size: 12px;}.text2 {	text-align: center;	font-size: 10px;	color: #7F4E47;   /** LIGHT BRICK RED */}/** LISTS */.list1 {	margin-left: 0px;	padding-left: 0px;	list-style: none;	line-height: 18px;}/** LINKS */a {	color: #F1BF7E;   /** NEW GOLDER COLOR */}a:hover {	text-decoration: none;}/** STYLES */.style1 {}.style1 a {}.style1 a:hover {}/** BACKGROUNDS */.bg1 { background: url(images/subpage1_02.jpg) repeat-x left top; }.bg2 { background: url(images/subpage1_03.jpg) repeat-y left top; }.bg3 { background: url(images/subpage1_07.jpg) no-repeat left bottom; }.bg4 { background: url(images/subpage1_08.jpg) no-repeat left top; }.bg5 { background: url(images/subpage1_09.jpg) no-repeat left top; }.bg6 { background: url(images/subpage1_10.jpg) no-repeat left top; }.bg7 { background: url(images/subpage1_11.jpg) no-repeat left top; }.bg8 { background: url(images/homepage14.gif) repeat-y left top; }.bg9 { background: url(images/subpage1_13.jpg) no-repeat left top; }.bg10 { background: url(images/subpage2_01.jpg) repeat-y left top; }.bg11 { background: url(images/subpage2_02.jpg) no-repeat left bottom; }.bg12 { background: url(images/subpage2_03.jpg) no-repeat left top; }.bg13 { background: url(images/subpage2_04.jpg) no-repeat left top; }/** MISC */.align-justify { text-align: justify; }.align-right { text-align: right; }img { border: none; }.img1 {	float: left;	margin: 3px 10px 0px 0px;    /** SPACING AROUND SMALL PICS IN TWO-COLUMN CONTENT - IN LEFT BOTTOM BOX OF HOMEPAGE AND SUBPAGE1 LAYOUTS */}.img2 {	float: right;	margin: 3px 0px 0px 15px;}hr { display: none; }.hr1 {	height: 1px;}