/* CSS Document */html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, address, blockquote, table, td {margin: 0;padding: 0;border: 0;}body {	background-color:#FFFFFF;	background:url(images/bkgrd_slice.jpg);	background-repeat:repeat-x;	text-align: center;	margin: 0;	padding: 0;	border: 0;	color: #000000;	font-family:Arial, Helvetica, sans-serif;	font-size: small;				}		#container {	margin: 0 auto;	padding: 0;	border: 0;	text-align: left;	width: 981px;	background-color: #FFFFFF;	 } #hdrContainer{width:925px; height:113px;z-index:1; visibility:visible;}#flashContainer{width:696px; height:178px;z-index:400; visibility:visible;}#hdrRt{width:251px; height:113px;z-index:3; visibility:visible;}#navMenu{width:925px; height:25px;z-index:4; visibility:visible;}#midHdr{	margin-top: 0;	padding: 0px 0px 0px 0px;	height:113px;}/*Ordered and Unordered Lists*/ul {	margin-top: 0px;}li {	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	padding-top: 2px;}ol {	margin-top: -21px;}#sidebar{float: left; 	width: 170px; /* since this element is floated, a width must be given */	background:url(images/left_side_bkgrd.jpg); /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px 0px; /* top and bottom padding create visual space within this div */}#sidebarTxt{margin: 10px 10px 10px 10px;}#sidebarGreen{margin: 10px 10px 10px 10px;background-color:#b3d88b;}.sidebarTxt    { 	font-style: normal; 	font-weight: normal; 	font-size: 11px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif;	margin-top: 0;	padding-top: 0px;	padding-bottom: 0px;	padding-right: 10px;	padding-left: 10px;	color: #000000; 	}		.sidebarBold    { 	color: #263F6A; 	font-style: normal;	font-weight: bold; 	font-size: 13px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif; 	}#mainContainer {	margin: 0 0px 10px 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */} #mainContent {	margin: 10px 30px 10px 10px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */	} #dblContent {	margin: 40px 20px 20px 20px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */	}  #rightContent {	margin: 20px 20px 20px 20px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */}#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 */}/* Miscellaneous classes for reuse */.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 like before the footer*/	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}     #topbar{	margin-top: 0;	padding: 0;	}#formBox{	margin-top: 0;	padding-top: 2px;	padding-bottom: 2px;	padding-right: 2px;	padding-left: 2px;	color: #FFFFFF;	font-family:Arial, Helvetica, sans-serif;	font-size: small;}.main{	text-align:left;	vertical-align:top;	margin-top: 0;	padding-top: 10px;	padding-bottom: 10px;	padding-right: 40px;	padding-left: 10px;	color: #000000;	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	}		.mainSub{	text-align:left;	vertical-align:top;	margin-top: 0;	padding-top: 10px;	padding-bottom: 10px;	padding-right: 20px;	padding-left: 10px;	color: #000000;	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	}.frame{	height:auto;	text-align:left;	vertical-align:top;	margin-top: 0;	padding-top: 0px;	padding-bottom: 0px;	padding-right: 0px;	padding-left: 0px;	color: #000000;	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	}.footerLeft{	text-align:right;	vertical-align:bottom;	margin-top: 0;	padding-top: 5px;	padding-bottom: 0px;	padding-right: 5px;	padding-left: 5px;	color: #CDCCCD;	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	}	.footer{	text-align:left;	vertical-align:bottom;	margin-top: 0;	padding-top: 5px;	padding-bottom: 0px;	padding-right: 5px;	padding-left: 5px;	color: #CDCCCD;	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	}	.footerCtrBox{	text-align:center;	vertical-align:bottom;	margin-top: 0;	padding-top: 5px;	padding-bottom: 0px;	padding-right: 40px;	padding-left: 40px;	color: #CDCCCD;	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	}		.footerRtBox{	text-align: right;	vertical-align:bottom;	margin-top: 0;	padding-top: 5px;	padding-bottom: 0px;	padding-right: 35px;	padding-left: 5px;	color: #CDCCCD;	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	}	.h1    { 	color: #B02C1B; 	font-style: normal; 	font-weight: bold; 	font-size: 17px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif; 	}	.h2    { 	color: #026F52; 	font-style: normal; 	font-weight: bold; 	font-size: 14px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif; 	}	.h3    { 	color: #026F52; 	font-style: normal; 	font-weight: bold; 	font-size: 11px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif; 	}	.p1    { 	color: #263F6A; 	font-style: normal; 	font-weight: normal; 	font-size: 11px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif; 	}	.pBlack    { 	color: #000000; 	font-style: normal; 	font-weight: normal; 	font-size: 11px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif; 	}	.breadCrumb    { 	color: #000000; 	font-style: normal; 	font-weight: normal; 	font-size: 9px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif; 	}		.breadCrumbRight    { 	color: #000000; 	font-style: normal; 	font-weight: normal; 	font-size: 9px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif;	text-align:right 	}	.midHdr    { 	text-align: right;	color: #263F6A; 	font-style: normal; 	font-weight: normal; 	font-size: 9px; 	line-height: normal; 	font-family:Arial, Helvetica, sans-serif; 	}	a:visited {	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	color: #026F52;	text-decoration:underline;}a:link {	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	color: #026F52;	text-decoration:underline;}a:hover {	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	color: #B02C1B;	text-decoration:underline;}a:active {	font-family:Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	color: #B02C1B;}.breadCrumb a:visited {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #034EA2;	text-decoration:underline;}.breadCrumb a:link {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #034EA2;	text-decoration:underline;}.breadCrumb a:hover {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #666666;	text-decoration:underline;}.breadCrumb a:active {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #666666;	text-decoration:underline;}.midHdr a:visited {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #034EA2;	text-decoration:underline;}.midHdr a:link {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #034EA2;	text-decoration:underline;}.midHdr a:hover {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #666666;	text-decoration:underline;}.midHdr a:active {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #666666;	text-decoration:underline;}.footer a:visited {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #CDCCCD;	text-decoration:underline;}.footer a:link {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #CDCCCD;	text-decoration:underline;}.footer a:hover {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #FFE6A3;	text-decoration:underline;}.footer a:active {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #FFE6A3;	text-decoration:underline;}.footerRtBox a:visited {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #CDCCCD;	text-decoration:none;}.footerRtBox a:link {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #CDCCCD;	text-decoration:none;}.footerRtBox a:hover {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #FFE6A3;	text-decoration:underline;}.footerRtBox a:active {	font-family:Arial, Helvetica, sans-serif;	font-size: 9px;	font-style: normal;	color: #FFE6A3;	text-decoration:underline;}