﻿html, body {
    height: 100%;
    
 

}
body {
    margin: 0;
    padding: 0;
    background-color: #211C21;
    
}
#top {
    position: absolute;
}
h1, p {
    margin: 0;
    padding: 0.3em 0;
}
#container {
    min-height: 100%;
    margin-bottom: -36px;
}
* html #container {
    height: 100%;
}
#footer-spacer {
    height: 36px;
}
#footer {
    border-top: 1px solid #000;
    height: 35px;
}


#addressline {
	height: 33px;
	font-size: small;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 4px;
	color: #000000;
}

td.Subscreen-header {
	height: 33px;
	font-size: large;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	letter-spacing: 4px;
	color: #fff;
	vertical-align: top;
}

td.Subscreen-copy {
	font-size: small;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	letter-spacing: 3px;
	color: #C0C0C0;
	vertical-align: top;
}
table.default-table-style {
	background-color: #211C21;
	vertical-align: top;
}

ul.menu {
	list-style-type: none;
	width: 750px;
	position: relative;
	display: block;
	height: 33px;
	font-size: medium;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 4px;
}

ul.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.menu li a {
	float: left;
	color: #C0C0C0;
	text-decoration: none;
	height: 23px;
	padding: 9px 15px 0;
	font-weight: normal;
	text-align: center;
}

ul.menu li a:hover,.current {
color:#fff;

text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}

/*BLUE*/
ul.menu.blue{
background-color:#211C21;
}
ul.menu.blue li a:hover, .menu.blue li.current {
background-color:#211C21;
}
