@charset "utf-8";
/* CSS Document */
/*rjj.css */

#frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	color:#990000;
}

#mbody {
	margin: 0px;
	padding: 4px;
	float: left;
	clear: none;
	width: 692px;
	border: solid 1px #999;
	background-color:#EEE;
	margin-top: 10px;
	margin-bottom:10px;
	font: normal 16px/1.2 Georgia, "Times New Roman", Times, serif; 
}

#contentheader {
	background:#fff
}

#currentPage {
	background-color: #990000;
	color: #FFF;
}

#siteInfo {
	visibility:hidden;
	height: 0px;
}

.imgLeft {
	float:left;
	margin: 0px 10px 10px 0px;
	width:auto;
}
.imgRight {
	float:right;
	margin: 0px 10px 10px 0px;
	width:auto;
}

a {
	font-weight: normal;
	color:#330;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

img {
	border: 0; 
}

.TabbedPanelsFooter {
	clear: both;
	width: 100%;
	border: solid 1px #999;
	background-color: #EEE;
/*	margin-top:10px;*/
	font-size:12px;
	height:17px;
}

.TabbedPanelsFooterItem {
/*	position:relative;*/
	float:left;
	background-color: #EEE;
	margin-left:10px;
	margin-right:10px;
	width:auto;
}



#frame  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

/* Image popup code */
.rjjpic{
position: relative;
z-index: 0;
}

.rjjpic:hover{
background-color: transparent;
z-index: 50;
}

.rjjpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.rjjpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.rjjpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
/*position:fixed; */
top: 0px; 
left: 50px; /*position where enlarged image should offset horizontally */
}
