
*{
	margin:0;
	padding:0;
	border:0;
}

:focus { outline:none }
body{
	background:#545454;
	font:12px verdana;
	color:#fff;
}
.clear{
	clear:both;
}
#wrapper{
	width:780px;
	margin:0 auto;
}






a:link { text-decoration:none; color:blue; }
a:visited { text-decoration:none; color:blue; }
a:hover { text-decoration:none; color:gray; }
a:active {  text-decoration:none; color:blue;}

<!-- CH3L 033106 J0 -->












#stress { font-weight:bold;  color:blue; }



#header{
	width:780px;
	height:130px;
	 
}
.logo{
	width:249px;
	 
	float:left;
}
.logo h2{
	display:none;
}
 
 
.menu{
	position:relative;
	padding:0 0 0 24px;
	margin: 0 auto 0 auto;
	
        height:52px;
	list-style:none;
	 
	background:url(menubg.jpg) no-repeat;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 5px;
}
.menu li a{
	float:left;
	display:block;
	color:#929292;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:52px;
	cursor:pointer;	
}
.menu li a b{
	float:left;
	display:block;
	padding:0 24px 0 12px;
	line-height:32px;
}
.menu li.current a{
	color:#7b9900;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
}
.menu li.current a b{
	color:#171796;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
 
	line-height:32px;
}
.menu li a:hover{
	color:#171796;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
	line-height:32px;
	 
}
.menu li a:hover b{
	color:#171796;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	 
}
#banner{
	width:780px;
}
#container{
background:url(bgrepeat.jpg) repeat-y;
	 width:780px;
	font:12px verdana;
	color:#717171;
}
.left{
	width:100%;
	float:left;
	padding:0 0 5px 10px;
}
 
.divider{
	background-color:transparent;
	width:5px;
	height:252px;
	float:left;
}

#ourpeople{
 background:url(img/ourpeople.jpg) no-repeat;
}
 
#footer{
	width:780px;
	height:155px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
        background:url(footerbg.jpg) no-repeat;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;	
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align:center;
	margin:5px 0 0 0;	
}