* {
 
 margin: 0 0 0 0;
 
 padding: 0 0 0 0

}



body {
 
 background-color: #000000

}



body.white {
  
background-color: #ffffff
}



#heading {
width: 100%;
height: 140px;
background-image: url(/html/images/img01.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
background-position:center;
background-color: #ffffff;
}



#heading h1 {
font-family:arial,serif;
font-size:20pt;
font-weight:bold;
font-style:normal;
color: #ffffff;
float: right;
margin: 25px 165px 0 0
}


#content {
width: 100%;
background-color: #ffffff;
}

#content h1 {
  
font-family:arial,serif;
  
font-size:16pt;
  
font-weight:bold;
  
font-style:normal;
  
text-align:center;
  
color:#000000;
  
background-color:#ffffff;
margin: 10px 0 10px 0}


#content h2{
font-family:arial,serif;
font-size:14pt;
font-weight:bold;
font-style:normal;
text-align:center;
color:#000000;
background-color:#ffffff;
margin: 10px 0 10px 0
}


#content p {
font-family:arial,serif;
font-size:12pt;
font-style:normal;
font-weight:normal;
text-align:left;
margin: 10px 40px 10px 40px;
color:#000000;
background-color:#ffffff
}

#content a {
font-family:arial;font-size:12pt;
font-style:normal;
font-weight: 500;
color:#000000;
background-color:#ffffff;
text-decoration: underline
}

#content a:hover{
color:#ff3300;
text-decoration:none}


#content img {
margin: 4px;
border: solid #000000 1px
}


#topnavigate {
width: 100%;
height: 64px;
padding: 6px 0 0 4px
}

/* Button settings */
#topnavigate p {
text-align: center; 
float: left;  
text-indent: 0px; 
margin: 0 0 0 0;  
padding: 0 0 0 0  }

#topnavigate a {
display: block;
background-image : URL(images/button-078.gif);
background-repeat : no-repeat; 
margin: 0 0 0 0;  
padding: 0 0 0 0;
width : 178px; 
height: 26px;

  }

#topnavigate a:hover {
display: block;
background-image : URL(images/button-078-2.gif);
background-repeat : no-repeat; 
margin: 0 0 0 0;  
padding: 0 0 0 0;
width : 178px; 
height: 26px;
  }

/* Define button text */
#topnavigate a {
 font-family: Arial, Verdana, serif; 
font-style : normal ;
font-size : 8pt; 
font-weight :700;
text-decoration : none; 
color:#ffffff; 
margin: 0 0 0 0;
line-height : 240% }

#topnavigate a:hover { 
color: #ffcc00;
}


#footer {
width: 100%;
height: 25px;
padding: 0 0 0 0
}

address {
font-family:arial;
font-size:8pt;
font-style:normal;
font-weight:bold;
text-align: center;
color:#ffffff;
background-color:#000000;
margin: 2px 0 0 0
}


address a {
color: #efefef
}

form {
font-family: verdana, serif;
font-size: 12pt;
margin: 10px 40px 10px 40px
}