@charset "UTF-8";

* {
margin: 0;
padding: 0;
border: 0;

}

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;

}
#container {
	width: 865px;
	margin: 0 auto;
	text-align: left;
	left: auto;
	right: auto;
	background: #FFFFFF;
	height: auto;
} 

#containerindex {
	width: 865px;
	margin: 0 auto;
	text-align: left;
	left: auto;
	right: auto;
	background: #FFFFFF;
	height: auto;
}
#header {
	font-size: 90%;
	width: 865px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/contbanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

#containerindex #header {
	background-image: url(../images/contbkgno-name.gif);
}
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 25px;
}
#mainContent { 
	margin: 0 0 0 250px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#container #splash {
	text-align: center;
	width: 865px;
	
	}
.smallprintsplash {
	font-size: 75%;
	text-align: center;
	margin: 20px 0px 0px;

}
#container #rightsidebarthmbs {
	margin: 0px;
	float: left;
}
#container #bigsidebar {
	color: #000000;
	float: left;
	width: 240px;
	padding: 20px 20px 20px 60px;
	height: 570px;

} 
#footer {
	padding: 0 10px 0 20px;
	background: #000000;
} 
#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 */
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
}
#container #footer a {
	color: #FFFFFF;
}
.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;
}

.stmttextpix {
	text-align: center;
	margin: 0px 0px 0px 50px;
}
.stmtbodytext {
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	margin-top: 20px;
	text-indent: 20px;
	margin-right: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	}
#container #mainContent .bodyital {
	font-size: 90%;
	font-style: italic;

}
.showbodyital   {
	font-style: italic;
}
.showbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.showbodytexttwo {
	font-size: 85%;
	margin-top: 5px;
	margin-left: 500px;
	text-indent: -265px;
}

.showbodytexthree {
	font-size: 85%;
	margin-top: 5px;
	margin-left: 515px;
	text-indent: -265px;

}
.showbodyital   {
	font-style: italic;
}
.showbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.showbodytext {
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	margin-top: 5px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}
.centertext {
	font-weight: bold;
	text-align: center;
	margin-right: 100px;
	margin-left: 10px;
}
.whitetext   {
	color: #FFFFFF;
}

.showbodytextdouble {
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 250px;
	margin-top: 5px;
}

#header1 {
	background: #FFFFFF url(../images/contbanner.gif) no-repeat left top;
	font-size: 90%;
	width: 865px;
	text-align: left;
}

#header copy {
	font-size: 90%;
	width: 865px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/contbkgno-name.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
