*
{
	margin: 0;
	padding: 0;
}

h1
{
	display: table-cell;
	font-size: 18px;
	line-height: 63px;
	text-align: center;
	height: 63px;
	width: 595px;
	background: transparent url('../images/marquee.gif') no-repeat 50%;
}

h3
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 1em;
}

body
{
	color: #FFF;
	background: #000 url('../images/stage_bg.gif') no-repeat 50% 0 fixed;
}

#content
{
	padding-top: 165px;
	padding-bottom: 174px;
}

.highlight
{
	font-weight: bold;
}

body, td, th
{
	font-family: verdana;
	font-size: 12px;
}

th
{
	text-align: center;
	font-weight: bold;
}

#header
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 165px;
	z-index: 5;
}

ul
{
	list-style: inside;
	padding-left: 25px;
}

#menu_container
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

#menu
{
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 851px;
	z-index: 10;
	list-style-type: none;
}

#menu li
{
	display: table-cell;
	color: #FFF;
	text-align: center;
		
	/* Doesn't work in IE 6 Win */
	vertical-align: bottom;
	padding-bottom: 10px;
}

li.nav1
{
	width: 143px;
	height: 154px;
	background: transparent url('../images/nav_1.gif') no-repeat bottom;
}

li.nav2
{
	width: 131px;
	height: 154px;
	background: transparent url('../images/nav_2.gif') no-repeat bottom left;
}

li.nav3
{
	width: 134px;
	height: 154px;
	background: transparent url('../images/nav_3.gif') no-repeat bottom left;
}

li.nav4
{
	width: 134px;
	height: 154px;
	background: transparent url('../images/nav_4.gif') no-repeat bottom left;
}

li.nav5
{
	width: 133px;
	height: 154px;
	background: transparent url('../images/nav_5.gif') no-repeat bottom left;
}

li.nav6
{
	width: 134px;
	height: 154px;
	background: transparent url('../images/nav_6.gif') no-repeat bottom left;
}

#menu a
{
	color: #FFF;
	text-decoration: none;
}

#menu a:hover
{
	color: #BB0000;
}

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

a:hover
{
	text-decoration: underline overline;
}

.this_page
{
	font-weight: bold;
}

.disabled_link
{
	color: #999;
}

p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

hr
{
	height: 0px;
	border: 0px;
	border-top: 1px solid #FFF;
}

.advisor img
{
	float: left;
	padding: 0px 10px 10px 10px;
}

.clear
{
	clear: both;
}