body { 
	background-color: #403E65;
	color: white;
	font: 11pt tahoma,arial,sans;
}

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

a:hover {
	color: #EEBB00;
	text-decoration: underline;
}

li {
    margin-bottom: 8px;
}

ul {
	padding-left: 8px;
	list-style-image: url(./images/list.gif);
	list-style-type: none;
}

.bullet {
    padding-left: 24px;
	margin-left: 24px;
	list-style-type: disc;
}

img {
    border-style: none;
}

th {
	vertical-align: center;
	margin: 3px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.headerTabs {
	background-color: #6f6ab0; 
	vertical-align: center;
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

.result {
	color: #FFEE99;
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 160px;
}

.indentedContent {
	padding-left: 24px;
	vertical-align: top;
}

.old {
	color: #DDDDDD;
}

.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#content {
	left: 160px;
	width: 940px;
	position: absolute;
}

#contentPanel {
	margin-top: 0px;
	margin-bottom: 32px;
}

#divider {
    width: 100%;
	height: 30px;
	overflow: none;
	background: url(./images/divider.jpg);
	background-repeat: repeat-x;
}

#sidebar {
	position: absolute;
	top: 168px;
	left: 2px;
	background-color: #2a2943;
	padding: 2px 8px 2px 8px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

#header {
	height: 100px;
	margin-left: 140px;
	font-size: 26pt;
	font-weight: bold;
	color: #FF3300;
}

#winner {
	height: 480px;
	width: 480px;
}

.counter {
	position: absolute;
	bottom: 1px;
	left: 6px;
	height: 40px;
}

.sponsors {
	margin-top: 20px;
}

.centeredTable {
	text-align: center;
}