body { 
background-color: #00008b;
background-image: url("../test.jpg" ); background-position: top-left ; background-repeat: no-repeat; background-attachment: scroll;

font-family: arial;
color: #00008b;
}


#header { 
float: left;
background-image: url("head.gif" ); background-position: center ; background-repeat: no-repeat; background-attachment: scroll;
height: 119px;
width: 100%;
background-color: #white;
padding-bottom: 2%;
margin-top: -2%;
margin-left: -1%;

}

#left {
float: left;
height: auto;
width: 15%;
margin-top: 15%;
margin-left: 0;
padding-left: 4px;
padding-right: 4px;
line-height: 150%;
font-size: 15px;
}



#text { 
float: left;
background-color: white;
height: auto;
width: 70%;
padding-top: 50px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
text-align: justify;
line-height: 150%;
border-bottom:   5px double #00008b;
}




A:link { color: #face00; text-decoration: none; font-weight: 900; }
A:visited { color: #face00; text-decoration: none; font-weight: 900; }
A:hover   { color: white; ; text-decoration: none; font-weight: 900; }
A:active  { color: #face00; text-decoration: none; font-weight: 900; }


#text A:link { color: #00008b; text-decoration: none; font-weight: 900; }
#text A:visited { color: #00008b; text-decoration: none; font-weight: 900; }
#text A:hover   { color: #face00 ; text-decoration: none; font-weight: 900; }
#text A:active  { color: #00008b; text-decoration: none; font-weight: 900; }




img { 
border: thin solid #face00; 
}


h1 {
text-align: center;
line-height: 300%;
}

.jvscrpt {

    text-align:center;
    display:block;
}


#text ul address {
padding-left: 6%;
}