/* start global body color setting */

body {
	background-color: #dedfe3;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Verdana", san-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	}

/* global width setting */

#wrapper {
	width: 806px;
	background-image: url(../images/shadow.jpg);
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#centerBlock, #footerBlock {
	width: 763px;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#menu {
	position: absolute;
	width: 200px;
	background-color: none;
	left: 18px;
	top: 247px;
	height: 100px;
	line-height: 20px;
	}
	
#menu a, #menu a:hover	{
	font-family: "Verdana", san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b31f17;
	text-decoration: none;
	width: 190px;
	height: 20px;
	display:block;
	}
	
#menu a:hover	{
	background-image: url(../images/rolloverSelect.gif);
	background-position: left middle;
	background-repeat: no-repeat;
	}
	
h1	{
	line-height: 6px;
	text-align: center;
	font-family: "Verdana", san-serif;
	font-size: 14px;
	font-weight: 200;
	color: #eba217;
	}
	
#textBlock {
	
	}
	
#footerBlock {
	height: 82px;
	font-family: "Verdana", san-serif;
	font-size: 10px;
	font-weight: normal;
	color: #eba217;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}

.centerText {
	position: relative;
	left: 250px;
	width: 335px;
	padding-left: 25px;
	}
	
table {
	border-collapse: collapse;
	border: 2px solid white;
	font-family: "Verdana", san-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
th, td {
	height: 25px;
	text-align: left;
	border: 2px solid white;
	background-color: #dedfe3;
	color: black;
	padding: 3px;
	}
	
th	{
	font-weight: bold;
	}
	
td {
	height: 25px;
	border: 2px solid white;
	text-align: center;
	background-color: #dedfe3;
	padding: 3px;
	text-align: left;
	}
