body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

table {
	border:1px solid #A2ADB9;
}

#wrapper {
	position:relative;
	width:800px;
	margin: 0 auto;
	text-align:left;
}

#wrapperinner {
	position:absolute;
}

#background { position:absolute; width:800px; z-index:1; left: 0px; top: 0px; }

#nav {
	position:absolute;
	width:780px;
	height: 50px;
	z-index:2;
	left: 10px;
	top: 105px;
	overflow:hidden;
}

#nav ul.menu {
	margin: 0;
	padding: 0;
}

#nav ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 10px;
	float: left;
}

#nav ul.menu li a {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family:Georgia, "Times New Roman", Times, serif;
  text-align: center;
  border: none;
  color: #000000;
  text-decoration: underline;
  position: relative;
}

#nav ul.menu li > a {
  display: block;
}

#nav ul.menu li a:hover,
#nav ul.menu li a.active {
  border: none;
  background: url("/images/rollover.gif") top left repeat-x; 
  color:#FFFFFF;
  text-decoration: none;
}

#content {
	position:absolute;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	width:400px;
	height:200px;
	z-index:3;
	left: 35px;
	top: 350px;
	overflow:hidden;
	color: #000000;
}

#flash { position:absolute; width:350px; height:310px; z-index:4; left: 451px; top: 290px; }

#copyright {
	width:800px;
	margin-top:40px;
	color: #999999;
	font-size: 10px;
	margin-bottom:40px;
}

#associations {
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
	padding-top:5px;
}

#associations img {
	margin-left:10px;
	margin-right:10px;
}