html {
	height: 100%;
}

body   { 
	color: white;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 0px;
	background-color: #1D1D1D;
	height: 100%;
}

body, td, th   { 
	font-size: 80% 
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

#Main {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1247px;
}


#TopMenuContainer {
	position: relative;
	background-color: black;
	margin-left: 4px;
	width: 99.6%;
}

#TopMenu {
	border: 2px solid #454444;
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	padding: 8px;
	margin-right: 8px;
	font-weight: normal;
	width: 100%;
}

.top_menu_item {
	text-align: center;
	border: 0px;
	font-size: 18px;
	white-space: nowrap;
}

.top_menu_spacer {
	width: 5%;
	color: red;
	text-align: center;
}

.dd_menu_container {
	position: relative;
	width: 0px;
	height: 0px;
}

.dd_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	overflow: hidden;
	z-index: 100;
	margin-top: 8px;
	display: none;
	height: 0px;
	font-size: 14px;
	padding-bottom: 1px;
}

.dd_menu_list {
	background-color: black;
	padding: 1.8ex 2px 2ex;
	border: 2px solid #454444;
	border-top: 0px;
	text-align: center;
}

.dd_menu a {
	display: block;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

#Content {
	width: 100%;
	vertical-align: top;
	margin-left: 1px;
}

#Footer {
	text-align: center;
}

#Footer table {
	width: 100%;
}

#Footer td {
	text-align: center;
}

#Footer ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	text-align: center;
}

#Footer ul li {
	display: inline-block;
	white-space: nowrap;
}

#Footer .spacer {
	color: red;
	width: 5%;
}
