@charset "utf-8";
body {
	margin: 0; /* 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: #FFFFFF;
	background-color: #3E3D51;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-repeat: no-repeat;
	background-position: right top;
}
#inText a, a:link, {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
	}
#inText a:hover  {
	text-decoration:none;
	color:#FF0066;
}

#inText a:visited {
text-decoration:underline;
	color: #ff0066;
}


#ttl a, a:link, {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	}
#ttl a:hover  {
	text-decoration:underline;
	color:#FF0066;
}

#ttl a:visited {
text-decoration:underline;
	
}




.oneColLiqCtrHdr #container {
	width: 95%;
	margin: 0  auto; /* this overrides the text-align: center on the body element. */
	min-height: 900px;
	min-width: 1024px;
	background-color:#3E3D51;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;
	margin-bottom: 5px;
	width: 95%;
	margin-top: 10px;
	background-color:#3E3D51;
}
.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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color:#3E3D51;
	margin-top: 20px;
}
.oneColLiqCtrHdr #footer {
	padding: 10 10px;
	background-color:#3E3D51;
} 

/* framing divs to control layout sections */

.oneColLiqCtrHdr #mainleft {
	padding:30px 30px 0px 30px;
	vertical-align: top;
	margin:#848484, 10px 10px 10px 10px;
	background-color:#3E3D51;
	color:#FFFFFF;

	}
.oneColLiqCtrHdr #events {
	border:thin #FF0066 inset;
	padding: 5px 5px 5px 10px;	
}

.oneColLiqCtrHdr #mainright {
	padding:30px 0px 0px 30px;
	background-color:#3E3D51;

}

/* print framing */
.oneColLiqCtrHdr #printframe {
	background-color:#FFFFFF;
	width:350px;
	padding: 10px 10px 10px 10px;
	border: thin solid #000000;
	margin: 0 auto;
}

.oneColLiqCtrHdr #printframing {
	background-color: #666666;
	width:380px;
	padding: 10px 10px 10px 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #848484;
	border-right-color: #848484;
	border-bottom-color: #848484;
	border-left-color: #848484;
	margin-right: 10px;
}

.oneColLiqCtrHdr #printframe250 {
	background-color:#FFFFFF;
	width:250px;
	padding: 10px 10px 10px 10px;
	border: thin solid #000000;
}

.oneColLiqCtrHdr #printframing250 {
	background-color: #666666;
	width:280px;
	padding: 10px 10px 10px 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #848484;
	border-right-color: #848484;
	border-bottom-color: #848484;
	border-left-color: #848484;
}

.oneColLiqCtrHdr #printframe150 {
	background-color:#FFFFFF;
	width:200px;
	padding: 10px 10px 10px 10px;
	border: thin solid #000000;
}




/* end Framing */
.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 */
}

.oneColLiqCtrHdr #header  a, a:link, a:visited {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.oneColLiqCtrHdr #header a:hover {
	color:#FF0066;
	
	}

/* Font Sizing */
.oneColLiqCtrHdr #footer {
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	
	}
	
.oneColLiqCtrHdr #mainright  a, a:link, a:visited {
	font-size:90%;
	color: #ff0066;
	
	}	
.oneColLiqCtrHdr #mainright a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.oneColLiqCtrHdr #selected a, a:link, a:visited{
	color:#FF0066;
}

.selectedURL a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.oneColLiqCtrHdr #tableMargin {
	margin-left:10%;
}

/*spry links */
.spryHover {
	color:#FF0066;
	text-decoration:underline;
}

/* exact font styles */
.contentTD {
	font-size:0.9em;
	color: #FFFFFF;
	font-weight: bold;
}

.specialFeature {
	color:#FF0066;
	font-weight: bold;
	font-size: 1em;
}

.style1 {color: #FFFFFF}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:16px;
		}
.style3 {
	color:#FFFFFF;
	font-size:10px;
}	

.style4 {
	color: #FF0066;
	font-size:1em;
	}

.fieldNames {
	color:#000000;
	}
#album {
	visibility:hidden;
	}
.oneColLiqCtrHdr #events img{
float:left;
padding: 5px 5px 5px 5px;
	
}