
#body {
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 100%;
	height: auto !important;
}

#header {
	overflow: hidden;
	width: 100%;
}

#header-left {
	float: left;
	padding: 5px;
}

#header-right {
	float: right;
	padding: 5px;
}

#menu {
	overflow: hidden;
	color: white;
	background-color: #790000;
	width: 100%;
}

#menu-left {
	float: left;
	padding: 2px;
}

#menu-right {
	float: right;
	padding: 2px;
}

#content {
	padding: 2px;
	padding-bottom: 15px;
}

#footer {
	color: white;
	background-color: #790000;
	text-align: center;
	height: 15px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	height: 100%;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

#menu select {
	font-family: Verdana;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#menu a {
	color: white;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#menu a:hover {
	color: #e0e0e0;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#submenu {
	width: 100%;
	padding-bottom: 2px;
	border-bottom: solid 1px #790000;
	text-align: center;
}

#submenu a {
	color: black;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#submenu a:hover {
	color: #606060;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

a {
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

th {
	font-family: Verdana;
	font-size: 12px;
}

td {
	font-family: Verdana;
	font-size: 12px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

