body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/whiteyellblue.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

sup{vertical-align:top;position:relative;bottom:0.1em;}
img.icon{padding:0 !important;margin:0 !important;float:none;}
div.content img.nofloat
{
	float:none;
}

p
{
	margin: 12px 0px 12px 0px;
}

kbd
{
	font-weight: normal;
}

div.sectiontitle
{
	text-align: center;
	padding-top: 86px;
}

div.sectiontitle div
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

div.header
{
	position: absolute;
	top: 65px;
	left: 20px;
	height: 19px;
	z-index: 50;
}

div.logo
{
	position: absolute;
	top: 0px;
	right: 20px;
	height: 116px;
	z-index: 40;
}

div.side_bar
{
	position: absolute;
	top: 84px;
	left: 20px;
	padding-top: 18px;
	z-index: 30;
	background-color: #F1B512;
}

div.content
{
	position: absolute;
	top: 225px;
	left: 218px;
	padding-right: 220px;
	z-index: 60;
}

div.content img
{
	float: left;
	margin: 4px 14px 10px 0px;
}

div.piccaption
{
	float: left; 
	text-align: center;
	padding-right: 10px; 
	padding-bottom: 10px;
}

div.piccaption p
{
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	font-style: italic;
}

div.rightbox
{
	position: absolute;
	top: 231px;
	right: 20px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	z-index: 70;
	font-size: x-small;
	background-color: #E4E5EE;
}

div.rightbox h2
{
	text-align: center;
	font-size: large;
	background-color: #CACCDE;
	padding: 6px;
	margin: 0px;
}

div.rightbox img
{
	text-align: center;
}

div.rightbox p 
{
	padding: 0px 10px 0px 10px;
}

div.rightbox ul
{
	padding: 0px 10px 0px 20px;
}

div.footer
{
	position: relative;
	text-align: center;
	font-size: x-small;
	padding: 10px;
}

div.shortcuts
{
	visibility: hidden;
}

div.menu
{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 180px;
	background-color: #E4E5EE;
	padding-top: 211px;
	text-align: center;
	z-index: 20;
}

/* first level menu items */
div.menu ul
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.menu li
{
	margin: none;
	border-bottom: solid 1px #FFFFFF;
}

ul.menu li a
{
	color: #293A74;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: solid 7px #CACCDE;
	background-color: #CACCDE;
}

ul.menu li a:hover
{
	background-color: #F1B512;
	display: block;
	border: solid 7px #F1B512;
}

/* second level menu items (and clubmenu items if using the right-hand box)*/
ul.menu ul li a
{
	color: #293A74;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: solid 7px #E4E5EE;
	background-color: #E4E5EE;
}

ul.menu ul li a:hover
{
	background-color: #F8D37F;
	display: block;
	border: solid 7px #F8D37F;
}

/* third level menu items */
ul.menu ul ul li
{
	border-bottom: dotted 1px #293A74;
}

ul.menu ul ul li a
{
	color: #293A74;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: solid 7px #FFFFFF;
	background-color: #FFFFFF;
}

ul.menu ul ul li a:hover
{
	background-color: #FCF6EA;
	display: block;
	border: solid 7px #FCF6EA;
}

/*selected menu items */
div.menu a.selected
{
	color: black;
	font-weight: bold;
	display: block;
}

h1, h2, h3, h4, h5, h6
{
	color: #293A74;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	margin: 20px 0px 12px 0px;
}

h1
{
	font-size: xx-large;
	margin: 0px;
}
h2
{
	font-size: x-large;
}
h3
{
	font-size: medium;
}
h4
{
	font-size: small;
}
h5
{
	font-size: small;
	font-weight: normal;
}
h6
{
	color: black;
	font-size: small;
	font-weight: bold;
}

/* regular lists */
div.content li
{
	padding-bottom: 6px;
	padding-top: 4px;
}

/* inline lists */
ul.inline
{
	margin: 0px;
	padding: 0px;
}

ul.inline li
{
	display: inline;
}

div.project div.project_updates_list
{
	padding: 20px;
	border: 1px dotted #293A74;
}

div.project div.project_update
{
	color: black;
	padding-left: 20px;
}

div.project div.project_update img
{
	float: left;
	margin: 4px 14px 10px 0px;
}

div.project div.project_update span.date
{
	font-weight: bold;
}

form
{
	background-color: #FCF6EA;
	border: 1px dotted #F8D37F;
	padding: 0px 10px 10px 10px;
}
/* Core added styles */
form label{display:block;}
form legend{font-weight:bold;}
form fieldset{margin:2em 0;border:1px solid #F8D37F;}

p.success
{
	color: black;
	background: #F8D37F;
	padding: 20px;
	text-align: center;
}
div.clearer {
	clear: both; visibility: hidden;
}

/* Core added styles */
.cb{clear:both;}
.plain{list-style-type:none;margin:0;padding:0;}
.core-form input,.core-form textarea{display:block;margin-bottom:0.5em;margin-top:0.2em;width:50%;}
.core-form .radio input,.core-form .checkbox input{display:inline;margin-bottom:0em;margin-top:0;width:auto;}
.core-form .checkbox{margin:0.5em 0;}
.core-form #fmSubmit{width:auto;}
.core-form table{table-layout:fixed;}
.core-form th,.core-form td{vertical-align:top;}
.core-form .currency{text-align:right;}
.core-form fieldset{border:1px solid #F8D37F;}
.conference-table-2007 td{vertical-align:top;}
.conference-table-2007 span{font-weight:normal;}
.nls{list-style:none;padding-left:0;margin-left:0;}

blockquote{margin:0;padding:0;}
.fl {float:left;}
.fr {float:right;}