body {
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
/*bgcolor:"#000000" 
text:"#000000"  
*/
margin: 0; 
border: 0px;

   background:url("../images/fade_bg2_800.gif") ;
   background-position:top ;

}
 A { text-decoration: none }
 A:link {color:  #111111;}
 A:visited {color:  #444444;}
 A:active {color:  #FF9900;}

.fullpage {
      width: 800px; /* Suits an 800x600 page, allowing for scrollbar */
      margin: auto; 
border-top:1px solid #b0b0b0;
border-left:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
background: url(../images/BG_lines.jpg) no-repeat top ;
    
      overflow: hidden; 
        background-color: #ffffff ;
}

* Copyright 2004 - 2006 - All Rights Reserved - Thierry Koblentz - www.TJKDesign.com */
#outer_wrapper {
/* because "min-width" is not supported by IE, these pages use a script from PVII */
min-width:740px;
/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
width:100%;
/* faux-column technique, this is the left one */
/* background: url(images/VanStaffWEB.jpg) no-repeat top ;*/
}

#wrapper {
/* faux-column technique, this is the right one */
}


#header {
border:1px  solid #b0b0b0;
/* this is to "give layout" to the element and fix some peek-a-boo bug in  IE (v6 sp2) */
width:800px.txt_norm_bblk_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
};
/* the above declaration creates an horizontal scroll bar in IE, this is to get rid of it */
margin:0 -1px 
}

.mainmenu {
	height: 23px;
	width: 800px;
        background-color: #999999 ;
}

.cont {
	padding:4px ;
}

#picblock {
	height: 76px;


        background-color: #666666 ;
}

#container {
float:left;
width:112%;
/* IE doubles the margins on floats, this takes care of the problem */
display:inline;
/* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
margin-left:-200px ;
}

#left {
float:left;
width:110px;
/* IE doubles the margins on floats, this takes care of the problem */
display:inline;
margin-left:210px ;width=150
padding:4px ;
}

#mainspacer {
/* the width from #left (150px) + the negative margin from #container (200px) */
height: 30px ;
margin-left:330px ;

}

#main {
/* the width from #left (150px) + the negative margin from #container (200px) */
margin-left:330px ;
border-left:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;

}
/* good to know: if #sidebar is to be shorter than #main, then there is no need for this rule */
#right {
/* this is to keep the content of #sidebar to the right of #main even if the content of "main is shorter */
padding-left:100%;
width:100px;
/* this is to "bring back" the #sidebar that has been moved out of the viewport because of the padding value */
margin-left:-700px;
}

#right p {
/* this is to make sure IE (v6 sp2) *displays* this element (same problem as #header, but using a different fix) */
position:relative;
}

#footer {
/* see #outer_wrapper  */
width:100%;
/* this is to clear #container */
clear:both;
}
/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both}

img.lpic { 
    float: left; 
    margin-top: 20px;
   margin-left: 5px;
  margin-right: 5px;
 margin-bottom: 5px; 
 border:0;
}
img.rpic { 
    float: right; 
    margin: 4px; 
}

.txt_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: ;
	color: #111111;
        z-index: 2;
}

.txt_med_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #111111;
        z-index: 2;
}

.txt_med_side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
        z-index: 2;

}

.txt_med_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #111111;
        background-color: #999999 ;
        z-index: 2;
	padding:4px;

}

.txt_norm_bblk_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	color: #000000;
}
.txt_white_right{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #eeeeee;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #999999; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: #000000;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #999;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #999999 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #999999 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */



