﻿html 
{
	margin: 0px;
	padding: 0px;
}

body
{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
}

a
{
	color: #e5a134;
}

span.noDisplay
{
	display:none;
}

#leaderboard
{
	background-image: url(images/leaderboard_bg.png);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-top: 2px;
}

#masterContainer
{
	/*background: #eaeaea url(images/body_bg.png) repeat-x top left;*/
}

#siteContainer
{
	/*background: url(images/site_bg.png) repeat-y top left;*/
	width: 950px;
	overflow: visible;
}

#headerContainer
{
	background: url(images/header_bg.png) no-repeat top left;
	margin-top: 0px;
	width: 950px;
	height: 85px;
}

#headerTitle h1 
{ 
	/*background: transparent url(images/logo_neu.png) no-repeat top left; */
	margin-top: 10px; 
	width: 160px; 
	height: 85px; 
}

#topAdvertisement
{
    height: 69px;
    margin-left: 415px;
    margin-top: 12px;
    position: absolute;
}

#content
{
	min-height: 400px;
	overflow: hidden;
	float: left;
	width: 680px;
}

#footer
{
	text-align: right;
	margin-right: 25px;
	margin-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	width: 675px;
	clear: both;
}

.messageBox
{
	border: #DDDDDD solid 1px;
	border-top:0px;
	padding: 10px;
	margin: 15px;
	margin-top: 0px;
	margin-left: 0px;
	overflow: auto;
	width: 473px;
}

.messageBox_wide
{
	border: #DDDDDD solid 1px;
	padding: 10px;
	margin: 15px;
	overflow: auto;
	width: 743px;
}

.headline
{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16px;
}

.toTop
{
    margin-bottom:-10px;
    text-align:right;
}
