@charset "utf-8";
body  {
	font: 100%  Arial, Helvetica, Verdana, 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: #000000;
	font-size: .9em;
	background-image: url(../images/backSetting.png);
	background-attachment: fixed;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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;
} 
.twoColFixRtHdr #header {
	height: 192px;
	background-color: #000000;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #59D4DB;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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 */
} 
.twoColFixRtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	height: 122px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 150px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 8px;
	font-size: .9em;
}
.twoColFixRtHdr #container #footer a:link {
	color: #1782C6;
}

.twoColFixRtHdr #container #footer a:visited {
	color: #1782C6;
}

.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;
}
h1 {
	color: #006600;
}
h2 {
	color: #27B24B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #27B24B;
}
h3 {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	background-color: #FFCF82;
	padding-top: 5px;
	padding-bottom: 2px;
	text-indent: 5px;
}
img.thumbs {
	float:left;
	height:75px;
	width:140px;
	margin-right: 25px;
	margin-bottom: 2px;
	border: 1px solid #006600;
}
#thumbContainer {
	z-index:1;
	position:relative;
	width: auto;
	height: 100px;
}
#main {
	position:relative;
	width:auto;
	height:auto;
	z-index:2;
	top: auto;
	margin-top: 150px;
}
.twoColFixRtHdr #container #mainContent #main img {
	border: 1px solid #27B24B;
}
