body {
	font-family:Calibri;
	font-color:#ffffff;
	min-width: 760px;
	background-image:none;
    background-color:#ffffff;
    margin-top:0;
    padding-top:0;
}

* {
	box-sizing: border-box;
}
/* Left Navigation Bar */
.column {
	float: left;
	width: 50%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height:63px;
	background-color: #002D4A;
}

.row:after{
	content: "";
	display: table;
	clear: both;
}

.sidebar {
  height: 100%;
  width: 280px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #002D4A;
  overflow-x: hidden;
  padding-top: 16px;
}

.sidebar a {
	font-family:Calibri;
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 17px;
	color: #ffffff;
	display: block;
}

.sidebar a:hover {
  color: #10AFB5;
}

.main {
  margin-left: 280px; /* Same as the width of the sidenav */
  padding: 0px 0px;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

/* Top Navigation bar */
.topnav {
  overflow: hidden;
  background-color: #002D4A;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family:Calibri;
}

.topnav a:hover {
  background-color: #10AFB5;
  color: black;
}

.topnav a.active {
  background-color: #10AFB5;
  color: white;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
    background-color: #10AFB5;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #10AFB5;
    z-index: 1;
    margin-left: 288px;
}

.subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
}

.subnav-content a:hover {
    background-color: #eee;
    color: black;
}

.subnav:hover .subnav-content {
    display: block;
}

/* Help table setup */
.hlp-table {
    text-align: left;
    border-collapse:collapse;
	width:override;
}

.hlp-table td {
	border: 1px solid gray;
	font-size:14px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.hlp-table th {
	font-family:Calibri;
	font-size: 17px;
	background-color: #002D4A;
	color: #ffffff;
	border: 1px solid gray;
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	vertical-align: top;
}

blockquote {
	font-face: courier new;
	color: blue;
	margin-right: 0px;
	margin-left: 20px;
}

.code {
	font-face: courier new;
	color: blue;
}

.comment {
	font-face: courier new;
	color: green;
}

h2 {
	display: block;
    font-size: 1.5em;
    font-weight: bold;
	background-color: #002D4A;
	color: #ffffff;
}

/* Style the search box */
#mySearch {
  width: 100%;
  font-size: 18px;
  padding: 11px;
  border:1px solid #ddd;
}

{#myfunction {

}