@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFCCFF;
	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: #290140;
}
.oneColFixCtrHdr #container {
	width: 975px;
	background: #FFFFAA;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:#290140 20px double;
}
.oneColFixCtrHdr #header {
	background:url(../images/purpleGradient.jpg);
	padding: 10px 10px 0 20px;  /* 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. */
	border-bottom: #FFFF00 10px double;
	color: #ffff00;
}
.oneColFixCtrHdr #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 */
	color: #ffff00;
}
#Jenn{
	margin:15px auto;
	width:275px;
}

#Filies_logo{
	margin-right:25px;
	z-index: 5;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#nav{
	border:3px solid #290140;
	padding-left: 25px;
	padding-top: 3px;
	height: 115px;
	margin: 3px auto;
	width: 890px;
}

#subnav{
	margin-left: auto;
	margin-right: auto;
	height: 48px;

	
}
#dateformat{
	padding:3px;
	text-align:center;
	margin: 10px 250px;
	font-weight:bold;
	border:2px solid #290140;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:#FFFF00 10px double;
	color: #ffff00;
	background:url(../images/purpleGradient.jpg);
}
.oneColFixCtrHdr #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 */
}
#MTS {
	margin-top:15px;
	padding: 4px 4px;
	text-align: center;
	color:#FFFF00;
	border:#FFFF00 thin inset;
}
.bdrYellow_lrg{
	border:#FFFF00 10px inset;
}
.oneColFixCtrHdr #container #footer #MTS a
{
	color: #FFFF33;
}
.oneColFixCtrHdr #container #footer #MTS a:hover{
	color:#F793E8;
}

.oneColFixCtrHdr #container #mainContent a
{
	color: #FF66CC;
}
.oneColFixCtrHdr #container #mainContent a:hover{
	color:#FFFF33;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgBdrMrg{
	border: thin inset #290140;
	margin:3px 5px;
}
