@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #000;
}


.twoColElsLtHdr #container { 
	width: 927px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	background-image: url(images/background_new.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColElsLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0px;
} 

.twoColElsLtHdr #nav {
	padding: 6px 10px 0 30px;
	height: 24px;
	background-image:url(images/navback1.jpg);
	background-repeat:no-repeat;
	background-position: left top;
} 
.twoColElsLtHdr #statement { 
	padding: 6px 0px 6px 0px;
} 

.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}


.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 350px;
	padding: 0 20px 0 20px;
	font-size: 14px;
}
.twoColElsLtHdr #sidebar2 {
	float: left;
	width: 921px;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColElsLtHdr #mainContent {
	margin: 0 20px 0 400px;
	font-style: italic;
	font-weight: bold;
} 

.twoColElsLtHdr #mainContent2 {
	margin: 0 30px 0 30px;
}

.twoColElsLtHdr #info { 
	padding: 0 30px; 
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; 
	background: #000;
} 
.twoColElsLtHdr #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 */
	text-align: center;
	color: #FFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.fltrt { 
	margin-left: 0px;
}
.fltlft { 
	float: left;
	margin-right: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navtop {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #E6DDCC;
	text-decoration: none;
}
.navtop:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #958459;
	text-decoration: none;
}
.twoColElsLtHdr #container #sidebar1 p {
	font-size: 12px;
}
.twoColElsLtHdr #container #sidebar1 h3 {
	font-size: 18px;
	color: #942837;
}
h1,h2,h3,h4,h5,h6 {
	font-style: italic;
}
h3 {
	font-size: 16px;
	color: #922834;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #900;
	text-decoration: none;
}
.times2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.times1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
 
