html, body {
	height: 99%;
		width: 99%;
color:#333;
background: #D5D5DB url(../graphics/rightmenubg.gif) repeat-x top;
font: normal normal normal 10px/12px Verdana, sans-serif;
 scrollbar-face-color: #E0E0E0;
scrollbar-highlight-color: #9DA1B1;
scrollbar-3dlight-color: #CED1DB;
scrollbar-darkshadow-color: #CED1DB;
scrollbar-shadow-color: #9DA1B1;
scrollbar-track-color: #E0E0E0;
scrollbar-arrow-color: #9DA1B1;
}

a:link, a:visited, a:active {
font-weight:bold;
color:#000000;
background: transparent;
text-decoration: none;
}

a:hover {
font-weight:bold;
color:#760000;
background: transparent;
text-decoration: none;
}

#iframeContainer {
padding-top:8px;
	width:99%;
	height: 99%;
	position: relative;
display: block;
overflow: hidden;
	border: 0px solid red;
}

#iframeLeft {
position: relative;
display: block;
height: 100%;
	width: 5px;
	float: left;
	border: 0px solid red;
	background: transparent;
	color: #617382;
}

#iframeContent {
	position: absolute;
display: block;
	float: right;
left: 8px;
		max-width: 100%;
		border: 0px solid red;
}

/* INLINE IMAGE LINKS */

img {
border: 0px;
}

img.inline {
border: 1px solid #BDBDC3;
}

.inlineimg img{
border: 1px solid #BDBDC3;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
}

.inlineimg:hover img{
border: 1px solid #93969D;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.inlineimg:hover{
color:#93969D; /* irrelevant definition to overcome IE bug */
background: transparent;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
