body {
	background: #111111;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
td,th {
	
	margin: 0; 
	padding: 0;
	text-align: left; 
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
a {
       color: #c80516;
}
a:active {
       color: #c80516;
}
a:visited {
       color: #c80516;
}
a:hover {
       color: #c80516;
}
h1 {
	color: #c80516;
	font-size: x-large;
	margin-top: 0px;
}
h2 {
	color: #c80516;
	font-size: large;
}
h3 {
	color: #c80516;
	font-size: medium;
}
tr {
	vertical-align:top;
}
.main_table {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 0px;
	border: 1px solid #222222;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.top_table {
	width: 950px; /* this overrides the text-align: center on the body element. */
	/*text-valign: bottom;*/
	height: 314px;
	border: 1px solid #222222;
	background-color: #111111;
	background-image: url(design/Header.jpg);
	background-repeat: no-repeat;
	text-indent: 5px;
	line-height: 25px;
}
a.top_table {
	color: #FFFFFF;	
}
.mid_left_table{
	width: 180px;
	text-align: left;
	padding: 5px;
	height: 334px;
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;
}
.mid_right_table{
	width: 770px;
	text-align: left;
	padding: 5px;
	height: 450px;
	border-left-width: 1px;
	border-left-style: groove;
	border-left-color: #999999;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
}
.bottom_table {
	width: 950px;
	color: #000000;
	background-color: #111111;
	background-image: url(design/bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
} 
.a_menu {
	color: #FFFFFF;
	text-decoration: none;
}
.a_menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.a_menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
.a_menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.a_menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
.a_submenu {
	color: #000000;
	text-decoration: none;
}
.a_submenu:hover {
	color: #000000;
	text-decoration: none;
}
.a_submenu:active {
	color: #000000;
	text-decoration: none;
}
.a_submenu:visited {
	color: #000000;
	text-decoration: none;
}
.a_submenu:link {
	color: #000000;
	text-decoration: none;
}
.bottom_left_table {
	width: 180px;
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: top;
}
