body {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana,Tahoma, Arial,Helvetica,sans-serif;
	BACKGROUND-COLOR: White;
	TEXT-ALIGN: justify;
}

p {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: White;
	TEXT-ALIGN: justify;
}

td {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: White;
	TEXT-ALIGN: left;
	margin-bottom: 2px;
}

.ptitle {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	TEXT-ALIGN: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
}
	
.pcenter {
	TEXT-ALIGN: center;
}

.pright {
	TEXT-ALIGN: right;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
        color: #800080;
		  text-decoration: none;
}

a:hover {
         color: #008000;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 175px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#content1c{
margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#content2c{
margin: 0 0px 0 130px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftsp{
float: left;
width: 130px; /*Width of left column in pixel*/
margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}


.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
		
/* ^^^^^^^^ New conference menu ^^^^^^^^^^ */
#menu {
	background: #333;
	font-size: 10pt;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px
}

#menu li a.current {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px
}

/* ^^^^^^^^  ^^^^^^^^^^ */	

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#styletwo {position:relative;display:block;height:24px;font-size:10px;font-weight:bold;background:transparent url(bgOFF.gif) repeat-x top left;font-family:Verdana,Tahoma, Arial,Helvetica,sans-serif;}
#styletwo ul {margin:0;padding:0;list-style-type:none;width:auto;}
#styletwo ul li {display:block;float:left;margin:0 1px 0 0;}
#styletwo ul li a{display:block;float:left;color:#000;text-decoration:none;padding:6px 15px 0 15px;height:24px;}
#styletwo ul li a:hover {color:#fff;background:transparent url(bgON.gif) repeat-x top left;}
#styletwo ul li a.current{color:#fff;background:transparent url(bgON.gif) repeat-x top left;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */		