@charset "UTF-8";
body{
margin: 0; /* Remove default margin */
}
#headContainer {
 z-index: 1;
    position: fixed;
    width: 100%;
    margin-top: 0px;
    height: 200px;
    background-color: #668284;
    margin-bottom: 10px;
	align-content: center;
	background-image: url("images/RF-header-bg.png");
	background-repeat: repeat-x;
	overflow: auto;}
#clear{clear: both}
#navContainer{
	height: 22px;
	width: 100%;
	position: fixed;
 	margin-top: 200px;
	align-content: center;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color: #434343;
	padding: 12px;
	color: #e6ae4d;
}
#iframeContainer{
margin-top: 240px;}
#contentContainer{
margin-top: 240px;}
iframe{      
display: block;  /* iframes are inline by default */   
height: 100vh;  /* Set height to 100% of the viewport height */   
width: 100vw;  /* Set width to 100% of the viewport width */     
border: none; /* Remove default border */
}
img {
   display: block;
      margin: 0 auto;
  height: 100%; /*height of parent container*/
}
	
a:link {
	color: #ed752e;
	text-decoration: none;
}
a:active {
	color: #ed752e;
	text-decoration: none;
}
a:visited {
	color: #ed752e;
	text-decoration: none;
}
a:hover{
	color: #e6ae4d;
	text-decoration: none;
}
a.white:link {
	color: #fff;
	text-decoration: none;
}
a.white:active {
	color: #fff;
	text-decoration: none;
}
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover{
	color: #e6ae4d;
	text-decoration: none;
}

.tableTitle {
	font-family: 'Open Sans', sans-serif;
	color: #cb5724;
	font-size: 30px;
}
.title {
	font-family: 'Open Sans', sans-serif;
	color: #cb5724;
	font-size: 20px;
	text-align: right
}
.table {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cb5724;
	line-height: 18px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}
/* CSS Document */