body {
	font: 80% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	/* word-spacing:2px; */
	color:#444;
	margin:20px;
	/* background:url(../images/body.jpg) #006600; */
	background: #fff;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background: #fff;
        width: 820px;
	margin:0 auto;
}

* html #wrapper {
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#header {
    background: url(../images/bex.png) center no-repeat;
    margin-bottom:0px;
    border: 0;
    height: 100px;
}

#bread {
  padding-left: 2em;
/*  border-top: 2px solid #336600;
  border-bottom: 1px solid #336600; */
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 3px;
}

#bread a {
  text-decoration:none;
}

#sidebar {
	background:#fff;
	width:150px;
	padding:10px 0px 20px 0px;
	float:left;
	color:#666;
        line-height: 18px;
}

#sidebar li {
   display:block; 
   float:left;
}

#sidebarright {
	width:120px;
	float:right;
	/* padding:10px 0 20px 5px; */
	/* background:url(../images/sidebarright.jpg) top left no-repeat; */
}

#sidebarright a, #sidebarright a:visited {
  text-decoration:none;
  text-align:center;
  background: url(../images/knapp.jpg) top no-repeat #fff; 
  color:#fff;
  display:block;
  width: 110px;
  padding: 4px;
  margin-bottom: 4px;
  /* border-right:5px solid #fff; */
  }

#sidebarright a:hover {
  font-weight: bold;
  }

#buttonBackground a, #buttonBackground a:visited {
  text-decoration:none;
  text-align:center;
  background: url(../images/knapp.jpg) top no-repeat #fff; 
  color:#fff;
  display:block; 
  width: 8em; 
  padding:0.2em;
  margin:0.2em auto;
  border-right:5px solid #fff;
  }


#sidebar a.chatlink {
   color:black;
  background: url(../images/white.png) top no-repeat #fff; 
 
}

#sidebar a:hover {
  font-weight: bold;
  }


#content {
    overflow: auto;
   /* margin:0 100px 0 150px; */
    padding:0px 0 0 0px;
    height: 450px; 
}

#footer {
    text-align: center;
	clear:both;
	border-top:2px solid #000; 
	padding:10px;
	margin:30px 0 0;
}


#ajaxSearch_form { width: 100px; }

#ajaxSearch_input { width: 100px; }

#ajaxSearch_submit { width: 100px; }

#ajaxSearch_output { width: 100px; }

#flash { float: left; margin: 2px 0 0 2px; border: 0; width: 200px; height: 100px; }

#headright { float: right; border: 0; height: 100px; margin: 0; padding: 0; }

#headright img { border: 0; background: #fff; }

#menu {margin: auto; width: 42em; padding:0; list-style-type:none; background:transparent; height:30px; }

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.bexmenu {display:block; position:relative; background:#fff; padding: 0.3em;  margin: 0;  z-index:100;}
.bexmenu ul li a, .bexmenu ul li a:visited {
  display:block;
  text-decoration:none;
  width:104px;
  height: 25px;
  text-align:center;
  color:#fff;
  border: 0 #fff;
  background:url(../images/knapp.jpg) top left no-repeat #fff;
  line-height: 20px;
  overflow: hidden;
}
.bexmenu ul {padding:0; margin:0;list-style-type: none; background:transparent; }
.bexmenu ul li {float:left; margin-right:1px; position:relative;}
.bexmenu ul li ul {display: none;}

/* specific to non IE browsers */
.bexmenu ul li:hover a {color:#fff; background:url(../images/knapp.jpg) no-repeat #fff;}
.bexmenu ul li:hover ul {display:block; position:absolute; top:25px; left:0; width:104px;}
.bexmenu ul li:hover ul li a.hide {background:url(../images/knapp.jpg) no-repeat #fff; color:#fff;}
.bexmenu ul li:hover ul li:hover a.hide {background:url(../images/knapp.jpg) top no-repeat #fff; color:#fff;}
.bexmenu ul li:hover ul li ul {display: none;}
.bexmenu ul li:hover ul li a {display:block; background:url(../images/knapp.jpg) no-repeat #fff; color:#fff;}
.bexmenu ul li:hover ul li a:hover {background:url(../images/knapp.jpg) no-repeat #fff; color:#fff;}
.bexmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.bexmenu ul li:hover ul li:hover ul.left {left:-105px;}

        #ajaxSearch_form {
            color: #444;
            width: 100px;
        }
        #ajaxSearch_input {
            width: 100px;
            /*display: inline;
            height: 17px; */
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            background: #fff url(images/input-bg.gif) repeat-x top left;
            margin: 0 0px 0 0;
            padding: 0px 0 0;
            /* vertical-align: top; */
        }
        #ajaxSearch_submit {
            display: inline;
            height: 35px;
            /*line-height: 22px;*/
width: 105px;
background:url(../images/knapp.jpg) no-repeat center center #fff;
		color: #fff;
margin: 0 0px 0 6px;
border: none;
        }
        #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }

