﻿body
{
	background-position: left top;
	background-color: #ffffff;
	background-image: url(  '../Images/background.jpg' );
	background-repeat: repeat-x;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#PageWrapper
{
	width: 912px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
	
}

#PageInner
{
	width: 872px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
	
}

#Menu
{
	width: 867px;
	height: 31px;
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 1px;
	position: relative;
	background-color: #000000;
}


#Top
{
	width: 912px;
	height: 23px;
	background-image: url(  '../Images/header.png' );
	float: left;

}

#Content
{
	width: 912px;
	background-image: url(   '../Images/content.png' );
	float: left;
	background-repeat: repeat-y;
}

#Bottom
{
	width: 912px;
	height: 28px;
	background-image: url(   '../Images/bottom.png' );
	float: left;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
}


.txtHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
}


#Button
{
	width: 149px;
	height: 28px;
	background-image: url(     '../Images/button.jpg' );
	
}

#Button a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;

	
}

#ButtonText 
{
	padding-top: 6px;
	padding-left: 10px;
}


#Button a:hover
{
	
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 11px;
}
p
{
	text-align: justify;
}

#line {}
#line p { background: #fff url(../Images/dots.gif) top repeat-x; color: #999; margin: 0px; padding: 3px 0px; }


a:link, a:visited {
color : #000;
text-decoration : none;
}

a:hover
{

color : #009900;


}

#Container
{
	position: relative;
	width: 189px;
	height: 130px;
}

#Sponsor
{
	z-index: 50;
	position: absolute;
	width: 50px;
	height: 20px;
	top: 110px;
	left:139px;

}

#Speakers
{
	position: relative;
	width: 139px;
	height: 130px;
	background-image: url( '../images/speakers/empty.jpg' );
}

#SpeakerInfo
{
	z-index: 50;
	position: absolute;
	width: 50px;
	height: 20px;
	top: 8px;
	left:9px;

}

.Green
{
	background-color: #CCFF66;
}

.Black
{
	background-color: #000000;
	color: #FFFFFF;
}


.LightGreen
{
	background-color: #CCFF99;
	
	
}

