@charset "ISO-8859-1";
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: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333366;
}
.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; /* 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. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 150px;
} 
.twoColFixLtHdr #header2 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header2.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #header3 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header3.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #header4 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header4.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #header5 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header5.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #header6 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header6.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #header7 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header7.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #header8 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header8.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #header9 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header9.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #header10 {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/Header10.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.headerBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333366;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	padding-top: 3px;
}
.headerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
.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 */
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
}
.sidebarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* 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: FFFFFF;
	background-image: url(images/nav1.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* 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: FFFFFF;
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* 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: FFFFFF;
	background-image: url(images/nav3.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar4 {
	float: left; /* 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: FFFFFF;
	background-image: url(images/nav4.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar5 {
	float: left; /* 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: FFFFFF;
	background-image: url(images/nav5.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar6 {
	float: left; /* 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: FFFFFF;
	background-image: url(images/nav6.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar7 {
	float: left; /* 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: FFFFFF;
	background-image: url(images/nav7.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar8 {
	float: left; /* 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: FFFFFF;
	background-image: url(images/nav8.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tintBoxWithText {
	background-color: #E5E5E5;
	padding: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.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; 
} 
.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 */
}
.finePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.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;
}
.bullets {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(images/bullet.jpg);
}
li {
	list-style-position: outside;
	list-style-type: square;
	text-indent: -3px;
	text-align: left;
	white-space: normal;
	margin-left: -10px;
}
#spanish {
	float: right;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 270px;
	padding-right: 15px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #900;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
}
a:link {
	text-decoration: none;
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333366;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
}
#mainContent a {
	color: #333366;
	font-size: 13px;
	line-height: 18px;
}
#mainContent a:hover {
	color: #990000;
}
#mainContent a:visited {
	color: #333366;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	list-style-type: square;
	list-style-position: inside;
	background-color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #990000;
}
h2 {
	font-size: 16px;
	color: #666666;
}
#sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 15px;
}
#sidebar2 a:hover {
	color: #990000;
}
#sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 16px;
}
#sidebar1 a:hover {
	color: #990000;
}
#sidebar3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 15px;
}
#sidebar3 a:hover {
	color: #990000;
}
#sidebar4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 15px;
}
#sidebar4 a:hover {
	color: #990000;
}
#sidebar5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 15px;
}
#sidebar5 a:hover {
	color: #990000;
}
#sidebar6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 15px;
}
#sidebar6 a:hover {
	color: #990000;
}
#sidebar7 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 15px;
}
#sidebar7 a:hover {
	color: #990000;
}
#sidebar8 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 15px;
}
#sidebar8 a:hover {
	color: #990000;
}
.twoColFixLtHdr #container #mainContent #Form #form {
	color: #666666;
	background-color: #EBEBEB;
}
.FltRight {
	float: right;
	margin-left: 20px;
}
.FltLeft {
	float: left;
	margin-right: 15px;
}
