@import url('https://fonts.googleapis.com/css?family=Syncopate');
@import url('https://fonts.googleapis.com/css?family=Georgia');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
* {
	box-sizing: border-box;
}
.header {
	font-weight: normal;
	font-family: sans-serif;
	font-size: 15pt;
	border-width: 2pt;
    border-style: solid;
	background-color: #e9e9e9;
    border-color: #38c;
    color: #333;
}
div#Home_logo {
	margin: 10pt 0 0 20pt;
	float: left;
}
img#Home_logo {
	height: 100pt;
}
#tag_line {
	float: left;
	font-size: 11pt;
	width: 240pt;
	position: relative;
	top: 58pt;
	left: 35pt;
	font-family: Georgia;
}
.accent_tagline {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: Syncopate;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" on;
	color: red;
}
.bold_tagline {
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" on;
	letter-spacing: 0.07em;
	font-family: Syncopate;
	font-size: 15.5pt;
}
.end_tagline {
	font-size: 15pt;	
}
.tabs {
	clear: both;
	margin: auto;
	width: 80%;	
	max-width: 800px;
}
.ui-btn-active > .accent_tagline {
	color: white;
}
.content {
	font-family: Georgia;
	padding: 10pt;
	margin: auto;
	min-width: 400pt;
	max-width: 720pt;
}
.tablist-left {
    display: inline-block;
	min-width: 120px;
	width: 30%;
}
.tablist-content {
    display: inline-block;
	float: right;
    vertical-align: top;
	min-width: 260px;
	width: 65%;
	padding-bottom: 64pt;
}
.header2 {
	font-weight: normal;
	text-align: right;
	font-family: sans-serif;
	font-size: 14pt;
	border-width: 2pt;
    border-style: solid;
	background-color: #e9e9e9;
    border-color: #38c;
    color: #333;
	float: right !important;
	min-width: 100%;
}
.bodytext {
	font-family: Georgia;
	margin: auto;
	font-size: 14pt;
	clear: right;
	margin-top: 50px;
}
a {
	font-weight: bold;
	font-family: Titillium Web;
	color: 38c;
	text-decoration: none;
}
.footer {
	font-family: Georgia;
	font-size: 14pt;
	position: fixed;
    bottom: -15pt;
    text-align: center;
    width: 100%;
	background-color: #e9e9e9;
	padding: 8pt 0pt 24pt 0pt;
 }