@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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #638D8D;
	background-image: url(images/fmssc-body.jpg);
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color:#330066;
	background-color: #B2FAFF;
	}
.twoColFixLtHdr #container #sidebar1 a {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #5CA1BF;
	background-color: #D4FFFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.twoColFixLtHdr #container #sidebar1 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.twoColFixLtHdr #container {
	width: 813px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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/fmssc-header.jpg);
	height: 154px;
	width: 813px;
	margin: 0px;
	display: block;
} 
.twoColFixLtHdr #headsliver {
	padding: 0;  /* 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/fmssc-header-sliver.gif);
	margin: 0px;
	height: 10px;
	width: 813px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	left: 10px;
	clear: left;
	position: relative;
	background-color: #D4FFFF;
	margin-top: 8px;
	margin-right: 22px;
	margin-bottom: 6px;
	margin-left: 0px;
 }
.twoColFixLtHdr #footer {
	padding: 0;
	background-image: url(images/fmssc-footer.gif);
	margin: 0px;
	height: 34px;
	width: 813px;
	text-align: center;
	position: relative;
	top: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.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;
}
.twoColFixLtHdr #container #mainContent {
	padding-right: 22px;
	padding-left: 4px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 #sidesub {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
 }
.twoColFixLtHdr #container #containersub {
	width: 813px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/fmssc-mid.jpg);
}
.twoColFixLtHdr #container #containersub #mainContent p {
	padding-left: 8px;
}
.HeaderRow {
	color: #FFFFFF;
	background-color: #003333;
	font-size: 16px;
}
.RowOn {
	background-color: #B2DBDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.RowOff {
	background-color: #EEEEEE;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #009999;
}
#footer a:hover {
	color: #0066CC;
}
.twoColFixLtHdr #container #containersub #mainContent .fltrt #sponorcards {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #containersub #mainContent .fltrt #sponorcards p {
	margin: 1px;
	padding: 2px;
}
