<style>

header {
    background-color:white;
    padding:5px;
	border-bottom-style: solid;
	border-width: 4px;
	border-color: #00264d;
	

}
body{
	border-style: solid;
	border-width: 4px;
	border-color: #00264d;
	background-color:#d9c3ab;
	border-radius: 4px;


}

div#load_screen{
	background: #000;
	opacity: 1;
	position: fixed;
		z-index:10;
	top: 0px;
	width: 100%;
	height: 1600px;
}

div#load_screen > div#loading{
	color:#FFF;
	width:120px;
	height:24px;
	margin: 300px auto;
	
}

oldnav{
    list-style-type: none;
	margin: 0;
	overflow: hidden;
	display: block;
	text-align: center;
    background-color:#434f40;
    height:300px;
    width:100px;
    float:left;
	
    padding:14px 16px;
	font-family: 'Roboto Condensed', sans-serif;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #00264d;
}

.nav{
    border:1px solid #ccc;
    border-width: 1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	background-color:#00264d;
	font-family: 'Roboto Condensed', sans-serif;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
}

section {

    float:left;
    padding:10px;	
	font-family: 'Roboto Condensed', sans-serif;

	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;

	border-width: 2px;
	border-color: #00264d;
	background-color:white;
	height:300px;
    width:350px;


	


}
.EntityList {
    visibility: hidden;
	
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#ffffff;
	height:400px;
    width:500px;
	overflow: auto;

	float: left;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;

	border-width: 2px;
	border-color: #00264d;
	margin: 10px 0 0 100px;  
	padding: 2em;
	border-radius: 4px;	
}

footer {
    background-color:#00264d;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
	font-family: 'Roboto Condensed', sans-serif;	
}
#Disclaimer
{
	background-color:#00264d;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
	font-family: 'Roboto Condensed', sans-serif;	
	border: none;
	cursor: pointer;
	border-radius: 8px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	
}
#Disclaimer:hover
{
	
	
	background-color: #d9c3ab;
	color: #00264d;
	border: solid;
	border-width: 0px;
	border-color: #00264d;
	border-radius: 8px;
	
}
#PrivacyPolicy
{
	background-color:#00264d;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
	font-family: 'Roboto Condensed', sans-serif;
	border: none;
	cursor: pointer;
	border-radius: 8px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	
}
#PrivacyPolicy:hover
{
	background-color: #d9c3ab;
	color: #00264d;
	border: solid;
	border-width: 0px;
	border-color: #00264d;
	border-radius: 8px;
}

a:link, a:visited {
    background-color: #00264d;
    color: white;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 8px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


a:hover, a:active {
    background-color: #d9c3ab;
	color: #00264d;
	border: solid;
	border-width: 0px;
	border-color: #00264d;
	border-radius: 8px;
	padding: 5px 8px;
}

.HeaderDiv
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50pt;
	z-index: 100;  
	left:20%;  
	margin:30px 0 0 100px;  
	height:400px; 

}


.PopOut
{

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12pt;
	top: 30px;
	visibility: hidden;

	position: fixed;
	z-index: 100;  

	text-align: center;

	left: 0;
	right: 0;
	height: 0;
}
/*
.PopOut > Div
{
	display: inline-block;
	text-align: left;
    border: 2px #808080 solid;
	border-radius: 4px;
	background-color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12pt;
    width: 85%;
	height: 500px;
    overflow: auto;
	padding: 1em;
//    box-shadow: 5px 10px #808080 ;
//    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}
*/
.PopOut2
{

	text-align: left;
    border: 2px #808080 solid;
	border-radius: 4px;
	background-color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12pt;
    width: 85%;
	height: 500px;
    overflow: auto;
	padding: 1em;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}

.Washout
{
 background-color:rgba(200, 200, 250, 0.7);
 visibility: hidden;
}



.SearchBox
{
	width: 150px;

  font-family: 'Roboto Condensed', sans-serif;

}

.InspectionContent
{
	visibility: hidden;
	top:50%;  
	left:50%;  
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12pt;
 
  float: left;
  	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-radius: 4px;
	padding: 15px;

	border-width: 2px;
	border-color: #00264d;
	margin: 10px 0 0 100px;  
	overflow: auto;
	height:400px;
	background-color: #ffffff;
}
.InitialContent
{
	top:50%;  
	left:50%;  
 
	height:400px;
	float: left;  
	margin: 10px 0 0 100px;  
}

.HeaderTable
{
	font-family: 'Roboto Condensed', sans-serif;

	width: 100%;
	color: #00264d;
	border-spacing: 10px;
	background-color: white;
	


}



.HeaderTable, td:first-child
{
	

}
.HeaderTable, td:second-child
{


}


.DisclaimerHeaderTable
{
	font-family: 'Roboto Condensed', sans-serif;

	width: 100%;
	color: #00264d;
	border-spacing: 10px;
	background-color: white;



}
.DisclaimerHeaderTable, td:first-child
{


}
.DisclaimerHeaderTable, td:second-child
{


}
.DisclaimerHeaderTable, th:first-child
{


}
.visibility-hidden {
  visibility: hidden;
}

.visibility-visible {
  visibility: visible;
}




</style>