@charset "UTF-8";
body {

    background-color: white;
	text-align: center;
	padding: 0;
    height: 100%;
	
}



#top {
    width:100%;
    text-align:center;
	position: relative;
	display: inline-block;
}

#left {
   float:left;
   text-align: left;
	position: absolute;
    bottom: 0;
    width:70%;
	margin-left: 8%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
text-transform:uppercase;
  	

}



#right {
    float:right;
    width:20%;
	padding-top:30px;
	margin-right: 2%;
  
}

#center {
    display: inline-block;
    margin:0 auto;
    width:10%;
   
}

#content {
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
}

a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline overline;
	color: white;
}
a:active {
	text-decoration: none;
}

.credits {
	font-size: 40%;
	text-align: right;
	color: white;
	padding: .5em;
	letter-spacing: .1em;
	font-variant: small-caps;
	font-family: Verdana, Helvetica, sans-serif;
}

ul {
	font-size: 75%;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-left: 10%;
	list-style-type: square;
	text-transform: lowercase;
}
li {
	padding-bottom: 0.5em;
}






.td_navigation_bar {
	text-align: center;
	width: 100%

	color: white;
	font-variant: small-caps;
	text-transform:lowercase;
	font-size:80%;
}
.labels {
	font-weight: bold;
	background-position: left;
}
.site_data {
	text-align: right;
}
.colon_separator {
	font-weight: 400;
	background-position: left;
}

.dataTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
	
}

.title {
	font-family: Verdana, Helvetica, sans-serif;
	
		
	font-variant: small-caps;
	text-transform:lowercase;
	color: white;
	
}


.data {
	position: relative;
	display: inline-block;
	width: 15%;
	height: 10%;
	margin: 0;

}


.td_data {
	position: left;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	margin-top: 15%;
	font-size: 100%;
	  -moz-font-feature-settings: 'onum';
    -ms-font-feature-settings: 'onum';
    -webkit-font-feature-settings: 'onum';
    font-feature-settings: 'onum';
}



.dataValue {
	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 15%;
	font-size: 120%;
	font-variant: small-caps;

}

.dataText {
	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 15%;
	font-size: 110%;
	font-variant: small-caps;
text-transform:uppercase;

}

.hr
{
   
    border: 1px 0 0 0;
	color:white;
}
	 
}
 #dashboard {
    height: 100%;
    display: inline-block
    position: relative;
    width: 100%;
    min-height: 100%;
}
