/*   ELEMENTS  ---------------------*/
body 
{ 
   background:    white;
   font-family:   arial, verdana, sans-serif;
   color:         black;
   font-size:     9pt;
   font-style:    normal;
   font-weight:   normal;
}

img
{
   border-width:  0px; 
}

h1
{
   font-size:        16pt;
   color:            #000066;
   font-family:      arial, verdana;
   font-weight:      bold;
   letter-spacing:   1px;
}  

h2
{
   font-size:        12pt;
   color:            #000066;
   font-family:      arial, verdana;
   font-weight:      bold;
   letter-spacing:   1px;
}

h3 
{
   font-size:        12pt;
   color:            #000066;
   font-family:      arial, verdana;
   font-weight:      bold;
   letter-spacing:   1px;
}      

p
{
   padding-left:     25px;
}

ul
{
   padding-left:     35px;
}
   
a
{
   color:            blue;
   margin:           0;
   padding:          0;
   text-decoration:  underline;
}  

a:hover 
{
   text-decoration:  none;
}

/* DIVS -------------- */

div#container
{ 
   position:         absolute;
   height:           200px;
   margin:           0;   
   left:             0;
   top:              0;
   text-align:       justify;
   background:       transparent url("/bin/img/header.jpg") no-repeat left top;}
     
#intro 
{
   margin-left:  150px;   
}

        
div#supportingText
{
   float:            left;
   width:            500px; 
   padding-left:     245px;
   margin-top:       0px;
   padding-bottom:    60px;
}

#menu
{
   position:         absolute;
   top:              145px;
   left:             25px;
   padding:          0 0 40px 0;
   width:            150px;
}
   
#main_menu ul
{
   padding:          0 0 0 10px;
   margin:           7px 0 0px 0;
   list-style-type:  square;
}

#main_menu li a
{
   padding:          4px 0 4px 12px;
   margin:           0;
   line-height:      20px;
   font-size:        13px;
   color:            blue;
   font-family:      arial, verdana;
   font-weight:      normal;   
}
   
#extraDiv1
{

}

#footer
{
   width:            550px; 
   height:           126px;
   color:            black;
   font-weight:      bolder;
   padding-top:      50px;
   padding-left:     200px;
}

#footer p
{
   margin:   0px;
}

#footer a
{
   color:            blue;
   font-weight:      bolder;
   font-variant:     normal;   
}




.content_section_title
{
   padding-left:     45px;
}

.content_section
{
   color:   #333333;
   
}

.info_section
{
   text-align: center;   
}

.leftBarContent
{
   padding-left: 25px;
}



