/* Australian JSF Advanced Technology and Innovation Conference :: Screen CSS Definitions */

body
{
   margin: 0px;
   padding: 0px;

   font-size: 76%;
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
}

a
{
   color: #0B5591;
}

td.programred
{
   color: #ffffff;
   background-color: #D2232A;
   padding: 4px;
}

td.programwhite
{
   color: #000000;
   background-color: #ffffff;
   padding: 4px;
}

td.programteal
{
   color: #ffffff;
   background-color: #475D67;
   padding: 4px;
}

td.programblue1
{
   color: #ffffff;
   background-color: #B6CCEA;
   padding: 4px;
}

td.programblue2
{
   color: #ffffff;
   background-color: #9DBCE3;
   padding: 4px;
}

td.programblue3
{
   color: #ffffff;
   background-color: #83AEDD;
   padding: 4px;
}


#header-upper
{
   height: 106px;

   position: relative;

   background-image: url(../img/header/img-hdr-upr-bkg.png);
}

#header-upper-left
{
   top: 0px;
   left: 0px;
   
   width: 504px;
/*   width: 252px; */
   height: 106px;

   position: absolute;

   background-image: url(../img/header/img-hdr-upr-left.png);
}

#header-upper-left h1
{
   display: none;
}

#header-upper-right
{
   top: 0px;
/*   left: 250px;   */
   left: 504px;

/*   width: 504px;   */
   width: 252px;
   height: 106px;

   position: absolute;

   background-image: url(../img/header/img-hdr-upr-right.png);
}


#header-upper-painting
{
   top: 0px;
   left: 756px;

   width: 153px;
   height: 106px;

   position: absolute;

   background-image: url(../img/header/img-flag.jpg);
}


#header-upper-right h2
{
   display: none;
}

#header-lower
{
   height: 124px;

   position: relative;

   background-image: url(../img/header/img-hdr-lwr-bkg.png);
}

#header-lower-left
{
   top: 0px;
   left: 0px;

   width: 251px;
   height: 124px;

   position: absolute;

   background-image: url(../img/header/img-hdr-lwr-left.png);
}

#header-lower-pic-001
{
   top: 0px;
   left: 251px;

   width: 140px;
   height: 124px;

   position: absolute;

   background-image: url(../img/header/img-hdr-pic-001.png);
}

#header-lower-pic-002
{
   top: 0px;
   left: 391px;

   width: 113px;
   height: 124px;

   position: absolute;

   background-image: url(../img/header/img-hdr-pic-002.png);
}

#header-lower-pic-003
{
   top: 0px;
   left: 504px;

   width: 139px;
   height: 124px;

   position: absolute;

   background-image: url(../img/header/img-hdr-pic-003.png);
}

#header-lower-pic-004
{
   top: 0px;
   left: 643px;

   width: 113px;
   height: 124px;

   position: absolute;

   background-image: url(../img/header/img-hdr-pic-004.png);
}

#header-lower-pic-005
{
   top: 0px;
   left: 756px;

   width: 153px;
   height: 124px;

   position: absolute;

   background-image: url(../img/header/img-flag-lwr.jpg);
}

#middle
{
   margin: 0px;

   background-image: url(../img/middle/img-mid-bkg.png);
   background-repeat: repeat-x;

   /* border: 1px solid blue; */
}

#content
{
/*   border: 1px solid cyan; */
   width: 796px;
/*   border: solid 1px red;  */
}

#left
{
   float: left;

   width: 194px;
   height: 500px;

   position: relative;
   background-color: #FFFFFF;
   /* border: solid 1px green;  */
}

* html #left
{

}

#left-img
{
   left: 0px;
   width: 194px;
   height: 268px;
   position: absolute;
   background-image: url(../img/middle/img-mid-pic-sunset-flag.jpg);
}

#right
{
   width: 460px;
   padding: 20px;
   font-size: 0.9em;
   line-height: 1.6em;
   margin-left: 194px;
   /* border: solid 1px red;  */
}

* html #right
{
/* margin-left: 194px; */

margin-left: 194px;


/* border: 1px solid red; */

}

#right h1
{
   color: #D2232A;

   margin-top: 15px;
   margin-bottom: 15px;

   font-size: 2em;
   font-family: Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;
}

#right h2
{
   color: #4B95D1;

   margin-top: 15px;
   margin-bottom: 15px;

   font-size: 1.6em;
   font-family: Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;
}

#right h3
{
   color: #2B75B1;

   margin-top: 15px;
   margin-bottom: 15px;

   font-size: 1.4em;
   font-family: Trebuchet MS,Verdana,Arial,Helvetica,Sans-Serif;
}

#right p
{
   margin-top: 10px;
   margin-bottom: 10px;
}

#footer
{
   /* border: 1px solid red; */
   clear: both;
   height: 67px;

  /* position: relative; */

   /* border: 1px solid red; */

   background-image: url(../img/footer/img-ftr-bkg.png);
   background-repeat: repeat-x;
}

#footer-logos
{

 /*  top: 8px; */
 /*  left: 20px; */

   width: 409px;
   height: 46px;

   /* position: absolute; */
}

.clear
{
   clear: both;
}
