﻿.baseFrame
{
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	height:70em;
	background-image: url(../Images/background.jpg); background-repeat:repeat-x
}

h1
{
	margin-top: 0;
	font-size:1.6em;
}

h2
{
	margin-top: 0;
	font-size:1.3em;
}

img.baseBackground
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135em;
	height: 66.83em;	
}

img.logo 
{
	width: 12.83em;
	height: 8.67em;
}

.BackgorundImage
{
	position: absolute;
	top: 0;
	left: 0;
}

.mainMenuContainer
{
	overflow:hidden;
	height:3.08em;
	width:81.67em;
	position: relative;
	top:0;
	left:0;
}

.MainMenuBackground
{
	position: relative;
	top:0;
	left:0;
}

.subMenuContainer
{
	width:81.67em;
	position: relative;
	top:0;
	left:0;
}

.subMenuCell
{
	height:3em;
	vertical-align:middle;
	border: 0px;
	padding: 0.3em;
	border-collapse: collapse;
}

.subMenuSelected
{
	font-weight: bold;
	color: #3e7c00;
	font-size: 1.1em;
	font-family: Arial, Verdana;
}

.subMenuNotSelected
{
	font-weight: normal;
	color: #3e7c00;
	font-size: 1.1em;
	font-family: Arial, Verdana;

}

a.subMenuNotSelected:hover
{
	font-weight: normal;
	color: #3e7c00;
	font-size: 1.1em;
	font-family: Arial, Verdana;

}

.contentFrame
{
	position: relative;
	top: 0;
	left: 0;
	width:81.67em;
	margin: 0 auto;
}

.contentContainer
{
	width:81.67em;
	clear:both;
	height:auto;
	background:white;
	position:relative;
}

.mainContent
{
	width:62.5em;
	background:white;
	height:auto;
	float: left;
}

.teaserContent
{
	width:19.17em;
	float:right;
	background: white;
}

.samplesLottery
{
	position: absolute;
	top: 0;
	left: 0;
	height: 43.08em;
	width: 59.58em;
}

.mandatoryContainer
{
	margin-left:1.6em;
	padding-top:0.5em;
	position:relative;
	top:0;
	left:0;
	z-index:1000;
	clear:both;
}

.mandatoryContainer .mandatoryItem
{
	padding-right: 0.8em;	
	color:#ffffff;
}
.mandatoryItem A
{
	color:#ffffff;
}

.FooterMenuItem
{
	float:right;
	padding-left:0.2em
}