@charset "utf-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.twoColFixLtHdr #container {
	width: 980px;
	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: #FFF;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #333333;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(images/footerbg.png);
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #container #mainContent p {
	line-height: 19px;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #202D53;
	font-size: 26px;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar1 p {
	margin-top: 0px;
	padding-top: 0px;
}
.navtop {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/navhead.png);
	margin-top: 18px;
	background-repeat: no-repeat;
	font-size: 13px;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.twoColFixLtHdr #container #sidebar1 .navtop {
	padding-top: 6px;
}
.headings {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/headings.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent .headings {
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent table tr td {
	font-size: 13px;
	color: #333;
	line-height: 19px;
	padding-right: 5px;
	padding-left: 5px;
}
.reviewdiv {
	font-size: 13px;
	color: #FFF;
	line-height: 19px;
	padding: 13px;
	background-image: url(images/reviewdiv.png);
	background-repeat: no-repeat;
}
.reviewdivhead {
	font-weight: bold;
	color: #CCC;
}
.floatleft {
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.twoColFixLtHdr #container #mainContent .reviewdiv p {
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent .reviewdiv .reviewdivhead {
	color: #0C0;
}
.ttop {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/ttopbg.png);
	padding: 5px;
}
.tcell {
	color: #333;
	background-image: url(images/tcell.png);
	padding: 3px;
}

img {border: 0}.twoColFixLtHdr #container #mainContent .reviewdiv p a {
	color: #0C0;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .reviewdiv p a:hover {
	color: #3CC;
	text-decoration: none;
}
.para-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #00CC00;
	margin-left: 20px;
	line-height: 20px;
}

