@charset "utf-8";
/* CSS Document */

.twoColFixLtHdr #Techcontainer {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/general/backgrounds/techSm.gif);
	background-repeat: no-repeat;
	padding-top: 87px;
}
.twoColFixLtHdr #mainContentTech {
	margin: 0 0 0 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. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #Techcontainer #mainContent2 h1 {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #Techcontainer #mainContent2 h2 {
	font-size: 1.15em;
	margin-bottom: 10px;
}
.twoColFixLtHdr #Techcontainer #mainContent2 p {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
}

#subHead-old {
	float: right;
	width: 615px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subHead {
	float: none;
	width: 600px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-left: 0px;
}

