body
{
	background-color: #1F53A1;
}

.header
{
	background-color: #FFFFFF;
	font-size: 54px;
	font-weight: bold;
	font-style:italic ;
	font-family:Gill Sans MT, Helvetica, Helvetica-Narrow, Tahoma, sans-serif,;
	color: #1F53A1;
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 97px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.topnav
{
	background: url(images/TopNav.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	color: White;
	margin-right: auto;
	margin-left: auto;
	width: 726px;
	height: 50px;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */
#topnav ul
{
	margin: 0px;
	padding-top: 7px;
	list-style-type: none;
	height: 19px;
	text-align: center;
}

#topnav ul li
{
	display: inline;
	color: white;
	margin-right: 22px;
}
#topnav a:link, #topnav a:visited
{
	color: white;
	text-decoration: none;
}

#topnav a:hover
{
	color: #ffd700;
	text-decoration: none;
}

#topnav a:active
{
	color: white;
	text-decoration: none;
}

.panel
{
	position: relative;
}

.content
{
	background: #ffffff repeat-x center bottom;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 0px;
	padding-top: 10px;
	min-height: 430px;  
/*	overflow: visible; 
	position: relative;  */
}

.footer
{
	background: url(images/TopNav.gif) #ffffff repeat-x center bottom;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	color: White;
	margin-right: auto;
	margin-left: auto;
	width: 726px;
	padding-bottom: 3px;
	padding-top: 0px;
	text-align: center;
	vertical-align: top;
}

.agendaTable
{
	border-collapse: collapse;
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-color: gray;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-bottom-style: double;
}

.agendaTableTimes
{
	background-color: white;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	border-collapse: collapse;
	width: 180px;
}

.agendaTableTechnical
{
	background-color: #ffff00;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	border-collapse: collapse;
}

.agendaTableSoftware
{
	background-color: #cc99ff;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	border-collapse: collapse;
}

.agendaTableBusiness
{
	background-color: #99cccc;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	border-collapse: collapse;
}

.agendaTableCommon
{
	background-color: #99ff99;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.images
{
	display: block;
	margin: 10px;
	border-right: thick ridge;
	border-top: thick ridge;
	border-left: thick ridge;
	border-bottom: thick ridge;
}

.imageleft
{
	display: inline;
	margin: 5px;
	border-right: thick ridge;
	border-top: thick ridge;
	border-left: thick ridge;
	border-bottom: thick ridge;
	float: left;
}

.imageright
{
	display: inline;
	margin: 5px;
	border-right: thick ridge;
	border-top: thick ridge;
	border-left: thick ridge;
	border-bottom: thick ridge;
	float: right;
}

.sponsorplatinum
{
	background-color: #9e9d9c;
	width: 700px;
}

.sponsorplatinumborder
{
	border-right: #9e9d9c thin solid;
	border-top: #9e9d9c thin solid;
	border-left: #9e9d9c thin solid;
	border-bottom: #9e9d9c thin solid;
	padding-right: 5px;
	padding-left: 5px;
}

.sponsorgold
{
	background-color: #ffd700;
	width: 700px;
}

.sponsorgoldborder
{
	border-right: #ffd700 thin solid;
	border-top: #ffd700 thin solid;
	border-left: #ffd700 thin solid;
	border-bottom: #ffd700 thin solid;
	padding-right: 5px;
	padding-left: 5px;
}

.sponsorsilver
{
	background-color: #c0c0c0;
	width: 700px;
}

.sponsorsilverborder
{
	border-right: #c0c0c0 thin solid;
	border-top: #c0c0c0 thin solid;
	border-left: #c0c0c0 thin solid;
	border-bottom: #c0c0c0 thin solid;
	padding-right: 5px;
	padding-left: 5px;
}

.align-center { text-align: center; }
.align-right { text-align: right; }
.align-left { text-align: left; }
