/*Simon R 10-19-09*/
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

body {
	text-align: center;
	background: #ffffff;
	font-family:"Times New Roman",Times,serif;
	color:#333333;
	font-size: 62.5%;
}

#contentRight a {
	color: #a54c16;
}

#contentRight a:hover {
	text-decoration: none;
}

#pageWrapper {
	margin: 44px auto;
	width: 797px;
}

#printLogo {
	display: none;
}

#logo {
	float: left;
	margin: 0px;
}

#logo h1 a {
	display: block;
	width: 206px;
	height: 58px;
	text-indent: -9000px;
	background: url(../images/LTClogowebsite.gif) no-repeat left top;
}

#navigation {
	float: right;
	width: 500px;
	margin: 38px -26px 0 0;

}

#navigation ul li {
	float: left;
	display: block;
	padding: 0 12px 0 0px;
	margin: 0 4px 0 0px;
	height: 15px;
	background: url(../images/vertical-line.gif) no-repeat right top;
}

#navigation ul li a {
	font-size: 1.2em;
	font-family:"Lucida Sans";
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#navigation ul li.noBg {
	background: transparent;
	padding: 0px;
	margin: 0px;
}

#navigation ul li a:hover {
	color: #A54C16;
}

#mastHead {
	float: left;
	width: 797px;
	height: 338px;
	margin: 3px 0 0 0;
	padding: 36px 0 0 0;
	background: url(../images/legacy-beveled-rule.gif) no-repeat top left;
}

#contentWrapper {
	float: left;
	width: 797px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 25px 0 0 0;
		padding: 0 0 70px 0;
}

#contentWrapper p {
	margin: 0 0 24px 0;
}

#contentLeft {
	float: left;
	display: inline;
	width: 214px;
	margin: 0 0 0 30px;
}

ul#message {
	text-align: center;
	font-style: italic;
	color: #9E4915;
	line-height: 1.9em;
	font-size: 1.2em;
	padding: 44px 0 0 0;
}

#contentRight {
	float: right;
	display: inline;
	width: 494px;
	margin: 0px 30px 0 0;
}

#artTag {
	float: right;
	width: 100%;
	padding: 0 0 6px 0;
	text-align: center;
	font-size: 1.3em;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 5px solid #a54c16;
	padding: 6px 0 0 5px;
	text-align: left;
	font-family:"Lucida Sans",Arial,Helvetica,"Microsoft Sans Serif";
	font-weight: bold;
	font-size: 1.23em;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #A54C16;
}

#siteMap {
	float: left;
	width: 100%;
	text-align: center;
	padding: 6px 0 0 0;
}

#siteMap li {
	display: inline;
	font-weight: normal;
	font-size: .9em;
	padding: 0 2px 0 0;
}