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: #000000;
	background-color: #999999;
}
.twoColFixRtHdr #container {
	width: 882px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
} 
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header h1 {
	color: #333333;
	padding-left: 20px;
}

.twoColFixRtHdr #container #nav {
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
}
.twoColFixRtHdr #container #nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixRtHdr #container #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 h3 {
	color: #999999;
}
.twoColFixRtHdr #sidebar1 p {
	color: #666666;
	font-size: x-small;
	line-height: 1.5em;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.twoColFixRtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-left: 10px;
	font-size: medium;
	margin-top: -15px;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #999999;
}

.twoColFixRtHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 1.5em;
	padding-left: 20px;
}


.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 50px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: x-small;
	color: #999999;
	text-align: center;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
	padding-left: 20px;
	padding-bottom: 5px;
}
.table th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: medium;
	padding-bottom: 20px;
}

.thumbs {
	color: #666666;
	font-size: x-small;
	float: left;
	width: 200px;
	padding: 10px;
	text-align: center;
	height: 210px;
}
.thumbs img {
	padding-bottom: 5px;
}
.thumbs2 {
	color: #666666;
	font-size: x-small;
	float: left;
	width: 200px;
	padding: 10px;
	text-align: center;
	height: 250px;
}
.thumbs2 img {
	padding-bottom: 5px;
}
.thumbs3 {
	color: #666666;
	font-size: x-small;
	float: left;
	width: 200px;
	padding: 10px;
	text-align: center;
	height: 270px;
}
.thumbs3 img {
	padding-bottom: 5px;
}

.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;
}
