body {
    background-color: #FFF;
    font-size: 18px; 
    font-family: Arial, Helvetica, sans-serif;
}

body#home {
    width:90%;
    margin:auto;
}

body#done div#footer {
    float: left;
    margin-top: 20em;
    text-align: center;
}

h1, h2, h3, h4 {
    color: #FF6600;
    font-weight: bold;
}

.announce {
    color: #FF6600;
    font-size: 1.5em;
    clear:both;
    text-align:center;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1.0em;
}

.spacer {
    margin-top:2em;
}

.section-end {
    padding-bottom:1em;
    border-bottom: 1px solid gray;
}

.required {
    color: red;
}

.button-container {
    width:30%;
    padding-bottom:1em;
    margin:0 auto;
}

dt {
    font-weight:bold;
}

dd {
    margin-bottom:1em;
}

.centre-heading {
    text-align:center;
}

.clear-div {
    clear:both;
}

.embolden {
    color: #FF6600;
}

table.timetable {
    width: 96%;
    font-size: 70%;
}

table.timetable tr.fifteenmins {
    height: 20px;
}

table.timetable tr.thirtymins {
    height: 24px;
}

table.timetable tr.threequarters {
    height: 35px;
}

table.timetable tr.hour {
    height: 46px;
}

table.timetable tr.hourandthirty {
    height: 70px;
}

table.timetable td.time {
    width: 9%;
}

table.timetable td.day {
    width: 11%;
}

table.timetable td.registration {
    background-color: #FC9;
}

table.timetable td.meal {
    background-color: #FFC;
}

table.timetable td.session {
    background-color: #CFF;
}

table.timetable td.break {
    background-color: #FCF;
}

table.timetable td.startandend {
    background-color: #CCF;
}

table.timetable td.blank {
    background-color: #CCC;
}

table.timetable td.visit {
    background-color: #CFC;
}

table.timetable td.options {
   background-color: #9CF;
}

table.dates {
    border-collapse:separate;
    width:100%;
}

table.dates thead {
    font-weight:bold;
    background-color: #036;
    color:#FFF;
}

table.dates td.firstcol {
    background-color: #036;
    color:#FFF;
}

table.dates tr.lightblue {
    background-color:#D1D8F1;
}

table.dates td {
    padding: 0.35em;
    font-size: 0.8em;
}

.proper-name {
   font-style: italic;
}

#imgpool {
    width: 239px;
    height: 153px;
}

.imgright {
    clear:right;
    float: right;
    margin:0.75em;
}

.imgleft {
    clear:left;
    float:left;
    margin:0.75em;
}

.dash-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#flight-list li {
    margin-bottom:1em;
}

#header {
}

img#logo {
    display:block;
    margin:0 auto;
}

#main {
    width: 75%;
    float: right;
    padding-left: 1em;			
}

#main blockquote {
    font-style:italic;
    padding:0;
    margin:1em 0 1em 0;
    border:0;
}

#leftnav {
    width: 17%;
    margin-top: 5em;
    position: absolute;
    top: 0;
    left: 1em;
}

#leftnav ul {
    padding: 0.5em;
}

#leftnav ul li {
    list-style-type:none;
}

#leftnav ul li a {
    display: block;
    margin: 0.4em 0.2em;
    padding: 0.5em 1.5em;
    width:100%;     /* for IE6 (to make all the nav links the same width) */
}

#leftnav a:link,  #leftnav a:visited {
    font-size: 0.8em;
    font-weight: normal;
    color: #fff;
    background-color: #036;
    text-decoration: none;
}

#leftnav a:hover {
    background-color: #00F;
}

#home-navlist-container {
    text-align:center;
    margin-top:1.5em;
}

ul#home-navlist {
    margin:0;
    padding-left:0;
}

#home-navlist li
{
    display: inline;
    list-style-type: none;
}

#home-navlist a { 
    padding: 0.5em 1.5em;
    margin-bottom:1em;
    position: relative;     /* For IE6 and IE7 stacking bug */
}

#home-navlist a:link, #home-navlist a:visited
{
    color: #fff;
    background-color: #036;
    text-decoration: none;
}

#home-navlist a:hover
{
    background-color: #00f;
}

#footer {
	clear: both;
        float:right;
/*	width: 50%;
	margin:0 auto; */
        width:100%;
        text-align:right;
	margin-top:2em;
}

#footer small {
	font-size: 0.6em;
	font-weight: bold;
}

/* Create a bit of space between the frameset and the following block */
form.listform fieldset {
margin-bottom: 10px;
width: 50em;
/*float:right;*/
}

/* Locate the legend and style its font */
form.listform legend {
padding: 1em 0.5em;
margin:1em 0;
font-weight: bold;
background-color:#99F;
color:white;
border-style:solid;
border-width:1px;
border-color:#DDD #AAA #666 #FFF;
}

/* Format the form labels						   *
 * Setting the display to inline-block *
 * effectively means the labels are    *
 * flowed like images                  *
 */
form.listform label {
display: inline-block;
line-height:1.2;
vertical-align:top;
padding:0.5em;
text-align:right;
}

/* Delete default list margins and paddings */
form.listform fieldset ol {
margin:0;
padding:0;
}

/* Get rid of the numbers and set the li margins and padding */
form.listform fieldset li {
list-style: none;
padding: 2px;
margin:0;
}

/* Nested fieldset */

/* Take off the default border and give it some room on the left */
form.listform fieldset fieldset {
border: none;
margin: 30px 0 0;
}

/* Format the 'required' asterisk */
form.listform em {
font-weight: bold;
font-style: normal;
color: #F00;
}

/* Fomatting for label widths */

/* Top-level labels */
form.listform label {
width: 15em;	/* to make all the labels the same width */
background-color: #CCE;
}

/* Nested labels */
form.listform fieldset fieldset label {
margin-left: 123px; /* width plus 3 (html space) */
}

