

td img {
	display: block;
}
h1 {
	font-size: 150%;
	color: #B33800;
}
h2 {
	font-size: 125%;
	color: #B33800;
}
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: #09204F;
	margin-top: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 130%;
	margin-bottom: 20px;

	
}
.twoColFixLtHdr #container {
	width: 970px;  /* 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; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 137px;
	width: 970px;
	float: left;
	display: inline;
} 
.twoColFixLtHdr #logo {
	display: inline;
	float: left;
	padding-bottom: 20px;
	margin-top: 22px;
	margin-left: 36px;
}
.twoColFixLtHdr   #navbox  {
	text-align: center;
	float: left;
	display: inline;
	position: relative;
	top: 91px;
	left: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B23800;
}
.twoColFixLtHdr #topbar {
	background-color: #09204F;
	height: 18px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 395px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	overflow: hidden;
	vertical-align: top;
	
	margin-bottom: 5px;
	top: -1px;
	clear: left;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 405px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer 
{
	width:960px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#09204F;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #associations 
{
	background:#FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.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 */
	color: #FFFFFF;
	font-size: 70%;
	text-align: center;
}
.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: 30px;
}
.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;
}
.bottomPad {
	padding-bottom: 20px;
}
.image_wrap_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}
.image_wrap_right {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
ul {
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	color: #B33800;
	}
li {
	margin:0; padding:0, 0, 0, 0px;
	}
ol{
	margin:0 0 0 0px; padding:0;
	}
.whiteTXT {
	color: #FFFFFF;
}
.blueTXT {
	color: #09204F;
}
.boldTXT {
	font-weight: bolder;
}
.disclaimer {
	font-size: 75%;
	font-style: italic;
}

.boldTXTOrange {
	font-weight: bolder;
	color: #B33800;
}
.boldTXTOrange a{
	font-weight: bolder;
	color: #B33800;
}
.boldTXTOrange :hover{
	font-weight: bolder;
	color: #B33800;
}

ul {
	margin:0 0 0 15px; padding:0;
	}
td img {
	display: block;
}
li {
	margin:0; padding:0, 0, 0, 0px;
	}
ol{
	margin:0 0 0 0px; padding:0;
	
	}
	.PagingSortRow
	{
		width:612px;
	height:auto;
	text-align:right;
	vertical-align:middle;
	float:right;
	line-height:20px;
	padding:0px 10px 10px 5px;
font-size:11px;
	}
	
	
	
	
.PagingSortRow1
{
	width:612px;
	height:auto;
	text-align:right;
	vertical-align:middle;
	float:right;
	line-height:20px;
	font-size:11px;
	
	padding:0px 15px 10px 5px;
}
.PagingSortRow1 a
{
	line-height:20px;
	font-size:11px;	
	text-decoration:none;
	color:Highlight    ; 
	
}
A.linkred:link, A.linkred:active, A.linkred:visited
{
	font-weight:bold;
	color:#09378c;
	text-decoration:none;
	font-size:11px;
	
}
A.linkred:hover
{
	text-decoration:none;
	/*color:#006bbb;*/
	color:#09378c;
	font-size:11px;
}
.Admin_Master_content
{
	height:10px;
	border:2;
	
	
}


