@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.thrColFixHdr #container {
	width: 798px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
} 
.thrColFixHdr #header {
	height: 115px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F93;
	padding: 0px;
	background-image: url(../images/headerbackground.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/Notebookback.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 175%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 185px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-image: url(../images/mainback.gif);
	text-align: left;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 150%;
} 
.thrColFixHdr #footer {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	margin-bottom: 40px;
	font-size: 12px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #AAA9A9;
	margin-top: 15px;
	padding-left: 5px;
	height: 50px;
	background-image: url(../images/footerlogo.png);
	background-position: right;
	background-repeat: no-repeat;
} 
.thrColFixHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 250%;
	text-align: left;
}
.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;
}
#sidebar1 h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #616161;
	text-align: left;
	font-weight: bold;
	margin: 0px;
}
.thrColFixHdr #container #header .logo a .thrColFixHdr {
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 5px;
}
#abovefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 80px;
	text-align: left;
	background-image: url(../images/backgroundfoot.png);
}
.thrColFixHdr #container #sidebar2 h3 {
	text-align: center;
}
#upgrade {
	text-align: center;
}
