body {
	background-image:url(background-1.jpg);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
}

#wrapper-1 {
	margin: 56px 10% 0px 10%;
	padding: 0px;
	position: relative;
}
* html #wrapper-1  /* this is recognized by IE only */
  {
  width: 80%;  /* total width, only for IE5.x/Win */
  w\idth: 80%; /* content width for other IE */
  padding-top: 56px;
  }

#wrapper-2 {
	background-image:url(background-H.jpg);
	padding: 18px 0px 18px 0px;
	position:relative;
}

#wrapper-3 {
background-image:url(background-V.jpg);
	padding: 0px 18px 0px 18px;
	position:relative;
	height: 100%;
}
.ltmHeaderImage {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px 15px 15px 0px;
	font-size: .7em;
	font-style: italic;
	text-align: center;
}
.ltmTitle {
	text-align: center;
	vertical-align: middle;
	padding: 18px;
}
.ltmImage {
	margin: 15px;
	font-size: .7em;
	font-style: italic;
	text-align: center;
}
.ltmImage p {
	margin: .5em;
}
#content {
background-color:#FFFFFF;
border-color:#cc9933;
border-style:double;
border-width:medium;
padding: 15px;

}

h1, h2, h3, h4 {
	color: #B78A2E;
}

h1 {
	font-variant: small-caps;
	font-size: 1.8em;
}

h2 {
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
}

h3 {
	font-style: italic;
	font-size: 1.3em;
	text-align: left;
	display: inline;


}
.sitelogo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.printlogo {
	display: none;
}
A {
	text-decoration: none
}
A:Visited {

}
A:Link {

}
A:hover {

	TEXT-DECORATION: underline;
}
#footer1 {
	width: 100%;
	clear: both;
	margin: 25px 0px 5px 0px;
 	text-align: center;
	clear: both;
}
#footer2 {
	background-image: url(footer1.gif);
	background-position:bottom;
	background-repeat:repeat-x;
 	text-align: center;
	padding: 25px 0px 8px 0px;
}

#footer3 {
	background-image: url(footer2.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding: 28px 0px 18px 0px;
 	text-align: center;
}
#footer1 a:link, #footer2 a:link {
	color: #fcd94f;
	text-decoration:none;
}
#footer1 a:hover, #footer2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer1 a:visited, #footer2 a:visited {
	color: #CCCC00;

}


.small {
	font-size: .8em;
}

