@charset "utf-8";
html {
   overflow-x: auto;
   overflow-y: -moz-scrollbars-vertical;
   overflow-y: scroll;
}
body  {
	background: #001940;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #999999;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
} 
.twoColFixLtHdr     #sidebar1   {
	width: 200px;
	vertical-align: top;
	background-color: #154281;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10pt;
} 
.twoColFixLtHdr #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 */
}
.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 h1 {
	font-size: 14pt;
	font-weight: bold;
}
.twoColFixLtHdr #container #menu {
	background-color: #154281;
	height: 25px;
}
.twoColFixLtHdr #container #mainContent td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent tr .memberodd {
	color: #CC6666;
}
.twoColFixLtHdr #container #mainContent #links {
	padding-left: 40px;
}
.twoColFixLtHdr #container #mainContent #links p {
	text-indent: -20px;
	padding-left: 20px;
}
.twoColFixLtHdr  #container  #mainContent  #Table_01 td {
	padding-bottom: 0PX;

}
.twoColFixLtHdr #container #mainContent #Table_02 td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.twoColFixLtHdr  #container  #mainContent  h2  {
	font-size: 12pt;
}
.twoColFixLtHdr #container #mainContent .leftimage {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent .rightimage {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.twoColFixLtHdr #container #mainContent #galleryicon {
	text-align: center;
	width: 90px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #galleryicon img {
	border: none;
}

