@charset "UTF-8";
.sprycontainer {
	color: #CCCCCC;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 1200;
}
body  {
	margin: 0 auto;
	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;
	padding: 0;
	clip: rect(auto,auto,auto,auto);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #002D00;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000 url(../imagesrrf/bkgrd_body2.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding-top: 1px;
} 
#contentItems {
	width: 980px;
}
.thrColFixHdr #header {
} 
.thrColFixHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000000;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px;
	margin-top: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	position: relative;
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	padding: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 240px;
	margin-top: 80px;
	width: 525px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #002D00;
} 
.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: 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;
}
.mainbody {
	margin: 0px;
	padding: 5px 30px;
	color: #FFFFFF;
	font-size: 77%;
}
.mainbody a:link {
	color: #00FF99;
	text-decoration: none;
}
.mainbody a:visited {
	color: #33FF99;
	text-decoration: none;
}
.mainbody a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.mainbody a:active {
	color: #33FF66;
	text-decoration: none;
}
.topnav {
	margin: 0px;
	background-color: #000000;
	text-align: center;
	padding: 0px;
	width: 980px;
	height: 25px;
}
.tablemain {
	background-image: url(../imagesrrf/popup2.jpg);
	background-repeat: no-repeat;
}
.mainsubheads {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 1px;
}
.footertext {
	font-size: 70%;
	color: #CCCCCC;
	padding-top: 15px;
}
.footertext a:link {
	color: #CCCCCC;
}
.footertext a:visited {
}
.footertext a:hover {
	font-weight: bold;
}
.footertext a:active {
}
.thrColFixHdr #topSpry {
	padding: 0px;
	width: 980px;
	margin: 0px auto;
	text-align: center;
	z-index: 2200;
	height: 1.8em;
}
.veryshort {
	margin: 0px auto;
	padding: 0px;
	color: #333333;
	font-size: 10%;
}
.thrColFixHdr #mainContent2 {
	padding: 0px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 247px;
	margin-top: 80px;
	width: 510px;
	height: 655px;
	background-image: url(../imagesrrf/popup2.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.listtext {
	font-size: 80%;
	color: #FFFFFF;
	margin-left: 22px;
	margin-right: 35px;
	padding-top: 12px;
}
.listtext a:link {
	text-decoration: none;
	color: #00FF99;
}
.listtext a:visited {
	text-decoration: none;
	color: #00FF99;
}
.listtext a:hover {
	color: #FF6600;
	text-decoration: none;
}
.listtext a:active {
	text-decoration: none;
	color: #00FF00;
}
.mainlarge {
	font-size: 110%;
	font-weight: bold;
	color: #FFFF00;
}
.topphoto {
	padding-top: 26px;
}
.photopagetext {
	color: #CCCCCC;
	font-size: 150%;
	font-weight: bold;
	padding-top: 30px;
	position: relative;
	top: 30px;
}
.floatrightpadded {
	float: right;
	padding-right: 26px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.thrColFixHdr #container2 {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000 no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding-top: 1px;
}
#mainContentLeft {
	width: 225px;
	padding-left: 20px;
}
#mainContentRight {
	float: right;
	width: 225px;
	padding-right: 20px;
	padding-left: 10px;
}
#mainContentpad {
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 247px;
	margin-top: 80px;
	width: 455px;
	background-image: url(../imagesrrf/popup2.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 615px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

