@charset "utf-8";
/* CSS Document */
#mainText {
	background:url(images/links-bg.png) top left no-repeat;
}

#specificText.linksText {
	margin-top: 80px;
	margin-left: 24px;
}
/* Override the contact and copyright to adjust the padding to insure they display 
   properly in the new mainText width */
#specificText.linksText h1 {
	width: 12em;
	height: 1.4em;
	margin-top: .5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 0;
	padding-bottom: .5em;
	padding-top: .5em;
	padding-left: .25em;
	padding-right: 1.05em;
	font-size: 2em;
	font-weight: bold;
	text-decoration: underline;
	background: url(images/lcms_cross-small.gif) top right no-repeat;
}

ul#links {
	margin: 0;
	padding: 0;
	margin-top: -.75em;
	margin-left: 3em;
	margin-bottom: 1em;
	background-image:url(images/lcms_cross-small.gif) top right no-repeat;
}

ul#links li {
/*		color: #E4911D; */
	margin-top: 0;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	list-style: inside disc;
	text-align: left;
}

ul#links a {
	font-family "Lucida Sans", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

ul#links a:hover {
/*	margin-right: 1.5em;
	padding-right: 1.5em;
	border: 1px dashed #803D2D;
	background: url(images/lcms_cross-ico.gif) top right no-repeat; 
	background-color: #E4911D; */
}


/* Override the contact and copyright to adjust the padding to insure they display 
   properly in the new mainText width */
.linksText #contact {
	padding-left: 18%;
	padding-right: 22%;
}

.linksText #copyright {
	padding-left: 15%;
	padding-right: 19%;
}

.linksText #theEnd {
	margin: 0;
	margin-top: 10%;
	margin-left: 12%;
	margin-right: 16%;
}

.linksimage {
	margin-top: -15px;
	margin-left: 6px;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 4px;
	background-color:#803D2D;
	border: 1px solid black;
}

