body {
	color: #abdee9; 
	margin: auto;
	background-color: #000;
	}

a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:active {color: #fff; text-decoration: none;}
a:hover, a:focus-within {color: #abdee9; text-decoration: underline;}

form input {padding: 0px; border: 0px; outline: 0; !important;}
form input:active {filter: invert(1); -webkit-filter: invert(1); !important;}

table.main {
	width: inherit;
	height: inherit;
	padding: 1vh;
	vertical-align: top;
	}
	
table.main td.titlebar {
	width: inherit;
	height: 1vh;
	padding-bottom: 0px;
	}

table.titlebar	{
	width: 100%;
	}

table.titlebar td.uscn_logo {
	vertical-align: middle;
	}

table.titlebar td.unisol_logo {
	vertical-align: middle;
	float: right;
	}
    
table.main td.sidebar {
	vertical-align: top;
	width: 10%;
	padding-top: 2.5vw;
	padding-left: 1.5vw;
	padding-right: 2vw;
	text-align: left;
	}

table.contentholder {
	width: 100%;
	height: inherit;
	min-height: 38vmax;
	text-align: left;
    vertical-align: top;
    border-width: 0.2vmax;
    border-color: #abdee9;
    border-radius: 2vmax;
    border-top-style: solid;
    border-left-style: solid;
    padding: 2vmax;
	}

table.contentholder td.notice {
	height: 1px;
	vertical-align: top;
    border-width: 0.2vmax;
    border-color: #abdee9;
    border-radius: 0.5vmax;
    border-style: solid;
    padding: 1vmax;
	background-color: #abdee9; 
	color: black;
	}

table.contentholder td.content {
	padding-top: 2vw;
	padding-left: 6vw;
	vertical-align: top;
	width: 100%;
	}
	
table.info td {
	vertical-align: middle; 
	padding-bottom: 0.5vw;
	padding-left: 0.5vw; 
	}

table.hubmenu td {
	text-align: center;
	vertical-align: middle; 
	padding: 0.5vw;
	background-color: #abdee9;
	color: black;
	}

#tooltip {
  display: none;
}
	
hr.default {
	color: #000; 
	background-color: #000; 
	height: 3px; 
	border: 0px;
	}
	
input {
	font-family: 'Navine';
	font-size: 3vmin;
	background-color: black;
	color: white;
	border-style: solid;
	border-color: #abdee9;
	border-width: 0.15vmax;
	}
	
input.submit {
	background-color: #abdee9;
	color: black;
	border-style: outset;
	border-color: white;
	border-width: 0.15vmax;
	border-radius: 0.5vmax;}

select {
	font-family: 'Navine';
	font-size: 2.5vmin;
	background-color: black;
	color: white;
	border-style: solid;
	border-color: #abdee9;
	border-width: 0.15vmax;
	overflow: hidden;
	}

/* Dropdown Menu Styles */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li.dropdown {
  display: block;
  width: 43vmin;
}

li a, .dropbtn {
	display: inline-block;
	width: 43vmin;
	text-align: left;
	vertical-align: middle; 
	padding: 0.7vmax;
	padding-right: 1.33vmax;
	background-color: #abdee9;
	color: black;
	text-decoration: none;
	font-size: 3.5vmin;
	border-style: solid;
  border-width: 0.1vmax;
  border-color: black;
  border-radius: 0.5vmax;
  font-size: 2.5vmin;
  font-family: JasmineLaslo;
  font-weight: bolder;
}

li a:link, .dropdown:hover .dropbtn, .dropdown:focus-within .dropbtn {
  color: black;
  text-decoration: none;
}

li a:visited, .dropdown:hover .dropbtn, .dropdown:focus-within .dropbtn {
  color: black;
  text-decoration: none;
}

li a:hover, li a:focus-within, .dropdown:hover .dropbtn, .dropdown:focus-within .dropbtn {
  background-color: black;
  color: #abdee9;
  text-decoration: none;
  border-width: 0.1vmax;
  border-color: #abdee9;
  border-radius: 0.5vmax;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  }

.dropdown-content a {
  color: black;
  padding: 0.7vmax;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:focus-within {
	width: 100%;
}

.dropdown:focus-within .dropdown-content {
display: inline-block;
}

/* Base Fonts */

@font-face {
    font-family: 'Navine';
    src: url('fonts/navinedemo-semicondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JasmineLaslo';
    src: url('fonts/jasmine_laslo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }
    
/* Font Sizes */

	body {
		font-family: Navine;
		font-size: 100%;
      }
      
	h1 {
   	  font-family: JasmineLaslo;
      font-size: 5.5vmin;
      }

	h2 {
      font-family: JasmineLaslo;
      font-size: 4.25vmin;
      }

	h3 {
      font-family: Navine;
      font-size: 3.5vmin;
      }
   
   p {
      font-family: Navine;
      font-size: 3vmin;
      }
   
	li {
      font-family: Navine;
      font-size: 3vmin;
      }
      