a:link { text-decoration: underline; color: #ff6600; font-size: 12px; }
a:visited { text-decoration: underline; color: #ff6600; font-size: 12px; }
a:hover { text-decoration: underline; color: #ff6600; font-size: 12px; }
a:active { text-decoration: underline; color: #ff6600; font-size: 12px; }
a img { border: none; }


body
{
	/*background-color:#E2FCAF;*/
	background: url('../images/background.jpg');
	background-repeat: repeat;
	margin:0px;
	padding:0px;
}
	
div#body
{
	position:absolute;
	height: 100%;
	width: 800px;
	z-index: 1;	
	left: 50%;
	margin-left: -400px;
}
		
#head
{
	z-index: 1000;
	width: 800px;
	height: 62px; 
	position: relative; 
	float: left; 
	background: #000000;
	font: 12px Arial;
	color: white;
}
		
#mid
{
	z-index: 1;
	width: 800px;
	height: 289px;
	float: left;
	clear: left;
	background: #2f83c1;
}
		
#content
{
	z-index: 1;
	width: 800px;
	height: 1000px;
	float: left;
	clear: left;
	background: #e2fcaf;
}
		
#menu
{
	z-index: 1001;
	position: relative;
	float: right;
}
		
#oomph
{
	z-index: 1;
	position: absolute;
	float: left;
	top: 10px;
}
		
#attention
{
	z-index: 1;
	position: relative;
	float: right;
	padding-right: 20px;
}

#sponsors
{
	z-index: 9998;
	position: relative;
	float: left;
	clear: left;
	top: 250px;
	left: 125px;
	height: 616px;
	*padding-bottom: 300px;
}

#sponsors img { display: block; }

	#sponsorCell
	{
		z-index: 9999;
		position: relative;
		float: left;
		clear: left;
	}

#contentRight
{
	z-index: 999;
	position: relative;
	min-height:333px;
}
		
td.menu
{
	padding-right: 3px;
}

	.contentRight
	{
		padding-left: 175px;
		padding-right: 15px;
		padding-top: 10px;
	}
	
	.contentRightPDF
	{
		padding-left: 175px;
		padding-right: 15px;
		padding-top: 25px;
		*padding-top: 30px;
		padding-bottom: 3px;
	}
	
	.contentRightBottom
	{
		padding-left: 175px;
		padding-right: 15px;
		padding-top: 25px;
		*padding-top: 20px;
	}

p
{
	font: 12px Arial;
	font-weight: bold;
}

	p#heading
	{
		font: 15px Arial;
		font-weight: bold;
		color: #ff6600;
	}
	
	#list
	{
		font: 12px Arial;
	}
