@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background:#fff url(images/background-paper.jpg);
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
}
/*typography*/
a {
	color:#b0272c;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	color:#1e5f6b;
	font:normal 2.4em "Times New Roman", Times, serif;
	margin:0 0 0.5em;
}
h2 {
	color:#1e5f6b;
	font:normal 2em "Times New Roman", Times, serif;
	margin:1em 0 0.5em;
}
h3 {
	color:#1e5f6b;
	font:normal 1.5em "Times New Roman", Times, serif;
	margin:1em 0 0.5em;
}
h4 {
	font-size: 1.0em;
	margin: 1em 0;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1em 0;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1em 0;
	font-weight: bold;
}
img {
	border: 0;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
ol, ul, li {
	font-size: 1.0em;
	line-height:1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
/*layout*/
#container {
	min-height: 100%;
}
* html #container {
	height: 100%;
}
#header {
	background:url(images/header-bg.gif) repeat-x top;
	height:202px;
}
#header-logo {
	background:url(images/header.gif) no-repeat center top;
	height:202px;
	margin:0 auto;
	width:751px;
}
#header-text {
	height:30px;
	text-indent:-7777px;
}
/*menu*/

#menu {
	font-weight:bold;
	float:left;
	width:100%;
	line-height:normal;
	margin-top:139px;
}
#menu ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	background:url("images/menutableft.gif") no-repeat left top;
	margin:0 1px 0 0;
	padding:0 0 0 7px;
	text-decoration:none;
}
#menu a span {
	float:left;
	display:block;
	background:url("images/menutabright.gif") no-repeat right top;
	padding:5px 14px 5px 6px;
	color:#333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {
	float:none;
}
/* End IE5-Mac hack */
    #menu a:hover span {
	color:#000;
}
#menu a:hover {
	background-position:0% -42px;
}
#menu a:hover span {
	background-position:100% -42px;
}
#content-container {
	margin:0 auto;
	padding:30px 0 10px;
	width:751px;
}
#content {
	float:left;
	width:500px;
}
#sidebar {
	float:right;
	width:220px;
}
#sidebar h3 {
	font: 1.8em "Times New Roman", Times, serif;
	margin:0;
}
#sidebar p {
	margin-top:0;
}


#sidebar ul{
	display:block;
	margin-left:0;
	padding:0 0 0 16px;
}




#dna {
	background:url(images/dna-sequence.gif) repeat-x top;
	height:66px;
	width:100%;
}
#clearfooter {
	height: 150px;
	clear:both;
}
#footer-container {
	background:url(images/dna-sequence.gif) repeat-x top;
	color:#d4cdc3;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	height:150px;
	width:100%;
	margin: -150px auto 0 auto;
}
#footer-container a {
	color:#FFFFFF;
}
#footer {
	margin:0 auto;
	padding-top:77px;
	width:751px;
}
/*misc styles*/
.bullet-link {
	padding-left:10px;
	background:url(http://www.cdu.edu.au/cdufiles/ssi/images/bullet.gif) no-repeat left;
}
.top-link {
	padding-right:10px;
	background:url(http://www.cdu.edu.au/cdufiles/ssi/images/bullet-up.gif) no-repeat right;
}
.clear-float {
	clear:both;
	font-size:1px;
	line-height:0;
}
.speaker-photo {
	padding:4px;
	border:1px solid #c2d0d3;
	background:#fff;
	float:right;
	margin:0 0 10px 10px;
}

