@charset "utf-8";
body  {
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	
}
.images {
	border: 1px solid #000;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px double #0A2B94;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
.TabbedPanelsContent.TabbedPanelsContentVisible table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #006;
}

#header table {
	padding-left: 5px;
	float: left;
	padding-bottom: 20px;
	width: 800px;
}
#banner {
	float: left;
	width: 800px;
	padding-bottom: 10px;
	background-image: url(../images/header.gif);
	margin: auto;
	height: 175px;
}

.twoColFixLtHdr #header {
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 0px;
} 
.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 */
	font-family: "MS Serif", "New York", serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px none #0A2B94;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: auto;
}
#sidebar1 p img {
	padding-left: 5px;
}

.twoColFixLtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	border: 1px none #0A2B94;
	font-style: italic;
	color: #006;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #0A2B94;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 270px;
	font-size: 10px;
}
#footer {
	font-size: 10px;
}

.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: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.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;
}
#mainContent2 p img {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 150px;
}

