/* General styles for all body content */
BODY
{
	font-family: Arial, Helvetica, sans-serif;
}

/* Main table which displays all content */
table#main
{
	border: solid 1px black;
	width: 950px;
}

/* Formatting for 'top' part of main table */
td#topbar
{
	height: 150px;
	background-image: url(../img/bg_color.jpg);
	vertical-align: bottom;
}

/* Style for middle part of the main table */
table#nav_content
{
	width: 100%;
	height: 600px;
	border-bottom: 2px solid #191970;
	border-top: 2px solid #191970;
}

/* Formatting for 'bottom' part of main table */
td#bottom
{
	height: 85px;
	background-image: url(../img/bg_color.jpg);
}

/* TD with Ev & SPS logo's */
td.TDLogos {
	text-align: center;
	width: 200px;
}

/* Formatting for 'left' part of 'nav_content' table */
td#navCol
{
	background-image: url(../img/bg_left.jpg);
	width: 200px;
	vertical-align: top;
}

/* Formatting for 'content' part of 'nav_content' table */
td#content 
{
	width: 750px;
	min-height: 100%;
	background-image: url(../img/bg_content.jpg);
}

/* Style for IFRAME used on index.html */
iframe#content_frame {
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: transparent;
}

/* Override default behaviour (colors and style) for (visited) participants */
P#pParticipants a
{
	color: #191970;
	text-decoration: none;
}

/* Override default behaviour for hovering over participants */
P#pParticipants a:hover
{
	text-decoration: underline;
}

/* Formatting for 'participants' text */
P#pParticipants {
	color: #191970;
	text-align:	justify;
	font-size: 10px;
	position: relative;
	top: 10px;
}

/* Use larger fontsize to be able to use 'bold'style */
span#participants_intro {
	font-weight: bold;
	font-size:11px;
}

/* Default no borders for images */
img {
	border: none;
}