﻿
div#logo {
	width:100px;
	height:400px;
	
}

body
{
	background-color: #EADECA; /*#467195;*/ /*rgb(14,42,75);*/
	color: #312A16;
}

h1,h2,h3,h4
{
	color:#EE8800;
}

h3,h4 {
	text-transform:uppercase;	
}
a:link
{
	color: #FDFDFC; /*rgb(103,163,186);*/
	text-decoration: none;
	font-weight:bold;
	background-color:#897653;
}

a:visited
{
	color: #FDFDFC; /*rgb(103,163,186); */
	text-decoration: none;
	font-weight:bold;
	background-color:#897653;
}

a:hover
{
	color: #FDFDFC;
	text-decoration: underline;
	font-weight:bold;
	background-color:#897653;
}

a:active
{
	color: #FDFDFC;
	text-decoration: underline;
	font-weight:bold;
	background-color:#897653;
}

div#header
{
	background-color: #897653;
	color: #FFFFFF;
	border: 1px black solid;
}

div#menubar
{
	background-color: none;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
/*	border: 1px white solid;*/
	text-align: center;
	font-weight: bold;
	
}

span.menubarseparator
{
	/* color: rgb(103,163,186); */
	color: rgb(75,90,100);;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}

div#tree {
	background-color:#897653; /* #FDFDFC;*/
	border: 1px black solid;
}
div#tree ul {
	margin-bottom:0px;
	font-size:112%;
	font-weight:bolder
}

div#tree ul ul {
font-weight:normal;
	font-size:90%;
}

div#tree li {
	text-align:left;
}



div#title span#prefix
{
	font-size: 400%;
	/*font-weight: bold;*/
}

div#title h1
{
	font-size: 270%;

}

div#title h1 span.middle
{
	color: #FFFFFF;
}

div#titleimage
{
	float: right;
	width: 350px;
	height: 223px;
}

div#tree {
	top: 223px;
}

div#titleimage img
{
	float: right;
	width: 350px;
	height: 223px;

}

div#description
{
	text-align: justify;
}

div#contributionlistleft, div#contributionlistright
{
	text-align: left;
}

div#maindetails
{
	text-transform: uppercase;
	font-size: 120%;
}

div#maindetailsright
{
	text-align: right;
}

div#maindetailsright span#hostedby
{
	color: #897653;
}



div#importantdatesheading, div#keynoteheading
{
	padding: 0.5em;
	background-color: #897653;
	text-align: center;
	vertical-align: middle;
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
}

div#importantdatesheading h2, div#keynoteheading h2
{
	margin-bottom: 0em;
	font-size: 150%;
	
}

div#importantdatesdetails, div#keynotedetails
{
	

	border: 1px solid black;
	padding: 0.5em;
}

div#importantdates strong, div#keynote strong
{
	font-size: 130%;

}

div#footer {
	border: 1px solid black;
	background-color:#897653;
}
div#uqlogo
{
	padding: 0.1em;
	border: black solid 1px;
	background: white;
}

hr.space
{
	background-color: #EADECA;  /* #467195; */ /*rgb(14,42,75);*/
	color: #EADECA;
}

hr {
	
	background-color:#897653;
	color:#897653;
}

.formrequired
{
	color: #FF2222;
	font-style: italic;
}

.container {
	margin-left:150px;
}

