html {height: 100%}
body {
	height: 100%;
	font-family: Helvetica, Arial, "sans-serif";
font-size: 0.75em;
min-width: 800px;
}


/**************** header styles **********************/


.swirls {
    width:100%;
    height:100px;
    background-image: url(../image/background.png);
    background-position: center center ;
    background-repeat:  no-repeat;
    background-size: cover;
	background-color: #102759; 
	
}
.aplogo { 	
	float:left;
	height: 100px; 	
	color:#fff;	
	text-align: center;
	font-size: .7em;
	line-height: 1.5em;
	padding-left:14px;
}
.aplogo img {	
	margin-top: 15px;
}

.header-content {
	padding-top:15px;
	height: 100px;
	text-align: center;	
	width:83%; 	
	color:#fff;	
}
.apptitle {color:white; font-size:1.3em; display:block;line-height:1.3em;}
.appname {color:white; font-weight:bold; font-size:2.5em; display:block;line-height:1.1em }


/**************** end header styles **********************/




/**************** right and left column containers **********************/

.tcol-container {
    display: table; 
    width: 99%; 
	height:90%;		
}

.tcol {
    display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	
	
}

.onecol {
    display: table; 
    width: 99%; 
	height:95%;		
}


/**************** end right and left column containers **********************/



/**************** left nav styles **********************/
.lnav {	
	background-color: #102759; 
	width:200px;
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
	 
}

.nav-label {		
	display: block;
	margin: 0;
	padding: 8px 5px;
	background-color: #03457f;
	color:white;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size:1em;
	line-height: 1.1em;
	font-weight: bold;
}

.lnav h4 {
	display: block;
	margin: 0;
	padding: 8px 5px;
	background-color: #03457f;
	color:white;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size:.95em;
	line-height: 1.1em;
	font-weight: normal;	
}
.lnav ul {	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav.lnav .nested-ul li a {
    font-weight: normal;
    list-style-type: disc;
    padding-left: 35px; /* Indent nested links */
}

.lnav ul li a {	
	display: block;
	padding: 8px 5px;
	background-color: #1676c0;
	color:white;
	font-size: 1em;
	line-height: 1.1em;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
}
.lnav ul li a:hover {
	background-color: #102759;
}
.lnav li.selected {
    background: #e0e7ff;
    color: #102759;
    font-weight: bold;
    border-radius: 4px;
}
.lnav li.selected > a {
    background: transparent;
    color: #102759;
    font-weight: bold;
}
.sr-only 
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}
/**************** end left nav styles **********************/



/**************** right column styles **********************/

.maincontent {
	padding: 15px 20px 150px 20px;
	position: relative;	
	background-color: #fff;

}
.maincontentcenter {
	padding: 15px 20px 150px 20px;
	position: relative;	
	text-align: center;

}
span.logout {float:right}
span.logout img {border:none;}
h3 {font-size: 1.15em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}

/**************** end right column styles **********************/



/**************** footer styles (inside right column) **********************/
.foot {	
	position:absolute;
	bottom:0;	
	width: 99%;
	
}
iframe {
	border:none;
	width: 99%;
	
}

nav.tcol.lnav {
    margin: 0;
    padding: 0;
  }

  nav.tcol.lnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  nav.tcol.lnav li {
    margin: 0;
    padding: 0;
    display: block;
  }

  nav.tcol.lnav a, .nav-label {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #fff;
  }
/* Navigation link pointer and selected styles */
nav.lnav a {
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
nav.lnav a.selected {
    background: #e0e7ff;
    color: #102759;
    font-weight: bold;
    border-radius: 4px;
}
/**************** end footer styles (inside right column) **********************/