@charset "UTF-8";

.bold11px {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#TitleGreen {
	background-color: #69134D;
	background-image: url(/images/background-images-mauve/Title-Corner-Mauve.gif);
}
#PanelsLEFTA {
	margin-right: 9px;
	margin-top: 48px;
	margin-left: 211px;
	background-repeat: no-repeat;
	background-color: #69134D;
}#Logo {
	height: 62px;
	background-image: url(/images/background-images-mauve/logo.gif);
	background-repeat: no-repeat;
	width: 760px;
	float: right;
	background-position: top right;
}
#TopLeft {
	padding: 27px 0px 0px 0px;
	width: 211px;
	height: 42px;
	background-image: url(/images/background-images-mauve/topLeft.gif);
}
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/background-images-mauve/background.gif);
	background-repeat: no-repeat;
	background-color: #C1A4B3;
	height: 100%;
	background-position: 50% 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Bottom {
	height: 52px;
	background-image: url(/images/background-images-mauve/bottom.gif);
	background-repeat: no-repeat;
	background-color: #C1A4B3;
}
.thrColFixHdr #footer {
	padding: 0px 10px 0 232px;
	margin: 0px 0 0 0px;
	background-image: url(/images/background-images-mauve/footer.gif);
	background-position: bottom;
	height: 32px;
}
/* CSS Document */



.thrColFixHdr #container {
	width: 975px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/background-images-mauve/container.gif);
	background-color: #FFFFFF;
	background-position: 0 127px;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 15px 10px 0 280px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/background-images-mauve/header.gif);
	height: 43px;
} 

