@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-color: #ccc;
}


body {
	background-color: #ccc;
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
}


.hovermenu ul{
	font: bold 13px arial;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
	text-align: center;
}
#wrapper_1 {
	height: 2000px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper_2 {
	height: 3500px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	background-color: #CCC;
	height: 90px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pageheader  {
	background-color: #CCC;
	height: 120px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#table_div {
	background-color: #CCC;
	height: 800px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#menu_line_holder  {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.red_text {
	color: #F00;
}




.hovermenu ul{
    font: bold 13px arial;
    padding-left: 0;
    margin-left: 0;
    height: 20px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	text-align: center;
	margin: auto;
	width: 700px;
}

.hovermenu ul li a{
	text-decoration: none;
	float: none;
	color: black;
	background-color: #68c9f7;
	border: 2px solid #09F;
	text-align: center;
	width: auto;
	padding-top: 2px;
	padding-right: 0.5em;
	padding-bottom: 2px;
	padding-left: 0.5em;
}

.hovermenu ul li a:hover{
	background-color: #219cd5;
	border-style: outset;
	width: auto;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
	width: auto;
}
