@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Images/BACKGROUNDGRADIENT.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 20px;
	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/BACKGROUNDGRADIENT.jpg);
	background-repeat: repeat-x;
	background-color: #895EBA;
}

.layout-table {
	border:none;
	border-color:#FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	min-width: 960px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	display: block;
	background: white;
}
.oneColLiqCtrHdr #header {
	text-align:center;
	position:relative;
	display: block;
	padding: 0 20px;
	min-height:80px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:30px;
}

.selected {
	border:3px black solid;
	line-height:30px;
}

.unselected {
	border:3px #9933CC solid;
}

.oneColLiqCtrHdr #mainContent {
	background: #FFF;
	position: relative;
	display:block;
	margin: 0px;
	margin-top:-20px;
	padding: 0px 20px;
	min-height:740px;
}
.oneColLiqCtrHdr #footer {
	background-color: #FFFFFF;
	margin:0px;
	position: relative;
	display: block;
	padding: 0px 20px;

} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.head1 {
	color: #400080;
	margin-top:-30px;
}
.oneColLiqCtrHdr #container #mainContent p strong {
	color: #800000;
}
.oneColLiqCtrHdr #container #mainContent p strong {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.oneColLiqCtrHdr #container #mainContent .head1 h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.parag1 {	color: #800000;
}
.parag1 {	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
body,td,th {
	color: #940F08;
}
.heading2 {
	font-family: Georgia, Times New Roman, Times, serif;
}
.oneColLiqCtrHdr #container #mainContent .heading2 {
	color: #400080;
}
.oneColLiqCtrHdr #container #mainContent p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.oneColLiqCtrHdr #container #footer p strong .parag2 {
	color: #400000;
}
.oneColLiqCtrHdr #container #footer p strong .parag2 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.oneColLiqCtrHdr #container #footer p strong .parag2 {
	color: #400000;
}
.oneColLiqCtrHdr #container #footer p strong .parag2 {
	color: #800000;
}
