@charset "UTF-8";
/* CSS Document */

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: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/newbg.gif);
	background-repeat: repeat-x;
}
.twoColFixLt #container {
	width: auto;
	margin: 0;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 1024px;
	padding-top: 0px;
}
strong {
	color: #060;
}
a {
	color: #060;
	text-decoration: none;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 260px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/newtagline_gray.gif);
	background-repeat: no-repeat;
} 
.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;
}
#logobox {
	height: 150px;
	width: 210px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/newlogo.gif);
	text-indent: -900%;
}
.sidebarcopy {
	height: 400px;
	width: 210px;
}
#navbox {
	height: 140px;
	width: 411px;
	text-align: right;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #060;
}
.twoColFixLt #container #sidebar1 #logobox h1 {
	margin: 0px;
	padding: 0px;
}
#fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
em {
	font-size: 22px;
	line-height: 26px;
	font-style: normal;
}
#Image1 {
	padding-top: 25px;
}
#Image2 {
	margin-top: 25px;
}
