@charset "utf-8";
/*Common elements for pages */
html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#toplinks
{
	margin-bottom: 2px;
}

#toplinks a:link, #toplinks a:visited
{
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}

#toplinks a:active, #toplinks a:hover
{
	font-size: 0.7em;
	color: #000000;
	text-decoration: underline;
}

/* Crumbtrail for navigation */
#crumbtrail
{
	background-image: url(raise_grey_bar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 0.7em;
}

#crumbtrail ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#crumbtrail li
{
	float: left;
	margin: 0 0.5em;
}

#crumbtrail a:link, a:visited
{
	color:#000000;
	text-decoration:underline;
}
#crumbtrail a:hover, a:active
{
	color:#0066CC;
	text-decoration:none;
}

/*Main body content*/
#content
{
	margin-top:5px;
	font-size: 0.8em;
}

#content table
{
	font-size: 0.8em;
}

#content table .bgnd
{
	background-color: #F0F0EE;
}

#content table .nobgnd
{
	background-color: #FFFFFF;
}

#content a:link, #content a:visited
{
	color:#336699;
	text-decoration:underline;
}
#content a:hover, #content a:active
{
	color:#0066CC;
	text-decoration:none;
}

.column
{
	float: left;
	padding: 0px;
	width: 250px;
}

#centralColumn
{
	float: left;
	margin-left:15px;
	margin-right: 15px;
	width: 250px;
}

.pane
{
	/*width:250px;*/
	background-image: url(side_pane.gif);
	background-repeat: repeat-y;
	margin-top:10px;
}

.pane .head
{
	display: block;
	background-image: url(top_pane.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:inherit;
	height:30px;
}

.pane .headred
{
	display: block;
	background-image: url(top_pane-red.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:inherit;
	height:30px;
}

.head .paneHeader
{
	display:block;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:0px;
	color:#000000;
	font-size: 85%;
	font-weight: bold;
}

.headred .paneHeader
{
	display:block;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:0px;
	color:#FFFFFF;
	font-size: 85%;
	font-weight: bold;
}






.head .paneHeaderRight
{
	display:block;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:0px;
	color:#000000;
	font-size: 85%;
	font-weight: bold;
	text-align: right;
}

.pane .body
{
	display:block;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	width:inherit;
	font-size:0.8em;
}

.pane .body p
{

	line-height:1.2em;
	margin-top: 0px;
	margin-bottom: 1em;
	
}


.pane img
{
	display: inline;
}



.pane .footer
{
	display:block;
	padding:0px;
	height:9px;
	background-image: url(bottom_pane.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:inherit;
}

.centre {
	text-align: center;
	display: block;
}

.largeCol {
	float: left;
	margin-left:15px;
	width: 515px;
}

.largeCol .pane
{
	/*width:250px;*/
	background-image: url(large_side_pane.gif);
	background-repeat: repeat-y;
	margin-top:10px;
}

.largeCol .pane .head
{
	display: block;
	background-image: url(large_top_pane.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:inherit;
	height:30px;
}

.largeCol .head .paneHeader
{
	display:block;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:0px;
	color:#000000;
	font-size: 85%;
	font-weight: bold;
}

.largeCol .pane .body
{
	display:block;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	width:inherit;
}

.largeCol .pane .body p.indent
{
	text-indent: 25px;
	color: #D4292F;
}



.largeCol .pane .footer
{
	display:block;
	padding:0px;
	height:9px;
	background-image: url(large_bottom_pane.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:inherit;
	clear: both;
}

.largeCol .pane .body .rightImage 
{
	float: right;
	display: block;
	position: relative;
	margin-left: 10px;
}

#Navigation for conference
.conference ul
{	
	list-style: none;
	padding: 0;

}

.conference li
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.conference li.parent
{
	font-size: 1.2em;
	display: block;
}


.conference li.child
{
	padding-left: 15px;
	display: block;
}
/*footer of page*/
#footer
{
	clear:both;
	background-image: url(raise_grey_bar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 0.8em;
	position: relative;
	top: 10px;
	text-align:center;
}

#footer a:link, a:visited
{
	color:#000000;
	text-decoration:underline;
}
#footer a:hover, a:active
{
	color:#0066CC;
	text-decoration:none;
}
#managedBy {
	text-align: center;
	font-size: 0.8em;
	}

.indented {
	MARGIN-LEFT: 30pt;
	font-size: inherit;
	display: block;
}
