@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/Background_stripe.jpg);
}
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #003;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	color: 003;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	color: #003;
}
img {
	border-style: none;
}

.twoColFixRtHdr #container {
	width: 795px;
	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-image: url(../images/Trythis/trythiscontent_background_stripe.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden
}

.twoColFixRtHdr #header {
	height: 501px;
	width: 795px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;	
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 18px;
	text-align: center;
	overflow: hidden;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
} 
.twoColFixRtHdr #footer {
	background-image: url(../images/Trythis/trythisfooter.jpg);
	height: 162px;
	width: 795px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	vertical-align: text-bottom;
	text-align: left;
	position: relative;
} 

#fine_print {
	font-size: x-small;
	font-style: italic;
	text-align: left;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	height: auto;
	width: 100%;
	left: 4px;
}


.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;
}
.twoColFixRtHdr #container #mainContent p img {
	padding-right: 10px;
}
.twoColFixRtHdr #container #mainContent #RRmenu {
	overflow: hidden;
	}
.twoColFixRtHdr #container #mainContent blockquote p em strong {
	color: #000;
}
