body  {
    font: 85% Verdana, Arial, Helvetica, sans-serif;
    background: #313131;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}

h5 {
    text-align:center;
    font-size:20px;
    font-family:"Helvetica", "trebuchet MS", Arial;
    padding-bottom:0;
    padding-top:0;
}

h4 {
    text-align:center;
    font-size:18px;
    font-family:"Helvetica", "trebuchet MS", Arial;
    padding-bottom:0;
    padding-top:0;
}

h3 {
    text-align:left;
    font-size:16px;
    font-family:"Helvetica", "trebuchet MS", Arial;
    color: #060B49;
    padding-bottom:0;
    padding-top:0;
}

h2 {
    text-align:center;
    font-size:20px;
    font-family:"Helvetica", "trebuchet MS", Arial;
    color: #060B49;
    padding-bottom:0;
    padding-top:0;
}

p {
    text-align:justify;
    font-size:16px;
    color: #000000;
    font-family:"Helvetica", "trebuchet MS", Arial;
}

p.smallPrint {
    text-align:justify;
    font-size:12px;
    color: #000000;
    font-family:"Helvetica", "trebuchet MS", Arial;
}


p.centeredImage{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:20px 0 20px 0;  /* put some blank space above and below the image */
}

p.uoa { 
    margin: 0 auto 0 auto;
    padding: 20px;
    background-color: white;
    text-align: center;
}

p.uoa a img { border: none; }



span.impt {color:red;font-weight:bold}

.symposium #outerContainer{
    background: ##F0F3FF;
    padding: 15px 0 15px 0; /* put some blank space at the top of the page*/
}
.symposium #container { 
    width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #F0F3FF url("../images/bg2.png") 0 0;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
} 

.symposium #header { 
    background: #DDDDDD;
    padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    /* background: #EEF2FF url("../images/nzsalogosmallblue.gif") 0 0 no-repeat;*/
    background: #EEF2FF url("../images/NZSA_banner2.jpg") 0 0 no-repeat;
    height:120px;
} 


.symposium #topbar {
    /*border: 1px solid #000000;    */
    padding: 5px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    /*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */  
    background: #000077;
    color:#CCCCCC;
}

.symposium #sidebar {
    float: left; /* since this element is floated, a width must be given */
    /*width: 210px;*/ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    width: 160px;
    /*border: 1px solid #000000;*/
    background: #DADADA; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 10px 15px 15px;
}


.symposium #mainContent {
/*border: 1px solid #000000;*/
    margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
    padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    /*background: #F0F3FF;*/
    background: #F4F7FF;
} 

.symposium #footer {
    /*border: 1px solid #000000;    */
    /*float: center;*/
    padding: 5px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    background: #000077;
    color:#CCCCCC;
    text-align: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/* ---------- SIDE BAR ------------------------- */

div#leftnav {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #3E3C42;
}

#leftnav li {
 display: inline;
}

#leftnav ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#leftnav ul a  {    
    font-family: "Century Gothic", Geneva, "Futura Md BT", sans-serif;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    padding: 3px 5px;
    list-style-type: none;
 }

 
div#leftnav a:hover {
    color: #E68F11;
}


/* ----------- TOP BAR ------------------------------ */
div#topbar a  {    
    font-family: "Century Gothic", Geneva, "Futura Md BT", sans-serif;
    font-size: 12px;
    /*line-height: 12px;*/
    text-decoration: none;
    padding: 0px 5px;
    color: #CCCCCC;
    /*list-style-type: none;    */
 }
 
 div#topbar a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

div#topbar a:visited {
    color: #CCCCCC;
}


/* --------- FOOTER -------------------------------*/
div#footer a  {    
    font-family: "Century Gothic", Geneva, "Futura Md BT", sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    padding: 0px 5px;
    list-style-type: none;    
    color:#CCCCCC;
 }
 
 div#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

div#footer a:visited {
    color: #CCCCCC;
}

/* ------------- SUBMIT TABLES ------------------ */

table.submit {
/*    color: #3F3F7E;*/
    text-align: left;
    font-weight: bold;
}


tr.submit tr.err td {
    color: #FF0000;
}
