body {
	background-color: #989898;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-left: 10%;
	margin-right: 10%;
	width:960px;
}

#topbar {
	width:960px;
}

#topleft {
	float:left;
}

#toplogo {
	background: url("images/toplogo.png");
	width:567px;
	height:81px;
}
#topmenu {
	background: url("images/topmenu.png");
	width:567px;
	height:44px;
	text-align: left;
}

#menu {
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	size;
	font-size: 13px;
	font-weight: bold;
}

#topright {
	background: url("images/topright.png");
	float:left;
	width:385px;
	height:125px;
}

#main {
	clear: both;
	width:890px;
	height: 500px;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #d3d3d3;
}

#content {
	width:890px;
	background-color: #d3d3d3;
	text-align: left;
	padding:15px 15px 15px 15px;
}

#footer {
	text-align: center;
	font-size: 9px;
}

a {
	color: #505050;
	text-decoration: none;
}

table.table1 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}
table.table1 th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.table1 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}