@charset "UTF-8";
#container {
	background-image: url(../TIDC/images/performance%20bkgd%20sm.jpg);
	background-repeat: repeat-y;
} 
#header {
	padding: 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. */
	height:195px;
	float: left; /* since this element is floated, a width must be given */
	width: 955px;
	margin: 0 auto;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
#header h1 {
	padding-top: 50px;
	padding-left: 87px;
	padding-bottom: 0;
	padding-right: 0;
}
#header h2 {
	padding-top: 30px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	font-size:24pt;
	font-weight:100;
}
#header h3 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	margin:0 auto;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding-right:0px;
	padding-left:0px;
	padding-bottom:40px;
	padding-top: 15px;
	color: #FFF;
	font-size: 14pt;
}
#sidebar1 a:link {
	text-decoration: none;
	color: #FFF;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #FFF;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #B7121F;
}
#sidebar1 a:active {
	text-decoration: none;
	color: #B7121F;
}
#mainContent { 
	margin: 0px 0px 0px 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. */
	vertical-align: top;
	padding-bottom:40px;
	padding-top: 20px;
}
#mainContent p {
	padding: 3px 0 3px 0;
	font-size: 10pt;
}
#mainContent h4 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
#mainContent h5 {
	padding: 10px 0 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
#mainContent h6 {
	padding: 0;
	font-size: 8pt;
	font-weight: normal;
}
#mainContent ul {
	padding: 0 0 0 20px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
}
#footer p {
	padding-left: 180px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bgimage {
	min-height:100%;
	background-position: top right;
	background-repeat: no-repeat;
}
