@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
color: #000;
}

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #000;	
}
h1 {
font-size: 1.5em; 
color: #000;
} 
h2 {
font-size: 1.4em;
text-transform:uppercase;
color: #000;
}
h3 {
font-size: 1.3em;
color: #000;
}
p, h1, h2, h3 {
	margin: 10px 15px;
	color: #000;
}
.no-print{
	display: none;
}
img{
	display: none;
}
#right {
	display: none;
}
#right2 {
	display: none;
}
div.float {
	display: none;
}

#wrap {
	background: #fff;
	width: 779px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #fff;
}

/* header */
#header {
	display: none;
}
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #fff;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #000;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #fff;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #fff;
	color: #000;
	border-left:4px solid #000;
}
#sidebar ul.sidemenu #current {
	padding:2px 5px 2px 10px;
	background: #fff;
	color: #000;
	border-left:4px solid #000;
}


/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0;
	margin:0;
}

/* Footer */
#footer { 
	display: none;	
}


/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-color: #fff;
}
#header a span {
	float:left;
	display:block;
	padding:6px 15px 3px 8px;
	color: #000;
	background-color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#000;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #000;
}
#header #current a span {
   background-position:100% -42px;
	color: #000;
}
/* end menu tabs */

