html, body
{
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Bitstream Vera Sans", Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 85%;
	color: #444444;
}

h3 {
	font-size: 95%;
}

td {
  vertical-align: top;
}

.title {
	font-size: 140%;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle {
	font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

#container
{
	position: relative;
	min-height: 100%;
}
#content
{
	padding-top: 150px;
	margin-left: 300px;
	padding-bottom: 175px;
	width: 50%;
}
#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
    clear: both;
}
#sidebar
{
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	line-height: 0;
}
#slides
{
	position: relative;
	top: -50px;
	background: #000000;
}
#sidebar-spacer
{
	width: 180px;
}
#rightinset
{
	position: absolute;
	top: 200px;
	right: 150px;
	width: 400px;
	text-align: center;
	z-index: -99;
}
#logo
{
	position: absolute;
	top: 30px;
	left: 30px;
}
#download {
  position: absolute; 
  top: 50px; 
  right:130px; 
}

#navbar
{
	margin: 0;
	text-align: center;
    width: 1024px;
}

img
{
	border-style: none;
}
a
{
	color: #7E0A29;
	text-decoration: none;
}
#footer a
{
	color: #444444;
	font-size: 85%;
    margin-top: 5px;
}
#slogans a
{
	color: #444444;
}
a:visited
{
	color: #7E0A29;
}
a:active
{
outline: none;
}

a:focus
{
outline: none;
}
.tablinks {
  text-align: center;
}
.tablinks  a {
  margin-right: 1.5em;
  font-weight: bold;
}

.floatLeft
{
	float: left;
	margin-right: 15px;
}
.floatRight
{
	float: right;
	margin-left: 15px;
}
.text
{
	width: 36em;
    margin-bottom: 1em;
}
#slogans
{
	margin-top: 30px;
	margin-left: 100px;
}
#middle
{
	position: absolute;
	top: 50%;
	left: 50%;
}
