HTML, BODY, TD, INPUT, SELECT, TEXTAREA {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #000000;
}

INPUT, SELECT, TEXTAREA {
	font-size: 32px;
}

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

#logo {
	display: block;
}

#header {
	background-color: #4966A0;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 640px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 70px;
	width: 640px;
}

#header li {
	display: block;
	float: left;
	text-align: center;
}

#header li a {
	text-decoration: none;
	color: #E9ECF2;
	font-size: 30px;	
	line-height: 30px;
	height: 30px;
	padding: 20px;
	display: block;
	background-repeat: no-repeat;
}

#linknav {
	background: url(./nav.svg) center center no-repeat;
	width: 30px;
}

#header li a.sel {
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
}

.togglebox {
	width: 640px;
	background-color: #E9ECF2;
	overflow: hidden;
	height: 0;
	}

.togglebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.togglebox ul li {
	border-bottom: 1px solid #D7DAE0;
	list-style-type: none;
	background: #E9ECF2 url(./next.svg) right center no-repeat;
}

#homelink {
	background-image: url(./home.svg);
}

.togglebox ul li.divider {
	color: #ffffff;
	list-style-type: none;
	background: #4966A0;
	padding: 20px;
	font-size: 30px;
}

.togglebox ul li a {
	color: #4966A0;
	text-decoration: none;
	font-size: 30px;
	padding: 20px;
	display: block;
}

#searchform {
	display: block;
	margin: 0;
	padding: 0;
	width: 640px;
	height: 94px;
	position: relative;
	border-bottom: 1px solid #D7DAE0;
}

#searchsubmit {
	border: 0;
	background: #4966A0;
	width: 185px;
	height: 64px;
	padding: 0;
	margin:0;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 14px;
	right: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
}

#searchcriteria {
	background: #ffffff;
	width: 406px;
	font-size: 32px;
	color: #4966A0;
	position: absolute;
	left: 16px;
	top: 14px;
	padding: 13px;
	line-height: 38px;
	height:64px;
	border: none;
	outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    margin: 0;
}

#content {
	width: 600px;
	padding: 20px;
}

#footer {
	width: 600px;
	padding: 40px 20px;
	text-align: center;
	color: #666666;
	font-size: 20px;
}

#footer a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#tsform {
	padding: 20px 0;
	margin: 0;
}

#tslogo {
	display: block;
	width: 120px;
	height: 120px;
	border: none;
	float: left;
}

#tslink {
	display: block;
	float: right;
	width: 450px;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	color: #000000 !important;
}

.clearer {
	clear: both;
}