
div#logo {
	width:100px;
	height:400px;
	
}

body
{
	background-color: white; /*#467195;*/ /*rgb(14,42,75);*/
	color: black;
}

h1,h2,h3,h4
{
	color:#FF9900;
}

h3,h4 {
	text-transform:uppercase;
}
a:link
{
	color: rgb(103,163,186); /*rgb(103,163,186);*/
	text-decoration: none;
	font-weight:bold;
}

a:visited
{
	color: rgb(103,163,186); /*rgb(103,163,186); */
	text-decoration: none;
	font-weight:bold;
}

a:hover
{
	color: rgb(153,213,236);
	text-decoration: underline;
	font-weight:bold;
}

a:active
{
	color: rgb(153,213,236);
	text-decoration: underline;
	font-weight:bold;
}

div#header
{
	background-color: rgb(75, 90, 100);
	color: rgb(103,163,186);
	border: black solid 1px;
}

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 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: rgb(103,163,186);
}

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: rgb(103,163,186);
}

div#importantdatesheading
{
	padding: 0.5em;
	background-color: rgb(75,90,100);
	text-align: center;
	vertical-align: middle;
}

div#importantdatesheading h2
{
	margin-bottom: 0em;
	font-size: 150%;
}

div#importantdatesdetails
{
	border: rgb(75,90,100) solid 1px;
	padding: 0.5em;
}

div#publisherlogos
{
	border: rgb(75,90,100) solid 1px;
	padding: 0.5em;
	padding-top:0pt;
	padding-left:20pt;
}

div#importantdates strong
{
	font-size: 130%;

}

div#footer {
	
	background-color:#4B5A64;
	border: 1px solid black;
}
div#uqlogo
{
	padding: 0.1em;
	border: black solid 1px;
	background: white;
}

hr.space
{
	background-color: white;  /* #467195; */ /*rgb(14,42,75);*/
	color: white;
}

.formrequired
{
	color: #FF2222;
	font-style: italic;
}

.container {
	margin-left:150px;
}
