@charset "UTF-8";

  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
/* CSS Document */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 60px;
	color: #06266F;
	background-color: #06266F;
}
.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 */
	text-align: center;
	color: #C0C0C0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: center;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #002474;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
} 
.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 */
	text-align: center;
	color: #C0C0C0;
}
#menubar {
	top: 61px;
	height: 30px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	background-color: #6C8CD5;
}



.oneColLiqCtrHdr #container #footer p a {
	color: #C0C0C0;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #footer p {
	color: #333;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #mainContent table {
	padding-left: 5px;
	font-size: 100%;
	text-align: left;
}

.ultablecell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

h2 {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent table tr td strong {
	font-size: 12px;
	text-align: left;
}
.oneColLiqCtrHdr #container #mainContent table tr td .rosterbolds {
	font-size: 12px;
	text-align: left;
}
.oneColLiqCtrHdr #container #mainContent table tr td #roster {
	font-size: 12px;
	text-align: left;
}
.oneColLiqCtrHdr #container #mainContent table tr td #legend {
	font-size: 9px;
	font-weight: bold;
	text-align: left;
}
.oneColLiqCtrHdr #container #footer p a:hover {
	color: #FFF;
}
.oneColLiqCtrHdr #container #footer p {
	color: #C0C0C0;
}
h1 {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent p {
	text-align: left;
	font-size: 12px;
}
#pagenav {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
#officerheader {
	font-weight: bold;
}
#tablecontent {
	font-size: 12px;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
}
.tablehead {
	font-size: 12px;
	background-color: #688BDB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #688BDB;
	border-right-color: #688BDB;
	border-bottom-color: #F00;
	border-left-color: #688BDB;
	font-weight: bold;
	text-align: center;
}
A:visited {
	text-decoration: none;
	color: #002474;
};
#mailform {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.oneColLiqCtrHdr #container #mainContent table {
	text-align: center;
}

