@import "nav.css";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/bg.png) 0 0 repeat-x;
	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;

}

.twoColFixLtHdr #container { 
	width: 781px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ccecfa;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
.twoColFixLtHdr #header { 
	background: url(../images/header.png) 0 0 no-repeat;
	height: 82px; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixLtHdr #header h1 { display:none;
}
.twoColFixLtHdr #header p {font-family:Arial, Helvetica, sans-serif; font-size: 0.75em; color:#777777;
}
.twoColFixLtHdr #header a {font-family:Arial, Helvetica, sans-serif; font-size: 1em; color:#777777; text-decoration: none; letter-spacing: .025em;
}
.twoColFixLtHdr #header a:hover { text-decoration: underline;
}
#topLinks { padding: 35px 0 0 390px;
}
input.search  { height: 14px; border: 1px #000066 solid;
}
form.SearchForm{ height: 14px;
}
.button { background:url(../images/go.gif) 0 0 no-repeat; border: 0; width: 20px; height: 16px;
}
.twoColFixLtHdr #header2 { 
	background: url(../images/indexMidimage.jpg) 0 0 no-repeat;
	height: 236px;
	padding: 0;
	margin:0;
} 
/* Header images for each page */
.twoColFixLtHdr #header3 { background: url(../images/midImage3.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header4 { background: url(../images/midImage4.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header5 { background: url(../images/midImage5.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header6 { background: url(../images/midImage6.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header7 { background: url(../images/midImage7.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header8 { background: url(../images/midImage8.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header9 { background: url(../images/midImage9.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header10 { background: url(../images/midImage10.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header11 { background: url(../images/midImage11.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header12 { background: url(../images/midImage12.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header13 { background: url(../images/midImage13.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header14 { background: url(../images/midImage14.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header15 { background: url(../images/midImage15.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header16 { background: url(../images/midImage16.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header17 { background: url(../images/midImage17.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header18 { background: url(../images/midImage18.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header19 { background: url(../images/midImage19.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header20 { background: url(../images/midImage20.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header21 { background: url(../images/midImage21.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header22 { background: url(../images/midImage22.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header23 { background: url(../images/midImage23.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header24 { background: url(../images/midImage24.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}
.twoColFixLtHdr #header25 { background: url(../images/midImage25.jpg) 0 0 no-repeat; height: 236px;	padding: 0;}

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 277px; /* 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: #ccecfa; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 277px 0 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

--> 
.twoColFixLtHdr #bodyContent { width: 741px; margin: 0 auto; padding: 15px 20px 5px 20px;
}
.twoColFixLtHdr #mainContent { float:right;
} 
.twoColFixLtHdr #footer { width: 781px; margin: 0 auto; height: 55px; background: #ffffff url(../images/footer.png) 0 0 no-repeat;
}
.twoColFixLtHdr #footer p { margin: 0; font-family:Arial, Helvetica, sans-serif; font-size: 0.75em; color:#ffffff; padding: 0 0 0 20px; line-height: 22px;
}
#footer .grey { color:#666666;
}
#footer a {color:#666666; text-decoration: none;
}
#footer a:hover { text-decoration: underline;
}
.textRight { float:right; padding-right:15px; color:#666666;
}
.footerBlack { color:#666666;
}
.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 p, ul { font-size: .75em;
}
.twoColFixLtHdr td { font-size: 1em;
}
.twoColFixLtHdr h2 { font-size: 0.9em; color:#333333;
}
.twoColFixLtHdr h3 { font-size: 0.9em; color:#333333;
}

table { width: 100%;  border: 0; cellspacing: 0; cellpadding: 5px;
}
td { vertical-align: top;
}
.form td {font-size: .7em;
}

.bold {font-weight: bold;
}
input.form { height: 16px; border: 1px #000066 solid;
}
textarea.form { border: 1px #000066 solid;
}
.login {font-family:Arial, Helvetica, sans-serif; font-size: 0.75em; line-height: 20px;
}
td.left {text-align:left; }
td.right {text-align:right; }

