/* CSS Document */

body {
	margin: 0 auto;
	font-family: "Copperplate Gothic Light", Georgia, "Times New Roman", Times, serif;
	color: #293a83;
}

#header, #footer {
	background-image: url(images/LRtextbar-mid.jpg);
	background-repeat: repeat-x;
	height: 47px;
}

#header ul, #footer ul {
	font-family: "Copperplate Gothic Light", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	padding-top: 13px;
	list-style-type: none;
}

#header li, #footer li {
	margin-right: 4px;
	margin-left: 4px;
	display: inline;
}

#content {
	margin-top: 16px;
	text-align: center;
}

.bar-rt {
	float: right;
}

.bar-lt {
	float: left;
}
.signleft {
	margin-left: 14px;
	vertical-align: top;
	margin-top: 24px;
}

#copyright {
	height: 26px;
}

#copyright p {
	font-size: 0.8em;
	color: #293A82;
	margin: 0px 10px;
}

#copyright a:link, #copyright a:visited {
	color: #293A82;
}

#copyright a:hover {
	color: #DF2228;
	text-decoration: none;
}

#copyright .hosting {
	float: right;
	margin-right: 5px;
}

