/* CSS Document */
* {margin-top:4px}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
color: #000099;
margin-bottom:4px;
}
p {
margin-top: 10px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 10px;
}
h1 {font-size:115%;margin-bottom:10px}
h2 {font-size:110%;}
em {margin: 0px 0px 0px 0px} 

a img { /* To replace deprecated attribute  */
border: 0px;
}

/*******************************************************************/
/* SECTIONS **********************************************************/
body {text-align:center;}
#wrap {
width:758px;
margin-left: auto; /* centres the site in the middle of the page */
margin-right: auto; /* centres the site in the middle of the page */
background:  url(../images/background.gif);
border:1px solid #CCCCCC;
}
/* MSIE display:inline-block is to make sure MSIE doesn't paint the background above the containers, the overflow declaration is to make sure the containers do not drop below siblings if content pushes the width (in modern browsers it doesn't drop, but it spawns an horizontal scrollbar)  */
#header {
overflow:hidden;
display:inline-block;
text-align:center;
}
#menu {
overflow:hidden;
display:inline-block;
text-align:center;
margin-top: 0px;
}
#content {
overflow:hidden;
display:inline-block;
text-align:left;
margin: 0px 0px 0px 0px; /* TOP - RIGHT - BOTTOM - LEFT */
padding: 0px;
}
#sub-section{ /* See margin for sub-section at the end of this stylesheet - Safari 2.0.4 hack needed */
text-align:center;
overflow:hidden;
display:inline-block;
padding: 0px;
}
#footer {
width:740px;
overflow:hidden;
display:inline-block;
text-align:left;
margin-left: auto;
margin-right: auto;
margin-bottom:8px;
}
#content{float:left}
/* See float and margin for sub-section at the end of this stylesheet - Safari 2.0.4 hack needed */
#content {width:83%}
#sub-section {width:16%}
#footer {clear:left}
/*******************************************************************/
/* TEXT ******************************************************************/
a.textlinks:link    {
color:       #FF6600;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
margin: 0px 0px 0px 0px;
} 
a.textlinks:visited {
color:      #FF6600;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
margin: 0px 0px 0px 0px;
}
a.textlinks:hover   {
color: #FF6600;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
margin: 0px 0px 0px 0px;
} 
.footer_table_left {
color: #000099;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 10px;
}
.footer_table_right {
font-size: 70%;
color: #000099;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px 10px 0px 0px;
}
/*******************************************************************/
/* FOR FORMS IN TABLES ******************************************************************/
.centre_table { /* centres the table - add the class to the table tag */
margin-left: auto;
margin-right: auto;
}
/*******************************************************************/
/* POSITIONING ******************************************************************/
div.row {  /* To position 2 elements - one to the left and one to the right */
margin-left: auto;
margin-right: auto;
margin:0px; 
padding:0;
clear:both;
}
div.row span.left { /* To be used with div.row */
float: left;
text-align: left;
margin-top: 5px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px; 
padding:0;
}
div.row span.right { /* To be used with div.row */
float: right;
text-align: right;
margin-top: 5px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px; 
padding:0;
}
.image_centre { /* centres the image - add the class to the p tag */
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
.image-right { /* image to the right - add the class to the p tag */
margin: 0px 0px 10px 10px;
float: right;
}

/*******************************************************************/
/* SEPARATION ******************************************************************/
.separator_strip {
overflow:hidden;
display:inline-block;
text-align:center;
clear:both;
}
/*******************************************************************/
/* MESSY HACK FOR SAFARI 2.0.4 ******************************************************************/

#sub-section { /* css needed to position sub-section correctly in Safari 2.0.4 */
float:none;
margin: 0px 6px 0px 0px; /* TOP - RIGHT - BOTTOM - LEFT */
}
#sub-section { /* Default positioning of sub-section. # symbol overides the above css needed for Safari 2.0.4 - must be placed at the end of all css */
float:left;
margin: 0px 0px 0px 0px;#
}