body {
Background-Color: #FFFFFF;      /*242424*/
margin:0;
padding:0;
height: 100%;
text-align: left;
}     

a {
 color:#000000;
}

     a:visited {
      color:#000000;
     }
     
     a:hover {
     color:#797979;

     }

.text_highlight {

font-weight: bold;
color: #7a93b8;

}

.spacer {
position: relative;
height: 8px;
line-height: 8px;
font-size: 0em;
}

.logo_text{
font-family: Georgia, Times New Roman, Serif;
font-size:1.5em;
color:#FFFFFF;
}

       .box_logo {
       background-color:#6c4f6c;
       padding:10px;
       }
       
       .contact_info {
       float:right;
       width: auto
       font-family: Georgia, Times New Roman, Serif;
       font-size:0.8em;
       color:#FFFFFF;
       }

.greytext {
  
  font-family: Georgia, Times New Roman, Serif;
  font-size:0.8em;
  /*color:#AAAAAA;*/
  color:#444444;
  padding:10px;
}

       .item_block {
         
         float: left;
         padding: 10px;

         text-align:center;
         
         /*width: 250px;*/

       }
       
.bullet {
background-image: url('bullet.gif');
background-position: top left;
background-repeat: no-repeat;
padding-left: 16px;
width:40%;
margin-bottom:8px;
}


.menu_block {

 background-color:#BDB0BD;
 float:left;
 text-align:left;
  font-family: Georgia, Times New Roman, Serif;
  font-size:0.8em;
  font-weight:bold;
  text-decoration:none;
  color:#000000;
}

		.menu_block:hover{

			background-color:#BF8FBF;
                        text-decoration:underline;
                        color:#000000;

		}
		
.menu_block_active {

 background-color:#BF8FBF;
 float:left;
 text-align:left;
  font-family: Georgia, Times New Roman, Serif;
  font-size:0.8em;
  font-weight:bold;
  text-decoration:underline;
  color:#000000;
}
		
.menu_block_nl {

 background-color:#BDB0BD;
 width:80px;
 float:left;
 text-align:center;
  font-family: Georgia, Times New Roman, Serif;
  font-size:0.8em;
  font-weight:bold;
  text-decoration:none;
 
}


.sp1 {
    background-image: url('graphics/sph_tl.gif');
    background-position: top left;
    background-repeat: no-repeat;
    background-color:#bdb0bd;
}
.sp2 {
    background-image: url('graphics/sph_tr.gif');
    background-position: top right;
    background-repeat: no-repeat;
}
.sp3 {
    background-image: url('graphics/sph_bl.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}
.sp4 {
    background-image: url('graphics/sph_br.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding:10px;
}

 .sp_arrow_right {
       background-image: url('graphics/sph_arrow_right.gif');
    background-position: 75% 0%;
    background-repeat: no-repeat;
 }
 .sp_arrow_left {
       background-image: url('graphics/sph_arrow_left.gif');
    background-position: 25% 0%;
    background-repeat: no-repeat;
 }



