body
{
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #0088a5;
}

h1
{
	font-size: 2em;
}

h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 2.8em;
}

h3
{
	font-size: 1.6em;
}

p, ul, ol
{
	margin-top: 0;
	line-height: 150%;
}

a
{
	color: #51cdec;
}

.container {
	width: 1280px;
	margin: 0px auto;
}

#header {
	height: 40px;
	margin: 0 auto;
}

#menu
{
	float: right;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

#menu ul 
{
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	margin: 0px;
	padding: 0px 15px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
}

#menu .main_link a
{
	color: #ffffff;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .geography_links, .list_links
{
	display: none;
}

#page
{
	overflow: hidden;
	width: 1280px;
	margin: 0px auto;
}

#content
{
	float: center;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.listtable table
{
	border-style: hidden;
	border-collapse: collapse;
	border: 3px solid black;
	margin-bottom: 20px;
}


.listtable th, .listtable td
{
	border: 1px solid black;
	text-align:left;
	vertical-align:top;
	padding: 5px;
}

.listtable th
{
	font-weight: bold;
	background-color: #00435e;
	vertical-align:bottom;
}

.listtable td
{
	font-weight: normal;
}

tr.r0 td
{
	background-color: #006581;
}

tr.r1 td
{
	background-color: #007a96;
}

.totalrow
{
	background-color: #399ab7;
}

.totalrowcenter
{
	background-color: #399ab7;
}

.totalrowcenter td
{
	text-align:center;
	font-weight: bold;
}

.centeredtable th, .centeredtable td
{
	text-align:center;
}

th.tal, td.tal /* "text align left */
{
	text-align:left;
}

th.tac, td.tac /* "text align center */
{
	text-align:center;
}

a.mbe /* "must be enabled" */
{
	color: #ffffff;
	text-decoration: none;
}

